summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* slang: Get rid of the old syntax file and utilities.Michal Krol2009-11-135-2400/+0
* slang: Plug in the new syntax parser.Michal Krol2009-11-131-57/+58
* slang: Update for glsl/pp interface changes.Michal Krol2009-11-101-2/+4
* grammar: Include the correct glsl pp header.Michal Krol2009-09-231-1/+1
* slang: Differentiate between uints and floats.Michal Krol2009-09-223-5/+6
* grammar: Differentiate between uints and floats.Michal Krol2009-09-221-2/+4
* slang: Use glsl pp public interface.Michal Krol2009-09-181-18/+16
* Merge commit 'origin/master' into glsl-pp-rework-2Michal Krol2009-09-174-197/+248
|\
| * Merge branch 'mesa_7_6_branch'Brian Paul2009-09-152-0/+43
| |\
| | * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-152-0/+43
| | |\
| | | * glsl: added some link debug code (disabled)Brian Paul2009-09-141-0/+15
| | | * glsl: remove extra #version directives from concatenated shader sourcesBrian Paul2009-09-141-0/+28
| * | | ARB prog parser: regenerated fileBrian Paul2009-09-151-193/+197
| * | | ARB prog parser: more detailed error message for out of bounds ADDR offsetsBrian Paul2009-09-151-4/+8
* | | | slang: Propagate error messages from preprocessor.Michal Krol2009-09-161-0/+5
* | | | slang: Invoke the preprocessor from withing the slang compiler.Michal Krol2009-09-164-137/+132
* | | | grammar: Adapt to pp interface change.Michal Krol2009-09-141-1/+4
* | | | Merge commit 'origin/master' into glsl-pp-rework-2Michal Krol2009-09-141-1/+0
|\ \ \ \ | |/ / /
| * | | mesa: remove unused SATURATE_PLUS_MINUS_ONE flagKeith Whitwell2009-09-121-1/+0
* | | | slang: Correctly handle end of tokens marker.Michal Krol2009-09-083-2/+4
* | | | slang: Do not parse whitespace.Michal Krol2009-09-082-190/+72
* | | | slang: Correctly parse numbers from the new preprocessor.Michal Krol2009-09-083-38/+123
* | | | grammar: Fix token stripping.Michal Krol2009-09-081-0/+4
* | | | slang: Remove the old preprocessor.Michal Krol2009-09-0812-2884/+5
* | | | slang: Remove dependencies on error tokens.Michal Krol2009-09-082-10/+10
* | | | slang: Adapt shader syntax description to grammar parser changes.Michal Krol2009-09-072-303/+78
* | | | grammar: Adapt grammar to the glsl preprocessor.Michal Krol2009-09-072-78/+286
* | | | grammar: Remove dead code.Michal Krol2009-09-071-63/+25
* | | | grammar: Remove grammar_check().Michal Krol2009-09-072-13/+0
|/ / /
* | | mesa: Include <unistd.h> only when one is available.Michal Krol2009-09-072-0/+8
|/ /
* | ARB prog: replace 'unsigned' with 'gl_state_index'Brian Paul2009-09-045-195/+195
* | ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul2009-09-045-37/+23
* | ARB prog parser: Fix handling of stateOptModMatNumIan Romanick2009-09-012-203/+203
* | mesa: debug printf for KILBrian Paul2009-08-311-0/+5
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-271-8/+8
|\ \ | |/
| * mesa: direct program debug output to stderr instead of stdoutmarvin242009-08-271-9/+9
* | mesa: move decls before codeVinson Lee2009-08-271-2/+4
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-261-4/+15
|\ \ | |/
| * glsl: signal that the program needs to be re-translated when samplers changeBrian Paul2009-08-261-4/+15
* | glsl: asst. clean-ups in set_program_uniform()Brian Paul2009-08-261-14/+7
* | mesa: var renaming, new assertionBrian Paul2009-08-261-4/+5
* | mesa: additional instruction field size assertionsBrian Paul2009-08-261-0/+6
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-261-3/+7
|\ \ | |/
| * glsl: fix bug in sampler array indexingBrian Paul2009-08-261-3/+7
| * ARB prog: Set error instead of falling through with incorrect valueBrian Paul2009-08-241-0/+3
| * glsl: Silence gcc uninitialized variable warning.Vinson Lee2009-08-241-1/+1
* | glsl: update a texture/sampler commentBrian Paul2009-08-251-1/+1
* | glsl: implement shader sampler validationBrian Paul2009-08-252-11/+109
* | mesa: print some program fields in binary tooBrian Paul2009-08-251-2/+29
* | ARB prog: Set error instead of falling through with incorrect valueIan Romanick2009-08-241-0/+3