summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/library/slang_shader.syn
Commit message (Expand)AuthorAgeFilesLines
* slang: Get rid of the old syntax file and utilities.Michal Krol2009-11-131-1525/+0
* slang: Differentiate between uints and floats.Michal Krol2009-09-221-2/+2
* slang: Correctly handle end of tokens marker.Michal Krol2009-09-081-1/+1
* slang: Do not parse whitespace.Michal Krol2009-09-081-96/+36
* slang: Correctly parse numbers from the new preprocessor.Michal Krol2009-09-081-2/+2
* slang: Remove dependencies on error tokens.Michal Krol2009-09-081-5/+5
* slang: Adapt shader syntax description to grammar parser changes.Michal Krol2009-09-071-170/+39
* glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3...Brian Paul2009-01-121-10/+3
* mesa: bump glsl grammar revisionBrian Paul2008-12-151-2/+2
* mesa: checkpoint commit of GLSL 1.20 array syntax.Brian Paul2008-12-111-57/+69
* mesa: added support for GLSL 1.20 array.length() methodBrian Paul2008-11-241-0/+20
* mesa: support for GLSL 1.20 array typesBrian Paul2008-11-241-4/+20
* mesa: minor comment reformatttingBrian Paul2008-11-191-16/+13
* mesa: allows 'f' suffix on GLSL float literalsBrian Paul2008-11-101-3/+9
* mesa: add support for 'centroid' qualifier in GLSL 1.20Brian Paul2008-11-071-3/+14
* mesa: add support for 'invariant' keyword for GLSL 1.20Brian Paul2008-11-071-7/+21
* mesa: reformat comments, rewrap lines, etc for a little better readabilityBrian Paul2008-11-071-400/+416
* mesa: fix some bugs with precision qualifier parsingBrian Paul2008-10-311-0/+16
* mesa: import latest GLSL code from gallium-0.1 branchBrian Paul2008-08-161-10/+19
* mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul2008-07-291-7/+64
* support for GLSL 1.20 non-square matricesBrian2007-04-081-0/+21
* Implement GL_ARB_texture_rectangle supportBrian2007-03-121-2/+8
* change while-loop to create new scope for loop body, per specBrian2007-01-191-2/+2
* Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.Brian2006-12-131-1/+6
* Change error message wording.Michal Krol2006-05-161-5/+5
* Remove carriage-return chars *ONLY*.Michal Krol2006-04-181-1517/+1517
* GLSL fixes:Michal Krol2006-03-211-1/+6
* More GLSL code:Michal Krol2006-03-141-4/+14
* REVISION 3.Michal Krol2006-02-131-38/+32
* add __fixed_input and __fixed_output qualifier support;Michal Krol2005-04-131-6/+15
* move fileMichal Krol2005-01-281-0/+1499