summaryrefslogtreecommitdiff
path: root/src/glsl/apps
AgeCommit message (Expand)Author
2010-02-17glsl/apps: print usage info if insufficient argsBrian Paul
2010-02-10Simplify GLSL extension mechanism.Michal Krol
2010-01-01glsl: Ignore programs.José Fonseca
2009-12-20glsl/apps: Update after glsl cl interface changes.Michal Krol
2009-12-20glsl/apps: Update after glsl pp interface changes.Michal Krol
2009-12-20glsl/apps: Do not print number of eaten tokens in version.Michal Krol
2009-12-20glsl/apps: Print error line number in compile.Michal Krol
2009-12-17glsl/apps: Add dummy install target to fix 'make install'Sedat Dilek
2009-12-10scons: Get GLSL code building correctly when cross compiling.José Fonseca
2009-12-10glsl/apps: remove unused varsBrian Paul
2009-12-10glsl/apps: Predefine __GLSL_PP_PREDEFINED_MACRO_TEST for testing.Michal Krol
2009-12-10glsl/apps: Explicitly add ARB_draw_buffers and ARB_texture_rectangle.Michal Krol
2009-12-10Build mesa glsl with make.michal
2009-11-25glsl/apps: Make compile more shell friendly.Michal Krol
2009-11-25scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.Michal Krol
2009-11-21glsl/apps: No need to purify source text for tokeniser.Michal Krol
2009-11-13glsl/apps: Report syntax parser errors.Michal Krol
2009-11-13glsl/apps: Add GLSL compiler that translates source text into binary stream.Michal Krol
2009-11-10glsl/apps: Update for glsl/pp interface changes.Michal Krol
2009-09-24glsl/apps: Include missing header, properly escape format strings.Michal Krol
2009-09-24glsl/apps: Allow builds on all platforms.Michal Krol
2009-09-24glsl/apps: Fix apps after pp interface changes.Michal Krol
2009-09-22glsl/apps: Update after recent pp interface changes.Michal Krol
2009-09-18glsl/apps: Use glsl pp public interface.Michal Krol
2009-09-17glsl/apps: Always write out error condition.Michal Krol
2009-09-16glsl/apps: Always write out error condition.Michal Krol
2009-09-14glsl/apps: Adapt to pp interface change.Michal Krol
2009-09-07glsl: Handle file tokens in apps/process.Michal Krol
2009-09-07glsl: Handle line tokens in apps/process.Michal Krol
2009-09-07glsl: Handle extension tokens in apps/proces.Michal Krol
2009-09-07glsl: Handle pragma tokens in apps/process.Michal Krol
2009-09-07glsl: Print out error message in apps/process.Michal Krol
2009-09-07glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol
2009-09-07glsl: Add `process' test app that returns tokenised and preprocessed text.Michal Krol
2009-09-07glsl/apps: Print out the number of tokens eaten in version test.Michal Krol
2009-09-07glsl/apps: Add version test app.Michal Krol
2009-09-07glsl: Add a tokenise app.Michal Krol
2009-09-07glsl: Add a purify command-line tool.Michal Krol