summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_if.c
Commit message (Expand)AuthorAgeFilesLines
* glsl: Clean up header file inclusion.Vinson Lee2010-08-141-0/+3
* sl/pp: re-do extension testing codeBrian Paul2010-02-161-1/+1
* glsl/pp: Fix handling of if/elif/else cases.Michal Krol2010-02-151-10/+18
* glsl/pp: fix extension enable/disable optionsBrian Paul2010-02-101-1/+1
* glsl/pp: Fix ifdef directive for extension names.Michal Krol2010-02-101-42/+30
* glsl/pp: Do processing inline with tokenisation.Michal Krol2009-12-201-42/+37
* glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.Michal Krol2009-11-201-1/+1
* 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