summaryrefslogtreecommitdiffstats
path: root/src/glsl/apps/process.c
Commit message (Expand)AuthorAgeFilesLines
* Delete more vestiges of the old shader compiler.Kenneth Graunke2010-08-201-388/+0
* glsl: Clean up header file inclusion.Vinson Lee2010-08-141-0/+2
* 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/+1
* glsl/apps: print usage info if insufficient argsBrian Paul2010-02-171-0/+1
* Simplify GLSL extension mechanism.Michal Krol2010-02-101-2/+2
* glsl/apps: Update after glsl pp interface changes.Michal Krol2009-12-201-20/+7
* glsl/apps: remove unused varsBrian Paul2009-12-101-2/+0
* glsl/apps: Predefine __GLSL_PP_PREDEFINED_MACRO_TEST for testing.Michal Krol2009-12-101-0/+10
* glsl/apps: Explicitly add ARB_draw_buffers and ARB_texture_rectangle.Michal Krol2009-12-101-0/+11
* 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: Fix apps after pp interface changes.Michal Krol2009-09-241-5/+1
* 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-22/+20
* glsl/apps: Always write out error condition.Michal Krol2009-09-161-7/+24
* glsl/apps: Adapt to pp interface change.Michal Krol2009-09-141-1/+4
* 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-071-7/+14
* glsl: Add `process' test app that returns tokenised and preprocessed text.Michal Krol2009-09-071-0/+323