Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),
authorRoland Scheidegger <rscheidegger@gmx.ch>
Wed, 6 Jul 2005 12:49:46 +0000 (12:49 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Wed, 6 Jul 2005 12:49:46 +0000 (12:49 +0000)
so r200SetBuffer, r200SpanRenderStart and r200SpanRenderFinish get called again.
Bugzilla #3705, #3706.

src/mesa/drivers/dri/r200/r200_context.c

index 00ae138f99a258b3c4189dac225dba77ad290256..7c543a55ec8e2533c3b98772b43410db6de85d12 100644 (file)
@@ -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 );