summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbprogparse.c
AgeCommit message (Expand)Author
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21mesa: support for GL_ARB_fragment_coord_conventionsLuca Barbieri
2010-01-16mesa: Remove unnecessary headers from arbprogparse.c.Vinson Lee
2009-12-12Remove grammar module -- no dependencies left.Michal Krol
2009-11-06ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert...Ian Romanick
2009-08-18Merge branch 'master' into asm-shader-rework-1Ian Romanick
2009-08-18ARB prog parser: Delete the old parserIan Romanick
2009-08-18ARB prog: Revert some changes to debug outputIan Romanick
2009-08-12Merge branch 'new-frag-attribs'Brian Paul
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-30mesa: move misplaced return statementBrian Paul
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-30mesa: add missing return after catching program errorBrian Paul
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul
2009-07-24ARB prog: get frag prog texture info from the right placeIan Romanick
2009-07-20ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-02mesa: s/TRUE/GL_TRUEKeith Whitwell
2009-07-02mesa: ensure UsesFogFragCoord value is set for non-glsl shadersKeith Whitwell
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-08mesa: better error message for invalid texture unit indexBrian Paul
2009-05-22mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul
2009-05-06mesa: be smarter about allocating vert/frag program constantsBrian Paul
2009-04-22mesa: Fix buffer overflow when parsing generic vertex attributes.Brian Paul
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-04-03mesa: fix parameter counting in ARB vertex/fragment program parsingBrian Paul
2009-04-03mesa: replace >= with > when testing if we've exceeded max local paramsBrian Paul
2009-03-16mesa: Silence compiler warnings.Michal Krol
2009-03-07mesa: gl_register_file enum typedefBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul
2009-02-20mesa: add TexShadow field to prog_instructionBrian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-14Treat image units and coordinate units differently.Ian Romanick
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-10-06mesa: set FRAG_BIT_FOGC bit in InputsUsed if FogOption!=GL_NONEBrian Paul
2008-10-02mesa: Fix compiler warnings on Windows.Michal Krol
2008-09-30cell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PROGRAM_INSTRUCTIONS ins...Jonathan White
2008-09-21Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-19mesa: Fix compiler error.Michal Krol
2008-09-19mesa: Fix arb parse constantsBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-09-05mesa: _mesa_program_state_string() returns char *, not const char *.Michal Krol
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca