From f3186e578938f4f02268317da528c664d6be7b46 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Wed, 6 Jul 2005 12:49:46 +0000 Subject: Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?), so r200SetBuffer, r200SpanRenderStart and r200SpanRenderFinish get called again. Bugzilla #3705, #3706. --- src/mesa/drivers/dri/r200/r200_context.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/drivers/dri') diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c index 00ae138f99..7c543a55ec 100644 --- a/src/mesa/drivers/dri/r200/r200_context.c +++ b/src/mesa/drivers/dri/r200/r200_context.c @@ -481,9 +481,7 @@ GLboolean r200CreateContext( const __GLcontextModes *glVisual, /* plug in a few more device driver functions */ /* XXX these should really go right after _mesa_init_driver_functions() */ r200InitPixelFuncs( ctx ); -#if 0 r200InitSpanFuncs( ctx ); -#endif r200InitTnlFuncs( ctx ); r200InitState( rmesa ); r200InitSwtcl( ctx ); -- cgit v1.2.3