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/drivers/glide/fxdd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/drivers') diff --git a/src/mesa/drivers/glide/fxdd.c b/src/mesa/drivers/glide/fxdd.c index d854ba9950..f258a6e9a0 100644 --- a/src/mesa/drivers/glide/fxdd.c +++ b/src/mesa/drivers/glide/fxdd.c @@ -860,9 +860,6 @@ static GLboolean fxIsInHardware(GLcontext *ctx) if (ctx->RenderMode != GL_RENDER) return GL_FALSE; - if (!ctx->Hint.AllowDrawMem) - return GL_TRUE; /* you'll take it and like it */ - if (ctx->Stencil.Enabled || ctx->Color.MultiDrawBuffer || ((ctx->Color.BlendEnabled) && (ctx->Color.BlendEquation!=GL_FUNC_ADD_EXT)) || -- cgit v1.2.3