glsl/pp: Fix macro formal argument parsing, more descriptive error msgs.
[mesa.git] / src / glsl / pp / sl_pp_process.c
2009-09-24 Michal Krolglsl/pp: Include missing headers.
2009-09-24 Michal Krolglsl/pp: Store both line number and file index in a...
2009-09-17 Michal KrolMerge commit 'origin/master' into glsl-pp-rework-2
2009-09-17 Michal Krolslang/pp: Use a dictionary for the remaining string...
2009-09-16 Michal Krolglsl/pp: Add more error messages.
2009-09-14 Michal KrolMerge commit 'origin/master' into glsl-pp-rework-2
2009-09-07 Michal Krolglsl: Correctly handle line numbering.
2009-09-07 Michal Krolglsl: Implement `line' preprocessor directive.
2009-09-07 Michal Krolglsl: Output endof token after processing a directive.
2009-09-07 Michal Krolglsl: Implement `extension' preprocessor directive.
2009-09-07 Michal Krolglsl: Implement `pragma' preprocessor directive.
2009-09-07 Michal Krolglsl: Implement `error' preprocessor directive.
2009-09-07 Michal Krolglsl: Implement `undef' preprocessor directive.
2009-09-07 Michal Krolglsl: Allow for preprocessor macro redefinition.
2009-09-07 Michal Krolglsl: Support if preprocessor directive and friends.
2009-09-07 Michal Krolglsl: Centralise sl_pp_macro constructor.
2009-09-07 Michal Krolglsl: Implement macro expansion.
2009-09-07 Michal Krolglsl: Parse define directive in preprocessor.
2009-09-07 Michal Krolglsl: Simplify directive parser skeleton.
2009-09-07 Michal Krolglsl: Introduce sl_pp_context and maintain a reuseable...
2009-09-07 Michal Krolglsl: Add preprocessor skeleton for directive parsing.