summaryrefslogtreecommitdiffstats
path: root/src/glsl/apps
Commit message (Expand)AuthorAgeFilesLines
* glsl/apps: Adapt to pp interface change.Michal Krol2009-09-143-3/+12
* glsl: Handle file tokens in apps/process.Michal Krol2009-09-071-0/+4
* glsl: Handle line tokens in apps/process.Michal Krol2009-09-071-0/+4
* glsl: Handle extension tokens in apps/proces.Michal Krol2009-09-071-0/+16
* glsl: Handle pragma tokens in apps/process.Michal Krol2009-09-071-0/+8
* glsl: Print out error message in apps/process.Michal Krol2009-09-071-7/+10
* glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol2009-09-073-14/+32
* glsl: Add `process' test app that returns tokenised and preprocessed text.Michal Krol2009-09-072-0/+328
* glsl/apps: Print out the number of tokens eaten in version test.Michal Krol2009-09-071-1/+4
* glsl/apps: Add version test app.Michal Krol2009-09-072-0/+115
* glsl: Add a tokenise app.Michal Krol2009-09-072-0/+323
* glsl: Add a purify command-line tool.Michal Krol2009-09-072-0/+111