summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvvertparse.c
AgeCommit message (Expand)Author
2006-02-15Set NumInstructions (bug 5864)Brian Paul
2005-12-06C++ fixes, mostly casts (Stephane Conversy)Brian Paul
2005-11-20move _mesa_init_instruction() to program.cBrian Paul
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul
2005-11-05Use _mesa_opcode_string()Brian Paul
2005-11-05Unify vertex/fragment program instuctions.Brian Paul
2005-11-03use WRITEMASK_* tokensBrian Paul
2005-11-01Several fp and vp tweaks:Keith Whitwell
2005-10-30Lots of clean-up in arb program parser.Brian Paul
2005-07-22Make the vertex program source register Index field a signed int sinceBrian Paul
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz
2005-04-21Reduce the size of mesa's internal fragment and vertex programKeith Whitwell
2004-12-18Added PRINT instruction for GL_NV_fragment_program.Brian Paul
2004-12-16Experimental PRINT instruction for NV_vertex_program.Brian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-06-29disable some debug codeBrian Paul
2004-04-21Fix up some assorted issues with initialization of vertex program registers.Brian Paul
2004-03-29Moved from src/mesa/mainMichal Krol