glsl: Fix handling of OPCODE_PRINT for no registers case.
[mesa.git] / src / mesa / shader / nvvertparse.c
2010-04-18 Vinson Leeglsl: Fix handling of OPCODE_PRINT for no registers...
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-19 Brian Paulmesa: replace old MEMCPY macro with memcpy
2010-02-19 Kenneth GraunkeRemove _mesa_memcpy in favor of plain memcpy.
2010-02-19 Kenneth GraunkeRemove _mesa_atoi in favor of plain atoi.
2010-02-19 Kenneth GraunkeRemove _mesa_strncmp in favor of plain strncmp.
2010-02-19 Kenneth GraunkeRemove _mesa_strcmp in favor of plain strcmp.
2010-02-19 Kenneth GraunkeRemove _mesa_strlen in favor of plain strlen.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-17 Vinson Leemesa: Remove unnecessary header from nvvertparse.c.
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-10-03 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-25 Ian RomanickMerge branch 'asm-shader-rework-2'
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-25 Vinson Leemesa: move declaration before code
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Eric Anholti965: Emit zero initialization for NV VP temporaries...
2009-09-24 Eric Anholtmesa: Initialize NV_vertex_program fields for the param...
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-04-22 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-16 José FonsecaMerge branch 'gallium-s3tc'
2009-04-15 Brian Paulmesa: merge the prog_src_register::NegateBase and Negat...
2009-04-15 Brian Paulmesa: remove NV vertex/fragment program print/debug...
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-07 Brian Paulmesa: remove GL_MESA_program_debug extension
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-22 Brianuse _mesa_copy_instructions()
2007-03-21 Brianmerge from master
2007-03-16 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-15 Brianadded SWIZZLE_XXXX, YYYY, etc. macros
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 Brianremove unneeded includes
2006-12-14 BrianUpdated includes.
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-10-29 Brian PaulChange _mesa_init_instruction() to initialize an array...
2006-10-10 Brian Pauls/GLuint/GLbitfield/
2006-10-10 Brian PaulIf program is position invariant, set VERT_BIT_POS...
2006-08-30 Brian Pauls/0/VERT_RESULT_HPOS/
2006-08-25 Brian Pauluse _mesa_alloc_instructions()
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-05-30 Brian PaulDefine new NEGATE_* tokens for setting the src register...
2006-04-19 Dave AirlieSrcReg->Swizzle is always initialized to SWIZZLE_NOOP...
2006-03-24 Aapo TahkolaMake ARB_vp backends happy with nv arl
2006-02-15 Brian PaulSet NumInstructions (bug 5864)
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-11-20 Brian Paulmove _mesa_init_instruction() to program.c
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-05 Brian PaulUse _mesa_opcode_string()
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-03 Brian Pauluse WRITEMASK_* tokens
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
2005-10-30 Brian PaulLots of clean-up in arb program parser.
2005-07-22 Brian PaulMake the vertex program source register Index field...
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2004-12-18 Brian PaulAdded PRINT instruction for GL_NV_fragment_program.
2004-12-16 Brian PaulExperimental PRINT instruction for NV_vertex_program.
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-06-29 Brian Pauldisable some debug code
2004-04-21 Brian PaulFix up some assorted issues with initialization of...
2004-03-29 Michal KrolMoved from src/mesa/main