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/context.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 64ac160c35..da765e2fbc 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.118 2001/01/24 00:04:58 brianp Exp $ */ +/* $Id: context.c,v 1.119 2001/01/24 04:56:19 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -910,10 +910,6 @@ init_attrib_groups( GLcontext *ctx ) ctx->Hint.LineSmooth = GL_DONT_CARE; ctx->Hint.PolygonSmooth = GL_DONT_CARE; ctx->Hint.Fog = GL_DONT_CARE; - ctx->Hint.AllowDrawWin = GL_TRUE; - ctx->Hint.AllowDrawFrg = GL_TRUE; - ctx->Hint.AllowDrawMem = GL_TRUE; - ctx->Hint.StrictLighting = GL_TRUE; ctx->Hint.ClipVolumeClipping = GL_DONT_CARE; ctx->Hint.TextureCompression = GL_DONT_CARE; -- cgit v1.2.3