Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),

so r200SetBuffer, r200SpanRenderStart and r200SpanRenderFinish get called again.
Bugzilla #3705, #3706.
This commit is contained in:
Roland Scheidegger 2005-07-06 12:49:46 +00:00
parent 4cf6718725
commit f3186e5789

View 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 );