summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvvertparse.c
AgeCommit message (Expand)Author
2010-01-16mesa: Remove unnecessary header from nvvertparse.c.Vinson Lee
2009-09-25mesa: move declaration before codeVinson Lee
2009-09-24i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt
2009-09-24mesa: Initialize NV_vertex_program fields for the parameter lists and such.Eric Anholt
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-04-14mesa: remove NV vertex/fragment program print/debug codeBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2007-03-22use _mesa_copy_instructions()Brian
2007-03-21merge from masterBrian
2007-03-15added SWIZZLE_XXXX, YYYY, etc. macrosBrian
2006-12-14remove unneeded includesBrian
2006-12-14Updated includes.Brian
2006-10-29Change _mesa_init_instruction() to initialize an array of instructions.Brian Paul
2006-10-10s/GLuint/GLbitfield/Brian Paul
2006-10-10If program is position invariant, set VERT_BIT_POS in InputsRead field.Brian Paul
2006-08-30s/0/VERT_RESULT_HPOS/Brian Paul
2006-08-25use _mesa_alloc_instructions()Brian Paul
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-05-30Define new NEGATE_* tokens for setting the src register's NegateBase field.Brian Paul
2006-04-19SrcReg->Swizzle is always initialized to SWIZZLE_NOOP, and if the programDave Airlie
2006-03-24Make ARB_vp backends happy with nv arlAapo Tahkola
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