summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_token.h
Commit message (Expand)AuthorAgeFilesLines
* 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