summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_token.h
AgeCommit message (Expand)AuthorFilesLines
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt1-133/+0
2009-12-20glsl/pp: Do processing inline with tokenisation.Michal Krol1-2/+4
2009-12-10glsl/pp: declare sl_pp_purify_options to silence warningBrian Paul1-0/+2
2009-11-21glsl/pp: Do purification and tokenisation in a single step.Michal Krol1-0/+1
2009-09-24glsl/pp: Add forward decls to silence gcc warnings.Michal Krol1-0/+2
2009-09-24glsl/pp: Use struct instead of union.Michal Krol1-1/+1
2009-09-24glsl/pp: Store both line number and file index in a single token.Michal Krol1-3/+4
2009-09-22glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol1-2/+4
2009-09-18glsl/pp: Define a public interface for external modules.Michal Krol1-2/+0
2009-09-07glsl: Handle file numbering.Michal Krol1-0/+2
2009-09-07glsl: Correctly handle line numbering.Michal Krol1-0/+3
2009-09-07glsl: Implement `extension' preprocessor directive.Michal Krol1-0/+6
2009-09-07glsl: Implement `pragma' preprocessor directive.Michal Krol1-0/+4
2009-09-07glsl: Rename sl_pp_context_add_str to sl_pp_context_add_unique_str.Michal Krol1-0/+2
2009-09-07glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol1-3/+4
2009-09-07glsl: Add a preprocessor tokeniser.Michal Krol1-0/+107