diff options
author | Brian Paul <[email protected]> | 2003-09-03 18:04:02 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-09-03 18:04:02 +0000 |
commit | feb9e4c4324c494a79dbad8e43c15d0c9c4c3a4b (patch) | |
tree | adff73e13ccca6135c8c7c7e8a3ebcd6e5d84c11 /src/mesa/main/extensions.c | |
parent | 03f0ddbe4ca748a8fb3081d08eeb129661656d7d (diff) |
ARB_point_sprite is not part of OpenGL 1.5
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 9928a5244e6..dc15d1f2619 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -300,13 +300,11 @@ _mesa_enable_1_4_extensions(GLcontext *ctx) /** * Enable all OpenGL 1.5 features and extensions. * A convenience function to be called by drivers. - * XXX TENTATIVE!!! */ void _mesa_enable_1_5_extensions(GLcontext *ctx) { ctx->Extensions.ARB_occlusion_query = GL_TRUE; - ctx->Extensions.ARB_point_sprite = 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; |