summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/library/slang_shader.syn
AgeCommit message (Expand)Author
2009-01-06mesa: checkpoint commit of GLSL 1.20 array syntax.Brian Paul
2009-01-06mesa: added support for GLSL 1.20 array.length() methodBrian Paul
2009-01-06mesa: support for GLSL 1.20 array typesBrian Paul
2009-01-06mesa: minor comment reformatttingBrian Paul
2009-01-06mesa: allows 'f' suffix on GLSL float literalsBrian Paul
2009-01-06mesa: add support for 'centroid' qualifier in GLSL 1.20Brian Paul
2009-01-06mesa: add support for 'invariant' keyword for GLSL 1.20Brian Paul
2009-01-06mesa: reformat comments, rewrap lines, etc for a little better readabilityBrian Paul
2008-10-31mesa: fix some bugs with precision qualifier parsingBrian Paul
2008-08-07mesa: Extend GLSL syntax to accept type precision in full type specifiers.Michal Krol
2008-08-06mesa: glsl: report 'Syntax Error' instead of 'Invalid external declaration'Brian Paul
2008-07-16mesa: 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-05-16Change error message wording.Michal Krol
2006-04-18Remove carriage-return chars *ONLY*.Michal Krol
2006-03-21GLSL fixes:Michal Krol
2006-03-14More GLSL code:Michal Krol
2006-02-13REVISION 3.Michal Krol
2005-04-13add __fixed_input and __fixed_output qualifier support;Michal Krol
2005-01-28move fileMichal Krol