summaryrefslogtreecommitdiff
path: root/src/glsl/cl
AgeCommit message (Collapse)Author
2009-12-20glsl: Do syntax parsing inline with processing.Michal Krol
2009-12-10scons: Get GLSL code building correctly when cross compiling.José Fonseca
This is quite messy. GLSL code has to be built twice: one for the host OS, another for the target OS.
2009-12-10glsl/sl: fix _parse_boolconstant()Brian Paul
Need to emit the radix before the digits. This fixes several glean/glgl1 regressions.
2009-12-10glsl/cl: silence unused var warningBrian Paul
2009-12-10Build mesa glsl with make.michal
Still don't know how to add glsl to mesa dependencies.
2009-11-13glsl/cl: Add simple error reporting.Michal Krol
2009-11-13glsl/cl: Add a hard-coded syntax parser.Michal Krol