summaryrefslogtreecommitdiffstats
path: root/src/glsl/apps/purify.c
Commit message (Expand)AuthorAgeFilesLines
* Delete more vestiges of the old shader compiler.Kenneth Graunke2010-08-201-112/+0
* glsl: Clean up header file inclusion.Vinson Lee2010-08-141-0/+1
* glsl/apps: Handle ftell errors in non-debug builds.Vinson Lee2010-07-151-0/+3
* glsl/apps: Assert that ftell does not return an error.Vinson Lee2010-02-221-0/+2
* glsl/apps: print usage info if insufficient argsBrian Paul2010-02-171-0/+1
* 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-0/+1
* glsl/apps: Use glsl pp public interface.Michal Krol2009-09-181-1/+1
* glsl/apps: Always write out error condition.Michal Krol2009-09-171-6/+15
* glsl: Add a purify command-line tool.Michal Krol2009-09-071-0/+93