projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f0ddb
)
ARB_point_sprite is not part of OpenGL 1.5
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 3 Sep 2003 18:04:02 +0000
(18:04 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 3 Sep 2003 18:04:02 +0000
(18:04 +0000)
src/mesa/main/extensions.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.c
b/src/mesa/main/extensions.c
index 9928a5244e6dfb3db1d385002f329ca28fdf733e..dc15d1f26191195e9fc16912b5fc5e7c6fb6e234 100644
(file)
--- 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;