From: Alex Deucher Date: Wed, 20 Jan 2010 15:00:50 +0000 (-0500) Subject: r200: fix some breakage after move to common blit code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67aa70411249cf0f8c39eedaf8432ad537c166ca;p=mesa.git r200: fix some breakage after move to common blit code --- diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c index 3d6d0f5ec0d..453c8de2200 100644 --- a/src/mesa/drivers/dri/r200/r200_context.c +++ b/src/mesa/drivers/dri/r200/r200_context.c @@ -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)) {