aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_extension.c
Commit message (Expand)AuthorAgeFilesLines
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-201-180/+0
* glsl: Clean up header file inclusion.Vinson Lee2010-08-141-0/+2
* glsl/pp: Remove sl_pp_get_extension_state().Michal Krol2010-02-171-41/+0
* sl/pp: re-do extension testing codeBrian Paul2010-02-161-5/+23
* glsl/pp: Do not try to enable extension `all'.Michal Krol2010-02-161-8/+20
* glsl/pp: Add asserts to check for null pointer deferences.Vinson Lee2010-02-151-0/+4
* glsl/pp: fix incorrect extension enable flag for warn modeBrian Paul2010-02-131-1/+1
* glsl/pp: fix extension enable/disable optionsBrian Paul2010-02-101-0/+20
* Simplify GLSL extension mechanism.Michal Krol2010-02-101-8/+2
* glsl: Do syntax parsing inline with processing.Michal Krol2009-12-201-0/+1
* glsl/pp: Add sl_pp_context_add_extension().Michal Krol2009-12-101-12/+37
* glsl/pp: Include missing headers.Michal Krol2009-09-241-0/+1
* glsl/pp: Support GL_ARB_draw_buffers and GL_ARB_texture_rectangle.Michal Krol2009-09-141-34/+49
* glsl: Implement `extension' preprocessor directive.Michal Krol2009-09-071-0/+129