diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-01-24 04:56:19 +0000 | 
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-01-24 04:56:19 +0000 | 
| commit | ab36c9aa1c4af92dd9f4ec48028f1eb2e98d1ccc (patch) | |
| tree | d0ba400f68a046412770624342c50b6cbdbc8009 /src/mesa/drivers/glide | |
| parent | 9533fd18420b8ce5f229b43cf16408e64a10adaf (diff) | |
removed the unused/broken GL_PGI_misc_hints extension
Diffstat (limited to 'src/mesa/drivers/glide')
| -rw-r--r-- | src/mesa/drivers/glide/fxdd.c | 3 | 
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)) || | 
