summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_context.h
Commit message (Expand)AuthorAgeFilesLines
* glsl/pp: fix extension enable/disable optionsBrian Paul2010-02-101-0/+1
* Simplify GLSL extension mechanism.Michal Krol2010-02-101-2/+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-0/+3
* glsl/pp: Report correct error line for purify and tokeniser errors.Michal Krol2009-12-201-0/+1
* glsl/pp: Add support for user-defined macros.Michal Krol2009-12-101-0/+10
* glsl/pp: Add sl_pp_context_add_extension().Michal Krol2009-12-101-0/+10
* glsl/pp: Do purification and tokenisation in a single step.Michal Krol2009-11-211-4/+7
* glsl/pp: Define a public interface for external modules.Michal Krol2009-09-181-10/+0
* glsl/pp: Add remaining error messages.Michal Krol2009-09-171-1/+1
* glsl/pp: Add a dictionary to a context.Michal Krol2009-09-141-1/+3
* glsl: Handle file numbering.Michal Krol2009-09-071-0/+1
* glsl: Correctly handle line numbering.Michal Krol2009-09-071-0/+2
* glsl: Implement `error' preprocessor directive.Michal Krol2009-09-071-0/+4
* glsl: Allow for preprocessor macro redefinition.Michal Krol2009-09-071-0/+1
* glsl: Support if preprocessor directive and friends.Michal Krol2009-09-071-0/+6
* glsl: Rename sl_pp_context_add_str to sl_pp_context_add_unique_str.Michal Krol2009-09-071-2/+2
* glsl: Parse define directive in preprocessor.Michal Krol2009-09-071-0/+4
* glsl: Simplify directive parser skeleton.Michal Krol2009-09-071-1/+1
* glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol2009-09-071-0/+52