summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_macro.c
AgeCommit message (Expand)Author
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt
2010-08-14glsl: Clean up header file inclusion.Vinson Lee
2009-12-20glsl: Do syntax parsing inline with processing.Michal Krol
2009-12-20glsl/pp: Do processing inline with tokenisation.Michal Krol
2009-12-20glsl/pp: Remove outdated TODO.Michal Krol
2009-12-10glsl/pp: Add support for user-defined macros.Michal Krol
2009-12-10glsl/pp: Add sl_pp_context_add_extension().Michal Krol
2009-11-20glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.Michal Krol
2009-09-28glsl/pp: Expand macro actual arguments before pasting into its body.Michal Krol
2009-09-24glsl/pp: Avoid using `__VERSION__' as an identifier.Michal Krol
2009-09-22glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol
2009-09-17glsl/pp: Add a TODO for FEATURE_es2_glsl.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 file numbering.Michal Krol
2009-09-07glsl: Correctly handle line numbering.Michal Krol
2009-09-07glsl: Implement predefinded macros.Michal Krol
2009-09-07glsl: Allow for preprocessor macro redefinition.Michal Krol
2009-09-07glsl: Support if preprocessor directive and friends.Michal Krol
2009-09-07glsl: Centralise sl_pp_macro constructor.Michal Krol
2009-09-07glsl: Implement macro expansion.Michal Krol
2009-09-07glsl: Parse define directive in preprocessor.Michal Krol