summaryrefslogtreecommitdiff
path: root/src/glsl/apps/process.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-18glsl/apps: Use glsl pp public interface.Michal Krol1-22/+20
2009-09-16glsl/apps: Always write out error condition.Michal Krol1-7/+24
2009-09-14glsl/apps: Adapt to pp interface change.Michal Krol1-1/+4
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 Krol1-7/+14
2009-09-07glsl: Add `process' test app that returns tokenised and preprocessed text.Michal Krol1-0/+323