summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_process.h
AgeCommit message (Expand)Author
2009-12-20glsl: Do syntax parsing inline with processing.Michal Krol
2009-12-20glsl/pp: Do processing inline with tokenisation.Michal Krol
2009-09-18glsl/pp: Define a public interface for external modules.Michal Krol
2009-09-07glsl: Correctly handle line numbering.Michal Krol
2009-09-07glsl: Implement `line' preprocessor directive.Michal Krol
2009-09-07glsl: Implement `extension' preprocessor directive.Michal Krol
2009-09-07glsl: Implement `pragma' preprocessor directive.Michal Krol
2009-09-07glsl: Implement `error' preprocessor directive.Michal Krol
2009-09-07glsl: Implement `undef' preprocessor directive.Michal Krol
2009-09-07glsl: Allow for preprocessor macro redefinition.Michal Krol
2009-09-07glsl: Support if preprocessor directive and friends.Michal Krol
2009-09-07glsl: Implement macro expansion.Michal Krol
2009-09-07glsl: Parse define directive in preprocessor.Michal Krol
2009-09-07glsl: Simplify directive parser skeleton.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