summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/library/SConscript
AgeCommit message (Collapse)Author
2010-06-10mesa: move shader/slang/* sources to main/slang/*Brian Paul
Reduce the source tree depth a bit.
2010-02-10scons: User friendly message for code generated filesJosé Fonseca
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-11-25scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.Michal Krol