summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/nvvertexec.c
Commit message (Expand)AuthorAgeFilesLines
* silence uninitialized var warningBrian2007-02-011-0/+1
* added cases for BRA, NOPBrian2006-12-161-0/+5
* remove unneeded includesBrian2006-12-141-2/+0
* Updated includes.Brian2006-12-141-1/+3
* Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.Brian2006-12-131-9/+19
* code tweaks, remove old commentsBrian Paul2006-10-301-65/+16
* Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h.Brian Paul2006-10-301-126/+142
* New _mesa_exec_vertex_state_program() function. Start of some re-org.Brian Paul2006-10-291-1/+17
* a step toward moving run-time vertex program state out of GLcontextBrian Paul2006-10-101-26/+26
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-1/+1
* More GLSL code:Michal Krol2006-04-111-2/+2
* update some assertionsBrian Paul2005-11-121-1/+1
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-6/+7
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-41/+41
* use VERT_RESULT_HPOS, VERT_BIT_POS tokensBrian Paul2005-11-041-5/+5
* fix a few bugs in SWZ executionBrian Paul2005-10-291-5/+5
* additional wrapper updates, bug 4468Brian Paul2005-09-191-4/+4
* fix typo in assertionsBrian Paul2005-07-011-2/+2
* Add a set of predicate functions for testing matrices instead of directlyBrian Paul2005-06-301-3/+3
* Reduce the size of mesa's internal fragment and vertex programKeith Whitwell2005-04-211-19/+19
* use _mesa_pow() for LIT (bug 3087)Brian Paul2005-04-211-1/+1
* Experimental PRINT instruction for NV_vertex_program.Brian Paul2004-12-161-2/+16
* tweaks to the LIT instructionsBrian Paul2004-12-151-9/+4
* update some type namesBrian Paul2004-11-261-6/+6
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-4/+4
* fix another bug in get_register_pointer()Brian Paul2004-06-291-1/+3
* the get_register_pointer() function was pretty well broken in a few waysBrian Paul2004-06-291-16/+9
* Fix up some assorted issues with initialization of vertex program registers.Brian Paul2004-04-211-83/+91
* Moved from src/mesa/mainMichal Krol2004-03-291-0/+839