OSDN Git Service

more tweaks
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Feb 2001 00:13:25 +0000 (00:13 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Feb 2001 00:13:25 +0000 (00:13 +0000)
src/mesa/main/extensions.c

index 39cf34c..eab5822 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: extensions.c,v 1.50 2001/02/27 00:05:27 brianp Exp $ */
+/* $Id: extensions.c,v 1.51 2001/02/27 00:13:25 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -175,13 +175,11 @@ _mesa_enable_imaging_extensions(GLcontext *ctx)
    const char *extensions[] = {
       "GL_ARB_imaging",
       "GL_EXT_blend_color",
-      "GL_EXT_blend_logic_op",
       "GL_EXT_blend_minmax",
       "GL_EXT_blend_subtract",
       "GL_EXT_convolution",
       "GL_EXT_histogram",
       "GL_SGI_color_matrix",
-      "GL_SGI_color_matrix",
       "GL_SGI_color_table",
       NULL
    };