summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_if.c
Commit message (Expand)AuthorAgeFilesLines
* glsl/pp: Include missing headers.Michal Krol2009-09-241-0/+1
* glsl/pp: Add `0' and `1' to dictionary.Michal Krol2009-09-231-8/+1
* glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol2009-09-221-4/+4
* slang/pp: Use a dictionary for the remaining string literals.Michal Krol2009-09-171-14/+10
* glsl/pp: Add remaining error messages.Michal Krol2009-09-171-14/+21
* glsl: Handle `defined' preprocessor operator.Michal Krol2009-09-071-3/+79
* glsl: Support if preprocessor directive and friends.Michal Krol2009-09-071-0/+276