summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_context.c
Commit message (Expand)AuthorAgeFilesLines
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-201-183/+0
* glsl: Clean up header file inclusion.Vinson Lee2010-08-141-0/+1
* glsl: Do syntax parsing inline with processing.Michal Krol2009-12-201-0/+3
* glsl/pp: Do processing inline with tokenisation.Michal Krol2009-12-201-2/+12
* glsl/pp: Report correct error line for purify and tokeniser errors.Michal Krol2009-12-201-0/+14
* glsl/pp: Add support for user-defined macros.Michal Krol2009-12-101-0/+25
* glsl/pp: Do purification and tokenisation in a single step.Michal Krol2009-11-211-0/+7
* glsl/pp: Include missing headers.Michal Krol2009-09-241-0/+1
* glsl/pp: Define a public interface for external modules.Michal Krol2009-09-181-7/+22
* glsl/pp: Add remaining error messages.Michal Krol2009-09-171-0/+1
* glsl/pp: Add a dictionary to a context.Michal Krol2009-09-141-1/+9
* glsl: Handle file numbering.Michal Krol2009-09-071-0/+1
* glsl: Correctly handle line numbering.Michal Krol2009-09-071-0/+1
* glsl: Implement `error' preprocessor directive.Michal Krol2009-09-071-0/+1
* glsl: Allow for preprocessor macro redefinition.Michal Krol2009-09-071-0/+1
* glsl: Support if preprocessor directive and friends.Michal Krol2009-09-071-0/+2
* glsl: Rename sl_pp_context_add_str to sl_pp_context_add_unique_str.Michal Krol2009-09-071-3/+17
* glsl: Parse define directive in preprocessor.Michal Krol2009-09-071-0/+1
* glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol2009-09-071-0/+77