projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fcac8b
)
remove ARB_texture_non_power_of_two from _mesa_enable_1_5_extensions()
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 13 Sep 2004 14:55:07 +0000
(14:55 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 13 Sep 2004 14:55:07 +0000
(14:55 +0000)
src/mesa/main/extensions.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.c
b/src/mesa/main/extensions.c
index 6863eef03d67ec695fdfaeee8a9ddf37434e6bed..efdee0c67de2a9505fc990d1ca968dc561f10d25 100644
(file)
--- a/
src/mesa/main/extensions.c
+++ b/
src/mesa/main/extensions.c
@@
-1,6
+1,6
@@
/*
* Mesa 3-D graphics library
- * Version: 6.
1
+ * Version: 6.
2
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
@@
-326,7
+326,6
@@
_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;
}