summaryrefslogtreecommitdiffstats
path: root/src/glsl/cl
Commit message (Collapse)AuthorAgeFilesLines
* glsl: remove __inline directiveBrian Paul2010-01-181-1/+1
| | | | It makes no difference with gcc -O3, for example.
* 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-202-22/+130
|
* scons: Get GLSL code building correctly when cross compiling.José Fonseca2009-12-101-11/+0
| | | | | This is quite messy. GLSL code has to be built twice: one for the host OS, another for the target OS.
* glsl/sl: fix _parse_boolconstant()Brian Paul2009-12-101-0/+2
| | | | | Need to emit the radix before the digits. This fixes several glean/glgl1 regressions.
* glsl/cl: silence unused var warningBrian Paul2009-12-101-0/+2
|
* Build mesa glsl with make.michal2009-12-101-0/+13
| | | | Still don't know how to add glsl to mesa dependencies.
* glsl/cl: Add simple error reporting.Michal Krol2009-11-132-8/+74
|
* glsl/cl: Add a hard-coded syntax parser.Michal Krol2009-11-133-0/+2696