From b5a41d6050a06204f5450f63a98862e70585b7f9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 6 Aug 2003 19:24:02 +0000 Subject: prep for OpenGL 1.5 --- src/mesa/main/extensions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/extensions.c') diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 95c680c9ca..0edf3a490a 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -299,6 +299,7 @@ _mesa_enable_1_5_extensions(GLcontext *ctx) ctx->Extensions.ARB_occlusion_query = GL_TRUE; ctx->Extensions.ARB_vertex_buffer_object = GL_TRUE; ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE; + ctx->Extensions.EXT_shadow_funcs = GL_TRUE; } -- cgit v1.2.3