r200: fix some breakage after move to common blit code
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 20 Jan 2010 15:00:50 +0000 (10:00 -0500)
committerAlex Deucher <alexdeucher@gmail.com>
Wed, 20 Jan 2010 15:00:50 +0000 (10:00 -0500)
src/mesa/drivers/dri/r200/r200_context.c

index 3d6d0f5ec0dd17854ed83da84acb9769f0d75d2e..453c8de220035b4690c2534b15a315921c984590 100644 (file)
@@ -333,10 +333,6 @@ GLboolean r200CreateContext( const __GLcontextModes *glVisual,
    r200InitShaderFuncs(&functions);
    radeonInitQueryObjFunctions(&functions);
 
-   if (rmesa->radeon.radeonScreen->kernel_mm) {
-          r200_init_texcopy_functions(&functions);
-   }
-
    if (!radeonInitContext(&rmesa->radeon, &functions,
                          glVisual, driContextPriv,
                          sharedContextPrivate)) {