From 993d8ad5ef6d0485c578cd632cbe0621887dafee Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 30 May 2005 06:41:19 +0000 Subject: Add the no_rast debug option to mach64. It shows that software fallbacks are pretty broken. --- src/mesa/drivers/dri/mach64/mach64_tris.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/drivers/dri/mach64/mach64_tris.c') diff --git a/src/mesa/drivers/dri/mach64/mach64_tris.c b/src/mesa/drivers/dri/mach64/mach64_tris.c index 6b12ee92e2..5553d02ac9 100644 --- a/src/mesa/drivers/dri/mach64/mach64_tris.c +++ b/src/mesa/drivers/dri/mach64/mach64_tris.c @@ -1890,6 +1890,4 @@ void mach64InitTriFuncs( GLcontext *ctx ) tnl->Driver.Render.PrimitiveNotify = mach64RenderPrimitive; tnl->Driver.Render.ResetLineStipple = _swrast_ResetLineStipple; tnl->Driver.Render.BuildVertices = mach64BuildVertices; - -/* mach64Fallback( ctx, 0x100000, 1 ); */ } -- cgit v1.2.3