diff options
author | Brian Paul <[email protected]> | 2003-08-06 19:24:02 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-08-06 19:24:02 +0000 |
commit | b5a41d6050a06204f5450f63a98862e70585b7f9 (patch) | |
tree | c44f8fca5866df7a239717c71e98884a271ebd5d /src/mesa/main/extensions.c | |
parent | 2c50b922d615b5f3c6f4cb2e399e1bd6fec1e278 (diff) |
prep for OpenGL 1.5
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 95c680c9cad..0edf3a490a2 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; } |