summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-09-30 16:13:03 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-09-30 16:13:03 +0000
commit17d73e49c88c375d86f0a7cd1c2a418ca50c1fc8 (patch)
treec77744611ea35495da1855da95477852d459432b
parent032341cbea3d0d62a834da6c3cd03067ca5a8a53 (diff)
disable GL_NV_texture_rectangle by default
-rw-r--r--src/mesa/main/extensions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index b572bb2b4c..415a5f9605 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -1,4 +1,4 @@
-/* $Id: extensions.c,v 1.65.2.6 2002/09/21 17:12:33 brianp Exp $ */
+/* $Id: extensions.c,v 1.65.2.7 2002/09/30 16:13:03 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -110,7 +110,7 @@ static struct {
{ ON, "GL_MESA_window_pos", F(MESA_window_pos) },
{ OFF, "GL_NV_blend_square", F(NV_blend_square) },
{ ON, "GL_NV_texgen_reflection", F(NV_texgen_reflection) },
- { ON, "GL_NV_texture_rectangle", F(NV_texture_rectangle) },
+ { OFF, "GL_NV_texture_rectangle", F(NV_texture_rectangle) },
{ OFF, "GL_SGI_color_matrix", F(SGI_color_matrix) },
{ OFF, "GL_SGI_color_table", F(SGI_color_table) },
{ OFF, "GL_SGIS_generate_mipmap", F(SGIS_generate_mipmap) },