diff options
author | Brian Paul <[email protected]> | 2001-01-24 04:56:19 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-01-24 04:56:19 +0000 |
commit | ab36c9aa1c4af92dd9f4ec48028f1eb2e98d1ccc (patch) | |
tree | d0ba400f68a046412770624342c50b6cbdbc8009 /src/mesa/main/extensions.c | |
parent | 9533fd18420b8ce5f229b43cf16408e64a10adaf (diff) |
removed the unused/broken GL_PGI_misc_hints extension
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index d414c0f31f8..5715bff75a5 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -1,4 +1,4 @@ -/* $Id: extensions.c,v 1.44 2001/01/06 22:46:13 gareth Exp $ */ +/* $Id: extensions.c,v 1.45 2001/01/24 04:56:20 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -99,7 +99,6 @@ static struct { { OFF, "GL_MESA_sprite_point", F(MESA_sprite_point) }, { OFF, "GL_NV_blend_square", F(NV_blend_square) }, { ON, "GL_NV_texgen_reflection", F(NV_texgen_reflection) }, - { ON, "GL_PGI_misc_hints", F(PGI_misc_hints) }, { ON, "GL_SGI_color_matrix", F(SGI_color_matrix) }, { ON, "GL_SGI_color_table", F(SGI_color_table) }, { ON, "GL_SGIS_pixel_texture", F(SGIS_pixel_texture) }, |