aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/glsl/glcpp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-05-10 13:17:13 +0000
committermarha <marha@users.sourceforge.net>2011-05-10 13:17:13 +0000
commit0f6aea154580c2f220be98d12108dd7d316c21f6 (patch)
treec60630ec6de1c0b2a4367133a15a19300afb8625 /mesalib/src/glsl/glcpp
parent43b2398ee28e9144fd51eb9994d67c4c9a198c9c (diff)
downloadvcxsrv-0f6aea154580c2f220be98d12108dd7d316c21f6.tar.gz
vcxsrv-0f6aea154580c2f220be98d12108dd7d316c21f6.tar.bz2
vcxsrv-0f6aea154580c2f220be98d12108dd7d316c21f6.zip
libfontenc pixman mesa git update 10 May 2011
Diffstat (limited to 'mesalib/src/glsl/glcpp')
-rw-r--r--mesalib/src/glsl/glcpp/glcpp-parse.y4
1 files changed, 4 insertions, 0 deletions
diff --git a/mesalib/src/glsl/glcpp/glcpp-parse.y b/mesalib/src/glsl/glcpp/glcpp-parse.y
index 6f15e85a1..0a35e88ce 100644
--- a/mesalib/src/glsl/glcpp/glcpp-parse.y
+++ b/mesalib/src/glsl/glcpp/glcpp-parse.y
@@ -1128,6 +1128,10 @@ glcpp_parser_create (const struct gl_extensions *extensions, int api)
if (extensions->ARB_explicit_attrib_location)
add_builtin_define(parser, "GL_ARB_explicit_attrib_location", 1);
+
+ if (extensions->ARB_shader_texture_lod)
+ add_builtin_define(parser, "GL_ARB_shader_texture_lod", 1);
+
if (extensions->AMD_conservative_depth)
add_builtin_define(parser, "GL_AMD_conservative_depth", 1);
}