Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: remove __inline directive | Brian Paul | 2010-01-18 | 1 | -1/+1 |
| | | | | It makes no difference with gcc -O3, for example. | ||||
* | glsl: added default case in _fetch_token() to silence warnings | Brian Paul | 2009-12-29 | 1 | -0/+2 |
| | |||||
* | glsl: Do syntax parsing inline with processing. | Michal Krol | 2009-12-20 | 2 | -22/+130 |
| | |||||
* | scons: Get GLSL code building correctly when cross compiling. | José Fonseca | 2009-12-10 | 1 | -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 Paul | 2009-12-10 | 1 | -0/+2 |
| | | | | | Need to emit the radix before the digits. This fixes several glean/glgl1 regressions. | ||||
* | glsl/cl: silence unused var warning | Brian Paul | 2009-12-10 | 1 | -0/+2 |
| | |||||
* | Build mesa glsl with make. | michal | 2009-12-10 | 1 | -0/+13 |
| | | | | Still don't know how to add glsl to mesa dependencies. | ||||
* | glsl/cl: Add simple error reporting. | Michal Krol | 2009-11-13 | 2 | -8/+74 |
| | |||||
* | glsl/cl: Add a hard-coded syntax parser. | Michal Krol | 2009-11-13 | 3 | -0/+2696 |