summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_token.h
Commit message (Expand)AuthorAgeFilesLines
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-201-133/+0
* glsl/pp: Do processing inline with tokenisation.Michal Krol2009-12-201-2/+4
* glsl/pp: declare sl_pp_purify_options to silence warningBrian Paul2009-12-101-0/+2
* glsl/pp: Do purification and tokenisation in a single step.Michal Krol2009-11-211-0/+1
* glsl/pp: Add forward decls to silence gcc warnings.Michal Krol2009-09-241-0/+2
* glsl/pp: Use struct instead of union.Michal Krol2009-09-241-1/+1
* glsl/pp: Store both line number and file index in a single token.Michal Krol2009-09-241-3/+4
* glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol2009-09-221-2/+4
* glsl/pp: Define a public interface for external modules.Michal Krol2009-09-181-2/+0
* glsl: Handle file numbering.Michal Krol2009-09-071-0/+2
* glsl: Correctly handle line numbering.Michal Krol2009-09-071-0/+3
* glsl: Implement `extension' preprocessor directive.Michal Krol2009-09-071-0/+6
* glsl: Implement `pragma' preprocessor directive.Michal Krol2009-09-071-0/+4
* glsl: Rename sl_pp_context_add_str to sl_pp_context_add_unique_str.Michal Krol2009-09-071-0/+2
* glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol2009-09-071-3/+4
* glsl: Add a preprocessor tokeniser.Michal Krol2009-09-071-0/+107