diff options
author | Roland Scheidegger <[email protected]> | 2005-07-06 12:49:46 +0000 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2005-07-06 12:49:46 +0000 |
commit | f3186e578938f4f02268317da528c664d6be7b46 (patch) | |
tree | a46e103cccad73391d626202dd614f6574408880 /src | |
parent | 4cf6718725c7cf3bfb728118a8b14f8cf206c701 (diff) |
Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),
so r200SetBuffer, r200SpanRenderStart and r200SpanRenderFinish get called again.
Bugzilla #3705, #3706.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c index 00ae138f99a..7c543a55ec8 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 ); |