projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e148c
)
don't check for ARB_texture_non_power_of_two for OpenGL 1.5 (Philipp Klaus Krause)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 19 Aug 2004 18:33:13 +0000
(18:33 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 19 Aug 2004 18:33:13 +0000
(18:33 +0000)
src/mesa/main/get.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/get.c
b/src/mesa/main/get.c
index e4e60abe7ea418181942a59a98379ad48f1fb2e8..7a5e6ff8d955a33278d0995fc2ef65eff05ecdff 100644
(file)
--- a/
src/mesa/main/get.c
+++ b/
src/mesa/main/get.c
@@
-5,7
+5,7
@@
/*
* Mesa 3-D graphics library
- * Version: 6.
1
+ * Version: 6.
2
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
@@
-6484,7
+6484,6
@@
_mesa_GetString( GLenum name )
ctx->Extensions.SGIS_generate_mipmap) {
if (ctx->Extensions.ARB_occlusion_query &&
ctx->Extensions.ARB_vertex_buffer_object &&
- ctx->Extensions.ARB_texture_non_power_of_two &&
ctx->Extensions.EXT_shadow_funcs) {
return (const GLubyte *) version_1_5;
}