Browse Source

more tweaks

tags/mesa_3_5
Brian Paul 25 years ago
parent
commit
18c516655f
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      src/mesa/main/extensions.c

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

Loading…
Cancel
Save