summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/library/slang_shader_syn.h
AgeCommit message (Expand)Author
2009-11-13slang: Get rid of the old syntax file and utilities.Michal Krol
2009-09-22slang: Differentiate between uints and floats.Michal Krol
2009-09-08slang: Correctly handle end of tokens marker.Michal Krol
2009-09-08slang: Do not parse whitespace.Michal Krol
2009-09-08slang: Correctly parse numbers from the new preprocessor.Michal Krol
2009-09-08slang: Remove dependencies on error tokens.Michal Krol
2009-09-07slang: Adapt shader syntax description to grammar parser changes.Michal Krol
2009-01-12glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3...Brian Paul
2008-12-15mesa: bump glsl grammar revisionBrian Paul
2008-12-11mesa: checkpoint commit of GLSL 1.20 array syntax.Brian Paul
2008-11-24mesa: added support for GLSL 1.20 array.length() methodBrian Paul
2008-11-24mesa: support for GLSL 1.20 array typesBrian Paul
2008-11-10mesa: allows 'f' suffix on GLSL float literalsBrian Paul
2008-11-07mesa: add support for 'centroid' qualifier in GLSL 1.20Brian Paul
2008-11-07mesa: add support for 'invariant' keyword for GLSL 1.20Brian Paul
2008-11-07mesa: reformat comments, rewrap lines, etc for a little better readabilityBrian Paul
2008-10-31mesa: fix some bugs with precision qualifier parsingBrian Paul
2008-08-16mesa: import latest GLSL code from gallium-0.1 branchBrian Paul
2008-07-29mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul
2007-04-08support for GLSL 1.20 non-square matricesBrian
2007-03-12Implement GL_ARB_texture_rectangle supportBrian
2007-01-19change while-loop to create new scope for loop body, per specBrian
2006-12-13Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.Brian
2006-09-26Add syntax files for expression and directive preprocessor.Michal Krol
2006-05-16Change error message wording.Michal Krol
2006-04-28added a trailing newline to pacify gccTilman Sauerbeck
2006-04-18Remove carriage-return chars *ONLY*.Michal Krol
2006-03-21GLSL fixes:Michal Krol
2006-03-14More GLSL code:Michal Krol
2006-02-15Fix a few warnings:Brian Paul
2006-02-13REVISION 3.Michal Krol
2005-06-30added newline at end of fileBrian Paul
2005-04-22Provide precompiled binary versions of built-in library .gc sourcesMichal Krol
2005-04-15remove carriage returnsBrian Paul
2005-04-13add __fixed_input and __fixed_output qualifier support;Michal Krol
2005-01-28move fileMichal Krol