Browse Source

added GL_IBM_texture_mirrored_repeat (Ian Romanick)

tags/mesa_4_1
Brian Paul 23 years ago
parent
commit
3a03211aee
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/mesa/main/extensions.c

+ 3
- 1
src/mesa/main/extensions.c View 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",

Loading…
Cancel
Save