summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/arbprogparse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Fix state.texgen parsing error (bug 12313).Brian2008-03-271-5/+12
| * | | | mesa: append fog instructions after parsing if a fog option is setBrian Paul2008-03-251-0/+11
| * | | | mesa: when negating scalar src args, use NEGATE_XYZW, not NEGATE_XBrian Paul2008-03-251-6/+6
| * | | | only set InputsRead bit if input is really usedMarkus Amsler2008-03-171-3/+5
| * | | | mesa: set SamplersUsed bitmask when parsing ARB fragment programsBrian2008-03-121-1/+4
| * | | | mesa: set input read only on successJerome Glisse2008-02-271-2/+3
| * | | | s/varible/variable/Brian2008-01-181-6/+6
| * | | | set param type to PROGRAM_CONSTANT when parsing immediatesBrian2008-01-181-0/+2
* | | | | Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-2/+1
| |_|_|/ |/| | |
* | | | Treat image units and coordinate units differently.Ian Romanick2009-01-141-3/+28
| |_|/ |/| |
* | | mesa: set FRAG_BIT_FOGC bit in InputsUsed if FogOption!=GL_NONEBrian Paul2008-10-061-0/+3
| |/ |/|
* | mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-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
* | init SamplersUsed bits in _mesa_parse_arb_fragment_programBrian Paul2008-05-161-1/+4
* | consolidate some parsing functions that were pretty much identical for vertex...Brian2008-03-271-152/+71
* | when negating scalar src args, use NEGATE_XYZW, not NEGATE_XBrian2008-03-271-6/+6
* | Set param_var->param_binding_type = PROGRAM_CONSTANTBrian2008-03-271-0/+2
* | only set InputsRead bit if input is really usedMarkus Amsler2008-03-171-2/+5
* | mesa: set input read only on successMarkus Amsler2008-02-271-2/+2
* | raise GL_INVALID_OPERATION if glProgramString compilation failsBrian2008-02-201-1/+1
* | Fix the compile of disabled DEBUG_PARSING code.Eric Anholt2008-01-151-3/+3
* | make sure state token values are fully initializedRoland Scheidegger2007-12-111-1/+1
* | added program_error2() function for better error reportingBrian2007-09-131-47/+60
* | Fix state.texgen parsing error (bug 12313).Brian2007-09-131-5/+12
|/
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-4/+4
* Add support for GL_ARB_fragment_program_shadow.Ian Romanick2007-06-071-7/+33
* Updates for array texture shadow targets.Ian Romanick2007-06-051-5/+9
* Initial implementation of MESA_texture_arrayIan Romanick2007-05-161-2/+20
* Merge branch 'origin' into glsl-compiler-1Brian2007-03-091-0/+1
|\