OSDN Git Service

added GL_IBM_texture_mirrored_repeat (Ian Romanick)
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 5 Sep 2002 21:16:30 +0000 (21:16 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 5 Sep 2002 21:16:30 +0000 (21:16 +0000)
src/mesa/main/extensions.c

index ad28074..dce0be6 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: extensions.c,v 1.76 2002/06/29 20:03:13 brianp Exp $ */
+/* $Id: extensions.c,v 1.77 2002/09/05 21:16:30 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -108,6 +108,7 @@ static struct {
    { OFF, "GL_EXT_vertex_array_set",           F(EXT_vertex_array_set) },
    { OFF, "GL_HP_occlusion_test",              F(HP_occlusion_test) },
    { ON,  "GL_IBM_rasterpos_clip",             F(IBM_rasterpos_clip) },
+   { OFF, "GL_IBM_texture_mirrored_repeat",    F(ARB_texture_mirrored_repeat)},
    { OFF, "GL_INGR_blend_func_separate",       F(INGR_blend_func_separate) },
    { OFF, "GL_MESA_packed_depth_stencil",      0 },
    { OFF, "GL_MESA_resize_buffers",            F(MESA_resize_buffers) },
@@ -175,6 +176,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
       "GL_EXT_texture_env_dot3",
       "GL_EXT_texture_lod_bias",
       "GL_HP_occlusion_test",
+      "GL_IBM_texture_mirrored_repeat",
       "GL_INGR_blend_func_separate",
       "GL_MESA_resize_buffers",
       "GL_NV_blend_square",