Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-20 | glsl: Do syntax parsing inline with processing. | Michal Krol | |
2009-12-10 | scons: 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-10 | glsl/sl: fix _parse_boolconstant() | Brian Paul | |
Need to emit the radix before the digits. This fixes several glean/glgl1 regressions. | |||
2009-12-10 | glsl/cl: silence unused var warning | Brian Paul | |
2009-12-10 | Build mesa glsl with make. | michal | |
Still don't know how to add glsl to mesa dependencies. | |||
2009-11-13 | glsl/cl: Add simple error reporting. | Michal Krol | |
2009-11-13 | glsl/cl: Add a hard-coded syntax parser. | Michal Krol | |