remove some test code;
[mesa.git] / src / mesa / shader / nvvertexec.c
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-04 Brian Pauluse VERT_RESULT_HPOS, VERT_BIT_POS tokens
2005-10-29 Brian Paulfix a few bugs in SWZ execution
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-07-01 Brian Paulfix typo in assertions
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-04-21 Brian Pauluse _mesa_pow() for LIT (bug 3087)
2004-12-16 Brian PaulExperimental PRINT instruction for NV_vertex_program.
2004-12-15 Brian Paultweaks to the LIT instructions
2004-11-26 Brian Paulupdate some type names
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-06-29 Brian Paulfix another bug in get_register_pointer()
2004-06-29 Brian Paulthe get_register_pointer() function was pretty well...
2004-04-21 Brian PaulFix up some assorted issues with initialization of...
2004-03-29 Michal KrolMoved from src/mesa/main