merge current trunk into vbo branch
[mesa.git] / src / mesa / shader / nvfragparse.c
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-08-25 Brian Pauluse _mesa_alloc_instructions()
2006-08-24 Brian Paulscalar sources such as 'time.x' weren't accepted by...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-05-30 Brian PaulDefine new NEGATE_* tokens for setting the src register...
2006-04-05 Brian PaulSilence minor compiler warnings (-Wextra).
2006-02-15 Brian PaulSet NumInstructions (bug 5864)
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-12 Brian Paulupdate some assertions
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-05 Brian Pauldon't need MAKE_SWIZZLE() macro
2005-11-05 Brian PaulReplace parameter_type enum in program.[ch], use regist...
2005-11-03 Brian Pauluse WRITEMASK_* tokens
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-10-30 Brian PaulLots of clean-up in arb program parser.
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-08 Keith Whitwellbe consistent in populating NegateBase field
2005-09-02 Brian Paulreplace -1 with PROGRAM_UNDEFINED when initializing...
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2004-12-18 Brian PaulAdded PRINT instruction for GL_NV_fragment_program.
2004-06-29 Brian Pauldisable some debug code
2004-04-18 Brian PaulAudit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.
2004-04-02 Brian PaulImplement ARB_f_p KIL correctly.
2004-03-29 Michal KrolMoved from src/mesa/main