summaryrefslogtreecommitdiff
path: root/src/glsl/apps
AgeCommit message (Expand)AuthorFilesLines
2009-11-10glsl/apps: Update for glsl/pp interface changes.Michal Krol4-8/+16
2009-09-24glsl/apps: Include missing header, properly escape format strings.Michal Krol4-4/+8
2009-09-24glsl/apps: Allow builds on all platforms.Michal Krol1-3/+0
2009-09-24glsl/apps: Fix apps after pp interface changes.Michal Krol1-5/+1
2009-09-22glsl/apps: Update after recent pp interface changes.Michal Krol2-4/+12
2009-09-18glsl/apps: Use glsl pp public interface.Michal Krol4-45/+42
2009-09-17glsl/apps: Always write out error condition.Michal Krol3-18/+60
2009-09-16glsl/apps: Always write out error condition.Michal Krol1-7/+24
2009-09-14glsl/apps: Adapt to pp interface change.Michal Krol3-3/+12
2009-09-07glsl: Handle file tokens in apps/process.Michal Krol1-0/+4
2009-09-07glsl: Handle line tokens in apps/process.Michal Krol1-0/+4
2009-09-07glsl: Handle extension tokens in apps/proces.Michal Krol1-0/+16
2009-09-07glsl: Handle pragma tokens in apps/process.Michal Krol1-0/+8
2009-09-07glsl: Print out error message in apps/process.Michal Krol1-7/+10
2009-09-07glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol3-14/+32
2009-09-07glsl: Add `process' test app that returns tokenised and preprocessed text.Michal Krol2-0/+328
2009-09-07glsl/apps: Print out the number of tokens eaten in version test.Michal Krol1-1/+4
2009-09-07glsl/apps: Add version test app.Michal Krol2-0/+115
2009-09-07glsl: Add a tokenise app.Michal Krol2-0/+323
2009-09-07glsl: Add a purify command-line tool.Michal Krol2-0/+111