summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_if.c
AgeCommit message (Expand)Author
2010-02-16sl/pp: re-do extension testing codeBrian Paul
2010-02-15glsl/pp: Fix handling of if/elif/else cases.Michal Krol
2010-02-10glsl/pp: fix extension enable/disable optionsBrian Paul
2010-02-10glsl/pp: Fix ifdef directive for extension names.Michal Krol
2009-12-20glsl/pp: Do processing inline with tokenisation.Michal Krol
2009-11-20glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.Michal Krol
2009-09-24glsl/pp: Include missing headers.Michal Krol
2009-09-23glsl/pp: Add `0' and `1' to dictionary.Michal Krol
2009-09-22glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol
2009-09-17slang/pp: Use a dictionary for the remaining string literals.Michal Krol
2009-09-17glsl/pp: Add remaining error messages.Michal Krol
2009-09-07glsl: Handle `defined' preprocessor operator.Michal Krol
2009-09-07glsl: Support if preprocessor directive and friends.Michal Krol