summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_process.c
Commit message (Expand)AuthorAgeFilesLines
* glsl: Implement `pragma' preprocessor directive.Michal Krol2009-09-071-0/+4
* glsl: Implement `error' preprocessor directive.Michal Krol2009-09-071-0/+3
* glsl: Implement `undef' preprocessor directive.Michal Krol2009-09-071-9/+13
* glsl: Allow for preprocessor macro redefinition.Michal Krol2009-09-071-10/+1
* glsl: Support if preprocessor directive and friends.Michal Krol2009-09-071-17/+42
* glsl: Centralise sl_pp_macro constructor.Michal Krol2009-09-071-1/+1
* glsl: Implement macro expansion.Michal Krol2009-09-071-13/+18
* glsl: Parse define directive in preprocessor.Michal Krol2009-09-071-5/+24
* glsl: Simplify directive parser skeleton.Michal Krol2009-09-071-90/+139
* glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol2009-09-071-14/+2
* glsl: Add preprocessor skeleton for directive parsing.Michal Krol2009-09-071-0/+157