summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/arbprogparse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-2/+0
|\
| * mesa: Remove unnecessary headers from arbprogparse.c.Vinson Lee2010-01-161-3/+0
* | mesa: support for GL_ARB_fragment_coord_conventionsLuca Barbieri2010-01-211-0/+2
* | Remove grammar module -- no dependencies left.Michal Krol2009-12-121-1/+0
|/
* ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert...Ian Romanick2009-11-061-0/+6
* Merge branch 'master' into asm-shader-rework-1Ian Romanick2009-08-181-7/+0
|\
| * Merge branch 'new-frag-attribs'Brian Paul2009-08-121-7/+0
| |\
| | * mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul2009-07-291-7/+0
| * | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-301-1/+1
| |\ \
| | * | mesa: move misplaced return statementBrian Paul2009-07-301-1/+1
| * | | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-301-0/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * mesa: add missing return after catching program errorBrian Paul2009-07-301-0/+1
* | | ARB prog parser: Delete the old parserIan Romanick2009-08-181-3861/+0
* | | ARB prog: Revert some changes to debug outputIan Romanick2009-08-181-3/+1
* | | ARB prog: get frag prog texture info from the right placeIan Romanick2009-07-241-3/+3
* | | ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick2009-07-201-49/+72
|/ /
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-0/+7
|\ \ | |/
| * mesa: s/TRUE/GL_TRUEKeith Whitwell2009-07-021-1/+1
| * mesa: ensure UsesFogFragCoord value is set for non-glsl shadersKeith Whitwell2009-07-021-0/+7
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-091-1/+4
|\ \ | |/
| * mesa: better error message for invalid texture unit indexBrian Paul2009-06-081-1/+4
* | mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul2009-05-221-7/+7
* | mesa: be smarter about allocating vert/frag program constantsBrian Paul2009-05-061-25/+76
|/
* mesa: Fix buffer overflow when parsing generic vertex attributes.Brian Paul2009-04-221-3/+9
* mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-141-4/+4
* mesa: fix parameter counting in ARB vertex/fragment program parsingBrian Paul2009-04-031-5/+2
* mesa: replace >= with > when testing if we've exceeded max local paramsBrian Paul2009-04-031-2/+2
* mesa: Silence compiler warnings.Michal Krol2009-03-161-0/+1
* mesa: gl_register_file enum typedefBrian Paul2009-03-071-11/+11
* mesa: remove GL_MESA_program_debug extensionBrian Paul2009-03-071-9/+0
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-281-2/+2
* mesa: add TexShadow field to prog_instructionBrian Paul2009-02-201-0/+3
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-13/+55
|\
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-141-3/+28
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-101-0/+3
| |\ \
| * | | mesa: Fix compiler warnings on Windows.Michal Krol2008-10-021-1/+1
| * | | cell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PROGRAM_INSTRUCTIONS ins...Jonathan White2008-09-301-10/+4
| * | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-211-1/+38
| |\ \ \
| | * | | mesa: Fix compiler error.Michal Krol2008-09-191-1/+3
| | * | | mesa: Fix arb parse constantsBrian Paul2008-09-191-1/+36
| * | | | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-3/+3
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | mesa: _mesa_program_state_string() returns char *, not const char *.Michal Krol2008-09-051-2/+2
| * | | | mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-3/+3
| * | | | mesa: fix state.clip[n].plane parsing bug (bug 16611)Brian Paul2008-07-091-3/+6
| * | | | glsl: implement variable array indexesZack Rusin2008-06-121-1/+1
| * | | | consolidate some parsing functions that were pretty much identical for vertex...Brian2008-03-271-152/+71
| * | | | mesa: misc sync-up with masterBrian2008-03-271-3/+3
| * | | | raise GL_INVALID_OPERATION if glProgramString compilation failsBrian2008-03-271-1/+1
| * | | | make sure state token values are fully initializedBrian2008-03-271-1/+1
| * | | | added program_error2() function for better error reportingBrian2008-03-271-47/+60