summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_extension.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-16glsl/pp: Do not try to enable extension `all'.Michal Krol1-8/+20
2010-02-15glsl/pp: Add asserts to check for null pointer deferences.Vinson Lee1-0/+4
2010-02-13glsl/pp: fix incorrect extension enable flag for warn modeBrian Paul1-1/+1
2010-02-10glsl/pp: fix extension enable/disable optionsBrian Paul1-0/+20
2010-02-10Simplify GLSL extension mechanism.Michal Krol1-8/+2
2009-12-20glsl: Do syntax parsing inline with processing.Michal Krol1-0/+1
2009-12-10glsl/pp: Add sl_pp_context_add_extension().Michal Krol1-12/+37
2009-09-24glsl/pp: Include missing headers.Michal Krol1-0/+1
2009-09-14glsl/pp: Support GL_ARB_draw_buffers and GL_ARB_texture_rectangle.Michal Krol1-34/+49
2009-09-07glsl: Implement `extension' preprocessor directive.Michal Krol1-0/+129