summaryrefslogtreecommitdiffstats
path: root/src/glsl/cl/sl_cl_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-201-3027/+0
* glsl: Clean up header file inclusion.Vinson Lee2010-08-141-0/+1
* mesa: make the arguments in the asm statemants optionalZack Rusin2010-06-291-3/+2
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-18/+17
* glsl: Recject rect samplers when GL_ARB_texture_rectangle is disabledKristian Høgsberg2010-06-041-0/+27
* glsl: implement support for GL_EXT_texture_arrayBrian Paul2010-02-251-0/+31
* glsl/cl: Prevent possible buffer overflow.Vinson Lee2010-02-211-1/+2
* glsl/cl: Prevent possible string overflow.Vinson Lee2010-02-201-1/+2
* glsl/cl: Parse layout qualifiers only when an appropriate extension enabled.Michal Krol2010-02-171-2/+75
* glsl/cl: Properly emit layout qualifier list.Michal Krol2010-02-171-3/+3
* glsl/cl: implement parsing for layout qualifiersBrian Paul2010-02-131-4/+74
* glsl: remove __inline directiveBrian Paul2010-01-181-1/+1
* glsl: added default case in _fetch_token() to silence warningsBrian Paul2009-12-291-0/+2
* glsl: Do syntax parsing inline with processing.Michal Krol2009-12-201-21/+130
* glsl/sl: fix _parse_boolconstant()Brian Paul2009-12-101-0/+2
* glsl/cl: silence unused var warningBrian Paul2009-12-101-0/+2
* glsl/cl: Add simple error reporting.Michal Krol2009-11-131-7/+70
* glsl/cl: Add a hard-coded syntax parser.Michal Krol2009-11-131-0/+2647