summaryrefslogtreecommitdiffstats
path: root/src/glsl/apps
Commit message (Expand)AuthorAgeFilesLines
* Build mesa glsl with make.michal2009-12-101-0/+42
* glsl/apps: Make compile more shell friendly.Michal Krol2009-11-251-8/+27
* scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.Michal Krol2009-11-251-1/+2
* glsl/apps: No need to purify source text for tokeniser.Michal Krol2009-11-214-60/+16
* glsl/apps: Report syntax parser errors.Michal Krol2009-11-131-1/+4
* glsl/apps: Add GLSL compiler that translates source text into binary stream.Michal Krol2009-11-132-1/+219
* glsl/apps: Update for glsl/pp interface changes.Michal Krol2009-11-104-8/+16
* glsl/apps: Include missing header, properly escape format strings.Michal Krol2009-09-244-4/+8
* glsl/apps: Allow builds on all platforms.Michal Krol2009-09-241-3/+0
* glsl/apps: Fix apps after pp interface changes.Michal Krol2009-09-241-5/+1
* glsl/apps: Update after recent pp interface changes.Michal Krol2009-09-222-4/+12
* glsl/apps: Use glsl pp public interface.Michal Krol2009-09-184-45/+42
* glsl/apps: Always write out error condition.Michal Krol2009-09-173-18/+60
* glsl/apps: Always write out error condition.Michal Krol2009-09-161-7/+24
* 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