summaryrefslogtreecommitdiffstats
path: root/src/glsl/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* scons: Fix xlib build.José Fonseca2009-12-281-1/+1
| | | | After glsl rework merge.
* glsl/pp: move static functions out of header fileKeith Whitwell2009-12-231-0/+1
|
* scons: Get GLSL code building correctly when cross compiling.José Fonseca2009-12-101-0/+68
This is quite messy. GLSL code has to be built twice: one for the host OS, another for the target OS.