aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_token.c
Commit message (Expand)AuthorAgeFilesLines
* glsl/pp: Do processing inline with tokenisation.Michal Krol2009-12-201-6/+2
* glsl/pp: Report correct error line for purify and tokeniser errors.Michal Krol2009-12-201-2/+1
* glsl/pp: make some functions staticBrian Paul2009-12-101-3/+3
* glsl/pp: Do purification and tokenisation in a single step.Michal Krol2009-11-211-303/+541
* glsl/pp: Include missing headers.Michal Krol2009-09-241-0/+1
* glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol2009-09-221-4/+15
* glsl/pp: Define a public interface for external modules.Michal Krol2009-09-181-0/+1
* glsl/pp: Validate numbers.Michal Krol2009-09-161-23/+227
* glsl/pp: Add more error messages.Michal Krol2009-09-161-0/+3
* glsl: Rename sl_pp_context_add_str to sl_pp_context_add_unique_str.Michal Krol2009-09-071-2/+2
* glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol2009-09-071-14/+15
* glsl: Remove bogus sl_pp_directive.h include.Michal Krol2009-09-071-1/+0
* glsl: Add a preprocessor tokeniser.Michal Krol2009-09-071-0/+401