From 551b65f13754e6760e5c272ff86f8873c9c13e5c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 21 Sep 2002 17:34:56 +0000 Subject: GL_MESA_pack_invert --- src/mesa/main/extensions.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/extensions.c') diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index d7b311e8af..0560397431 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -1,4 +1,4 @@ -/* $Id: extensions.c,v 1.79 2002/09/21 16:51:25 brianp Exp $ */ +/* $Id: extensions.c,v 1.80 2002/09/21 17:34:56 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -111,6 +111,7 @@ static struct { { 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_pack_invert", F(MESA_pack_invert) }, { OFF, "GL_MESA_packed_depth_stencil", 0 }, { OFF, "GL_MESA_resize_buffers", F(MESA_resize_buffers) }, { OFF, "GL_MESA_ycbcr_texture", F(MESA_ycbcr_texture) }, @@ -183,6 +184,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx) "GL_HP_occlusion_test", "GL_IBM_texture_mirrored_repeat", "GL_INGR_blend_func_separate", + "GL_MESA_pack_invert", "GL_MESA_resize_buffers", "GL_MESA_ycbcr_texture", "GL_NV_blend_square", -- cgit v1.2.3