summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvvertexec.c
AgeCommit message (Expand)Author
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-04use VERT_RESULT_HPOS, VERT_BIT_POS tokensBrian Paul
2005-10-29fix a few bugs in SWZ executionBrian Paul
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-07-01fix typo in assertionsBrian Paul
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul
2005-04-21Reduce the size of mesa's internal fragment and vertex programKeith Whitwell
2005-04-21use _mesa_pow() for LIT (bug 3087)Brian Paul
2004-12-16Experimental PRINT instruction for NV_vertex_program.Brian Paul
2004-12-15tweaks to the LIT instructionsBrian Paul
2004-11-26update some type namesBrian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-06-29fix another bug in get_register_pointer()Brian Paul
2004-06-29the get_register_pointer() function was pretty well broken in a few waysBrian Paul
2004-04-21Fix up some assorted issues with initialization of vertex program registers.Brian Paul
2004-03-29Moved from src/mesa/mainMichal Krol