aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/library/slang_shader_syn.h
Commit message (Expand)AuthorAgeFilesLines
* glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3...Brian Paul2009-01-121-3/+1
* mesa: bump glsl grammar revisionBrian Paul2008-12-151-1/+1
* mesa: checkpoint commit of GLSL 1.20 array syntax.Brian Paul2008-12-111-17/+24
* mesa: added support for GLSL 1.20 array.length() methodBrian Paul2008-11-241-0/+7
* mesa: support for GLSL 1.20 array typesBrian Paul2008-11-241-2/+14
* mesa: allows 'f' suffix on GLSL float literalsBrian Paul2008-11-101-3/+7
* mesa: add support for 'centroid' qualifier in GLSL 1.20Brian Paul2008-11-071-2/+10
* mesa: add support for 'invariant' keyword for GLSL 1.20Brian Paul2008-11-071-3/+11
* mesa: reformat comments, rewrap lines, etc for a little better readabilityBrian Paul2008-11-071-2/+2
* mesa: fix some bugs with precision qualifier parsingBrian Paul2008-10-311-0/+8
* mesa: import latest GLSL code from gallium-0.1 branchBrian Paul2008-08-161-11/+15
* mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul2008-07-291-0/+29
* support for GLSL 1.20 non-square matricesBrian2007-04-081-0/+12
* Implement GL_ARB_texture_rectangle supportBrian2007-03-121-2/+6
* change while-loop to create new scope for loop body, per specBrian2007-01-191-1/+1
* Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.Brian2006-12-131-1/+5
* Add syntax files for expression and directive preprocessor.Michal Krol2006-09-261-0/+3
* Change error message wording.Michal Krol2006-05-161-5/+5
* added a trailing newline to pacify gccTilman Sauerbeck2006-04-281-1/+1
* Remove carriage-return chars *ONLY*.Michal Krol2006-04-181-757/+757
* GLSL fixes:Michal Krol2006-03-211-0/+4
* More GLSL code:Michal Krol2006-03-141-3/+5
* Fix a few warnings:Brian Paul2006-02-151-1/+1
* REVISION 3.Michal Krol2006-02-131-24/+18
* added newline at end of fileBrian Paul2005-06-301-1/+1
* Provide precompiled binary versions of built-in library .gc sourcesMichal Krol2005-04-221-757/+757
* remove carriage returnsBrian Paul2005-04-151-757/+757
* add __fixed_input and __fixed_output qualifier support;Michal Krol2005-04-131-3/+7
* move fileMichal Krol2005-01-281-0/+754