From 3a03211aeeec5f5232a711f2f0887a93be4013e2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 5 Sep 2002 21:16:30 +0000 Subject: [PATCH] added GL_IBM_texture_mirrored_repeat (Ian Romanick) --- src/mesa/main/extensions.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index ad2807401b1..dce0be620c1 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -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", -- 2.30.2