silence uninitialized var warning
[mesa.git] / src / mesa / shader / nvvertexec.c
2007-02-01 Briansilence uninitialized var warning
2006-12-16 Brianadded cases for BRA, NOP
2006-12-14 Brianremove unneeded includes
2006-12-14 BrianUpdated includes.
2006-12-13 BrianCheckpoint of work for new GLSL compiler back-end....
2006-10-30 Brian Paulcode tweaks, remove old comments
2006-10-30 Brian PaulMove gl_vertex_program_machine struct out of mtypes...
2006-10-29 Brian PaulNew _mesa_exec_vertex_state_program() function. Start...
2006-10-10 Brian Paula step toward moving run-time vertex program state...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-04-11 Michal KrolMore GLSL code:
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