summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/library/slang_builtin_120_fragment_gc.h
AgeCommit message (Collapse)Author
2008-12-15mesa: bump glsl grammar revisionBrian Paul
And update some copyrights.
2008-12-11mesa: checkpoint commit of GLSL 1.20 array syntax.Brian Paul
This allows things like float[3] x = float[3](1., 2., 3.); Parsing and AST construction now. Codegen not working yet.
2008-11-24mesa: support for GLSL 1.20 array typesBrian Paul
This allows syntax like "float[8] foo, bar;"
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-08-16mesa: import latest GLSL code from gallium-0.1 branchBrian Paul
2007-10-24add to gitBrian