summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_context.h
Commit message (Expand)AuthorAgeFilesLines
* glsl: Implement `error' preprocessor directive.Michal Krol2009-09-071-0/+4
* glsl: Allow for preprocessor macro redefinition.Michal Krol2009-09-071-0/+1
* glsl: Support if preprocessor directive and friends.Michal Krol2009-09-071-0/+6
* glsl: Rename sl_pp_context_add_str to sl_pp_context_add_unique_str.Michal Krol2009-09-071-2/+2
* glsl: Parse define directive in preprocessor.Michal Krol2009-09-071-0/+4
* glsl: Simplify directive parser skeleton.Michal Krol2009-09-071-1/+1
* glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol2009-09-071-0/+52