summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-01-24 04:56:19 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-01-24 04:56:19 +0000
commitab36c9aa1c4af92dd9f4ec48028f1eb2e98d1ccc (patch)
treed0ba400f68a046412770624342c50b6cbdbc8009 /src/mesa/drivers
parent9533fd18420b8ce5f229b43cf16408e64a10adaf (diff)
removed the unused/broken GL_PGI_misc_hints extension
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/glide/fxdd.c3
1 files changed, 0 insertions, 3 deletions
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)) ||