summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_macro.h
Commit message (Expand)AuthorAgeFilesLines
* glsl/pp: Do processing inline with tokenisation.Michal Krol2009-12-201-2/+1
* glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.Michal Krol2009-11-201-1/+7
* glsl/pp: Add forward decls to silence gcc warnings.Michal Krol2009-09-241-0/+3
* glsl: Allow for preprocessor macro redefinition.Michal Krol2009-09-071-0/+3
* glsl: Support if preprocessor directive and friends.Michal Krol2009-09-071-1/+2
* glsl: Centralise sl_pp_macro constructor.Michal Krol2009-09-071-1/+4
* glsl: Implement macro expansion.Michal Krol2009-09-071-1/+8
* glsl: Parse define directive in preprocessor.Michal Krol2009-09-071-0/+50