summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_token.c
AgeCommit message (Expand)Author
2009-12-20glsl/pp: Do processing inline with tokenisation.Michal Krol
2009-12-20glsl/pp: Report correct error line for purify and tokeniser errors.Michal Krol
2009-12-10glsl/pp: make some functions staticBrian Paul
2009-11-21glsl/pp: Do purification and tokenisation in a single step.Michal Krol
2009-09-24glsl/pp: Include missing headers.Michal Krol
2009-09-22glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol
2009-09-18glsl/pp: Define a public interface for external modules.Michal Krol
2009-09-16glsl/pp: Validate numbers.Michal Krol
2009-09-16glsl/pp: Add more error messages.Michal Krol
2009-09-07glsl: Rename sl_pp_context_add_str to sl_pp_context_add_unique_str.Michal Krol
2009-09-07glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol
2009-09-07glsl: Remove bogus sl_pp_directive.h include.Michal Krol
2009-09-07glsl: Add a preprocessor tokeniser.Michal Krol