From ab36c9aa1c4af92dd9f4ec48028f1eb2e98d1ccc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 24 Jan 2001 04:56:19 +0000 Subject: removed the unused/broken GL_PGI_misc_hints extension --- src/mesa/main/mtypes.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 80721c50a9..a4b7b3afab 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1,4 +1,4 @@ -/* $Id: mtypes.h,v 1.15 2001/01/24 00:04:58 brianp Exp $ */ +/* $Id: mtypes.h,v 1.16 2001/01/24 04:56:20 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -436,12 +436,6 @@ struct gl_hint_attrib { GLenum PolygonSmooth; GLenum Fog; - /* GL_PGI_misc_hints */ - GLenum AllowDrawWin; - GLenum AllowDrawFrg; - GLenum AllowDrawMem; - GLenum StrictLighting; - /* GL_EXT_clip_volume_hint */ GLenum ClipVolumeClipping; @@ -1211,7 +1205,6 @@ struct gl_extensions { GLboolean MESA_sprite_point; GLboolean NV_blend_square; GLboolean NV_texgen_reflection; - GLboolean PGI_misc_hints; GLboolean SGI_color_matrix; GLboolean SGI_color_table; GLboolean SGIS_pixel_texture; -- cgit v1.2.3