aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/apps/compile.c
Commit message (Expand)AuthorAgeFilesLines
* glsl/apps: Update after glsl cl interface changes.Michal Krol2009-12-201-35/+2
* glsl/apps: Print error line number in compile.Michal Krol2009-12-201-23/+13
* glsl/apps: remove unused varsBrian Paul2009-12-101-1/+0
* glsl/apps: Explicitly add ARB_draw_buffers and ARB_texture_rectangle.Michal Krol2009-12-101-0/+11
* glsl/apps: Make compile more shell friendly.Michal Krol2009-11-251-8/+27
* glsl/apps: No need to purify source text for tokeniser.Michal Krol2009-11-211-15/+4
* 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-131-0/+213