summaryrefslogtreecommitdiff
path: root/src/glsl/pp/SConscript
AgeCommit message (Collapse)Author
2009-09-24glsl/pp: Allow builds on all platforms.Michal Krol
2009-09-14glsl/pp: Add a dictionary to a context.Michal Krol
2009-09-07glsl: Implement `line' preprocessor directive.Michal Krol
2009-09-07glsl: Implement `extension' preprocessor directive.Michal Krol
No extensions supported.
2009-09-07glsl: Implement `pragma' preprocessor directive.Michal Krol
Handle `optimize(on|off)' and `debug(on|off)' pragmas.
2009-09-07glsl: Implement `error' preprocessor directive.Michal Krol
2009-09-07glsl: Support if preprocessor directive and friends.Michal Krol
2009-09-07glsl: Add expression interpreter.Michal Krol
2009-09-07glsl: Parse define directive in preprocessor.Michal Krol
2009-09-07glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol
2009-09-07glsl: Add preprocessor skeleton for directive parsing.Michal Krol
2009-09-07glsl: Parse optional version directive.Michal Krol
2009-09-07glsl: Add a preprocessor tokeniser.Michal Krol
2009-09-07glsl: Add a purify command-line tool.Michal Krol
2009-09-07glsl: Add preprocessor purifier.Michal Krol