gallium: Use MSVC atomic intrinsics directly instead of the Windows header wrappers.
[mesa.git] / src / glsl /
2009-09-07 Michal Krolglsl: Actually respect the hash-line directive.
2009-09-07 Michal Krolglsl: Handle line tokens in apps/process.
2009-09-07 Michal Krolglsl: Correctly handle line numbering.
2009-09-07 Michal Krolglsl: Preserve newline inside comment blocks.
2009-09-07 Michal Krolglsl: Implement predefinded macros.
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: Handle extension tokens in apps/proces.
2009-09-07 Michal Krolglsl: Implement `extension' preprocessor directive.
2009-09-07 Michal Krolglsl: Handle pragma tokens in apps/process.
2009-09-07 Michal Krolglsl: Implement `pragma' preprocessor directive.
2009-09-07 Michal Krolglsl: Print out error message in apps/process.
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: Handle `defined' preprocessor operator.
2009-09-07 Michal Krolglsl: Support if preprocessor directive and friends.
2009-09-07 Michal Krolglsl: Add expression interpreter.
2009-09-07 Michal Krolglsl: Centralise sl_pp_macro constructor.
2009-09-07 Michal Krolglsl: Implement macro expansion.
2009-09-07 Michal Krolglsl: Rename sl_pp_context_add_str to sl_pp_context_add...
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 `process' test app that returns tokenised...
2009-09-07 Michal Krolglsl: Add preprocessor skeleton for directive parsing.
2009-09-07 Michal Krolglsl: Remove bogus sl_pp_directive.h include.
2009-09-07 Michal Krolglsl: Allow for multiple version statements.
2009-09-07 Michal Krolglsl/apps: Print out the number of tokens eaten in...
2009-09-07 Michal Krolglsl: Raise an error on an unfinished comment block.
2009-09-07 Michal Krolglsl/apps: Add version test app.
2009-09-07 Michal Krolglsl: Parse optional version directive.
2009-09-07 Michal Krolglsl: Add a tokenise app.
2009-09-07 Michal Krolglsl: Add a preprocessor tokeniser.
2009-09-07 Michal Krolglsl: Add a purify command-line tool.
2009-09-07 Michal Krolglsl: Add preprocessor purifier.