summaryrefslogtreecommitdiffstats
path: root/src/glsl/apps/tokenise.c
Commit message (Expand)AuthorAgeFilesLines
* glsl/apps: No need to purify source text for tokeniser.Michal Krol2009-11-211-15/+4
* glsl/apps: Update for glsl/pp interface changes.Michal Krol2009-11-101-2/+4
* glsl/apps: Include missing header, properly escape format strings.Michal Krol2009-09-241-2/+3
* glsl/apps: Update after recent pp interface changes.Michal Krol2009-09-221-2/+6
* glsl/apps: Use glsl pp public interface.Michal Krol2009-09-181-11/+10
* glsl/apps: Always write out error condition.Michal Krol2009-09-171-7/+21
* glsl/apps: Adapt to pp interface change.Michal Krol2009-09-141-1/+4
* glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol2009-09-071-5/+10
* glsl: Add a tokenise app.Michal Krol2009-09-071-0/+318