summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_process.c
Commit message (Expand)AuthorAgeFilesLines
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-201-331/+0
* glsl: Clean up header file inclusion.Vinson Lee2010-08-141-0/+3
* glsl/pp: Add asserts to check for null pointer deferences.Vinson Lee2010-02-151-0/+1
* glsl/pp: quieten compiler about missing case statementsKeith Whitwell2009-12-231-0/+3
* glsl: Do syntax parsing inline with processing.Michal Krol2009-12-201-39/+77
* glsl/pp: Do processing inline with tokenisation.Michal Krol2009-12-201-79/+79
* glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.Michal Krol2009-11-201-1/+2
* glsl/pp: Include missing headers.Michal Krol2009-09-241-0/+2
* glsl/pp: Store both line number and file index in a single token.Michal Krol2009-09-241-1/+2
* slang/pp: Use a dictionary for the remaining string literals.Michal Krol2009-09-171-14/+14
* glsl/pp: Add more error messages.Michal Krol2009-09-161-1/+10
* glsl: Correctly handle line numbering.Michal Krol2009-09-071-1/+19
* glsl: Implement `line' preprocessor directive.Michal Krol2009-09-071-1/+6
* glsl: Output endof token after processing a directive.Michal Krol2009-09-071-6/+7
* glsl: Implement `extension' preprocessor directive.Michal Krol2009-09-071-0/+4
* glsl: Implement `pragma' preprocessor directive.Michal Krol2009-09-071-0/+4
* glsl: Implement `error' preprocessor directive.Michal Krol2009-09-071-0/+3
* glsl: Implement `undef' preprocessor directive.Michal Krol2009-09-071-9/+13
* glsl: Allow for preprocessor macro redefinition.Michal Krol2009-09-071-10/+1
* glsl: Support if preprocessor directive and friends.Michal Krol2009-09-071-17/+42
* glsl: Centralise sl_pp_macro constructor.Michal Krol2009-09-071-1/+1
* glsl: Implement macro expansion.Michal Krol2009-09-071-13/+18
* glsl: Parse define directive in preprocessor.Michal Krol2009-09-071-5/+24
* glsl: Simplify directive parser skeleton.Michal Krol2009-09-071-90/+139
* glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol2009-09-071-14/+2
* glsl: Add preprocessor skeleton for directive parsing.Michal Krol2009-09-071-0/+157