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