From 1aa958bc9cbca2d2274124d131968b51ee72d7ed Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Sat, 28 Oct 2000 10:02:44 +0000 Subject: Lots of misc. bugfixes to bring GGIMesa in sync with the latest Mesa sources. --- src/mesa/drivers/ggi/default/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/ggi/default') diff --git a/src/mesa/drivers/ggi/default/stubs.c b/src/mesa/drivers/ggi/default/stubs.c index f377532efd..f9df294ee4 100644 --- a/src/mesa/drivers/ggi/default/stubs.c +++ b/src/mesa/drivers/ggi/default/stubs.c @@ -389,7 +389,7 @@ triangle_func ggiGetTriangleFunc(GLcontext *ctx) if (ctx->Stencil.Enabled) return NULL; if (ctx->Polygon.SmoothFlag) return NULL; if (ctx->Polygon.StippleFlag) return NULL; - if (ctx->Texture.Enabled) return NULL; + if (ctx->Texture.ReallyEnabled) return NULL; if (ctx->Light.ShadeModel==GL_SMOOTH) return NULL; if (ctx->Depth.Test && ctx->Depth.Func != GL_LESS) return NULL; -- cgit v1.2.3