summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvfragparse.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul1-14/+19
2009-04-14mesa: remove NV vertex/fragment program print/debug codeBrian Paul1-242/+2
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul1-4/+0
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul1-27/+13
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-5/+5
2007-04-21remove more unused vars, assertionsBrian1-4/+2
2007-04-21remove unused vars, assertionsBrian1-4/+2
2007-03-22use _mesa_copy_instructions()Brian1-2/+1
2007-03-22In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow s...Brian1-4/+4
2007-01-04move TexturesUsed[] into gl_program since vertex programs/shaders can use tex...Brian1-1/+1
2006-12-14remove unneeded includesBrian1-3/+0
2006-12-14Updated includes.Brian1-1/+2
2006-12-13Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.Brian1-8/+16
2006-11-15Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul1-4/+4
2006-10-29Change _mesa_init_instruction() to initialize an array of instructions.Brian Paul1-1/+1
2006-08-25use _mesa_alloc_instructions()Brian Paul1-4/+3
2006-08-24scalar sources such as 'time.x' weren't accepted by parserBrian Paul1-2/+16
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul1-5/+5
2006-05-30Define new NEGATE_* tokens for setting the src register's NegateBase field.Brian Paul1-9/+9
2006-04-05Silence minor compiler warnings (-Wextra).Brian Paul1-2/+2
2006-02-15Set NumInstructions (bug 5864)Brian Paul1-0/+1
2005-12-06C++ fixes, mostly casts (Stephane Conversy)Brian Paul1-1/+1
2005-11-20Make Saturate a 2-bit field again, renamed to SaturateMode with threeBrian Paul1-2/+3
2005-11-12update some assertionsBrian Paul1-1/+1
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul1-14/+13
2005-11-05Unify vertex/fragment program instuctions.Brian Paul1-100/+79
2005-11-05don't need MAKE_SWIZZLE() macroBrian Paul1-2/+2
2005-11-05Replace parameter_type enum in program.[ch], use register_file enums instead.Brian Paul1-2/+2
2005-11-03use WRITEMASK_* tokensBrian Paul1-6/+6
2005-11-02Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program conventionBrian Paul1-1/+1
2005-10-30Lots of clean-up in arb program parser.Brian Paul1-6/+22
2005-09-16use mesa import wrappers, bug 4468Brian Paul1-2/+2
2005-09-08be consistent in populating NegateBase fieldKeith Whitwell1-9/+9
2005-09-02replace -1 with PROGRAM_UNDEFINED when initializing instructionsBrian Paul1-6/+5
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz1-1/+1
2005-04-21Reduce the size of mesa's internal fragment and vertex programKeith Whitwell1-98/+90
2004-12-18Added PRINT instruction for GL_NV_fragment_program.Brian Paul1-6/+73
2004-06-29disable some debug codeBrian Paul1-2/+2
2004-04-18Audit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.Brian Paul1-1/+1
2004-04-02Implement ARB_f_p KIL correctly.Brian Paul1-2/+2
2004-03-29Moved from src/mesa/mainMichal Krol1-0/+1767