summaryrefslogtreecommitdiff
path: root/src/glsl/pp/SConscript
AgeCommit message (Expand)AuthorFilesLines
2009-09-04glsl: Implement `line' preprocessor directive.Michal Krol1-0/+1
2009-09-04glsl: Implement `extension' preprocessor directive.Michal Krol1-0/+1
2009-09-04glsl: Implement `pragma' preprocessor directive.Michal Krol1-0/+1
2009-09-04glsl: Implement `error' preprocessor directive.Michal Krol1-0/+1
2009-06-26glsl: Support if preprocessor directive and friends.Michal Krol1-0/+1
2009-06-26glsl: Add expression interpreter.Michal Krol1-0/+1
2009-06-19glsl: Parse define directive in preprocessor.Michal Krol1-0/+2
2009-06-17glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol1-0/+1
2009-06-15glsl: Add preprocessor skeleton for directive parsing.Michal Krol1-0/+1
2009-06-13glsl: Parse optional version directive.Michal Krol1-0/+1
2009-06-12glsl: Add a preprocessor tokeniser.Michal Krol1-0/+1
2009-06-11glsl: Add a purify command-line tool.Michal Krol1-8/+1
2009-06-11glsl: Add preprocessor purifier.Michal Krol1-0/+21