diff options
author | Brian Paul <[email protected]> | 2001-02-27 00:13:25 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-02-27 00:13:25 +0000 |
commit | 18c516655faa7973f981726e91928b525d046df6 (patch) | |
tree | ebeedae9798f5ebf90a4ea9f8be06ec263d7baa5 /src/mesa | |
parent | 01a5dd879b2b29a1d30622eac3ff81bddf6b28a1 (diff) |
more tweaks
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/extensions.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 39cf34cd4ec..eab5822cf04 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -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 }; |