summaryrefslogtreecommitdiff
path: root/src/glsl/cl
AgeCommit message (Expand)AuthorFilesLines
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt3-3082/+0
2010-08-14glsl: Clean up header file inclusion.Vinson Lee1-0/+1
2010-08-14glsl/cl: Add forward declaration.Vinson Lee1-0/+2
2010-06-29mesa: make the arguments in the asm statemants optionalZack Rusin1-3/+2
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin1-18/+17
2010-06-04glsl: Recject rect samplers when GL_ARB_texture_rectangle is disabledKristian Høgsberg1-0/+27
2010-02-25glsl: implement support for GL_EXT_texture_arrayBrian Paul1-0/+31
2010-02-21glsl/cl: Prevent possible buffer overflow.Vinson Lee1-1/+2
2010-02-20glsl/cl: Prevent possible string overflow.Vinson Lee1-1/+2
2010-02-17glsl/cl: Parse layout qualifiers only when an appropriate extension enabled.Michal Krol1-2/+75
2010-02-17glsl/cl: Properly emit layout qualifier list.Michal Krol1-3/+3
2010-02-13glsl/cl: implement parsing for layout qualifiersBrian Paul1-4/+74
2010-01-18glsl: remove __inline directiveBrian Paul1-1/+1
2009-12-29glsl: added default case in _fetch_token() to silence warningsBrian Paul1-0/+2
2009-12-20glsl: Do syntax parsing inline with processing.Michal Krol2-22/+130
2009-12-10scons: Get GLSL code building correctly when cross compiling.José Fonseca1-11/+0
2009-12-10glsl/sl: fix _parse_boolconstant()Brian Paul1-0/+2
2009-12-10glsl/cl: silence unused var warningBrian Paul1-0/+2
2009-12-10Build mesa glsl with make.michal1-0/+13
2009-11-13glsl/cl: Add simple error reporting.Michal Krol2-8/+74
2009-11-13glsl/cl: Add a hard-coded syntax parser.Michal Krol3-0/+2696