summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvfragparse.c
AgeCommit message (Expand)Author
2006-04-05Silence minor compiler warnings (-Wextra).Brian Paul
2006-02-15Set NumInstructions (bug 5864)Brian Paul
2005-12-06C++ fixes, mostly casts (Stephane Conversy)Brian Paul
2005-11-20Make Saturate a 2-bit field again, renamed to SaturateMode with threeBrian Paul
2005-11-12update some assertionsBrian Paul
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul
2005-11-05Unify vertex/fragment program instuctions.Brian Paul
2005-11-05don't need MAKE_SWIZZLE() macroBrian Paul
2005-11-05Replace parameter_type enum in program.[ch], use register_file enums instead.Brian Paul
2005-11-03use WRITEMASK_* tokensBrian Paul
2005-11-02Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program conventionBrian Paul
2005-10-30Lots of clean-up in arb program parser.Brian Paul
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-09-08be consistent in populating NegateBase fieldKeith Whitwell
2005-09-02replace -1 with PROGRAM_UNDEFINED when initializing instructionsBrian Paul
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz
2005-04-21Reduce the size of mesa's internal fragment and vertex programKeith Whitwell
2004-12-18Added PRINT instruction for GL_NV_fragment_program.Brian Paul
2004-06-29disable some debug codeBrian Paul
2004-04-18Audit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.Brian Paul
2004-04-02Implement ARB_f_p KIL correctly.Brian Paul
2004-03-29Moved from src/mesa/mainMichal Krol