summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/SConscript
Commit message (Expand)AuthorAgeFilesLines
* glsl/pp: Allow builds on all platforms.Michal Krol2009-09-241-3/+0
* glsl/pp: Add a dictionary to a context.Michal Krol2009-09-141-0/+1
* glsl: Implement `line' preprocessor directive.Michal Krol2009-09-071-0/+1
* glsl: Implement `extension' preprocessor directive.Michal Krol2009-09-071-0/+1
* glsl: Implement `pragma' preprocessor directive.Michal Krol2009-09-071-0/+1
* glsl: Implement `error' preprocessor directive.Michal Krol2009-09-071-0/+1
* glsl: Support if preprocessor directive and friends.Michal Krol2009-09-071-0/+1
* glsl: Add expression interpreter.Michal Krol2009-09-071-0/+1
* glsl: Parse define directive in preprocessor.Michal Krol2009-09-071-0/+2
* glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol2009-09-071-0/+1
* glsl: Add preprocessor skeleton for directive parsing.Michal Krol2009-09-071-0/+1
* glsl: Parse optional version directive.Michal Krol2009-09-071-0/+1
* glsl: Add a preprocessor tokeniser.Michal Krol2009-09-071-0/+1
* glsl: Add a purify command-line tool.Michal Krol2009-09-071-8/+1
* glsl: Add preprocessor purifier.Michal Krol2009-09-071-0/+21