Mesa (master): r200: fix some breakage after move to common blit code

Alex Deucher agd5f at kemper.freedesktop.org
Wed Jan 20 15:01:57 UTC 2010


Module: Mesa
Branch: master
Commit: 67aa70411249cf0f8c39eedaf8432ad537c166ca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=67aa70411249cf0f8c39eedaf8432ad537c166ca

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jan 20 10:00:50 2010 -0500

r200: fix some breakage after move to common blit code

---

 src/mesa/drivers/dri/r200/r200_context.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c
index 3d6d0f5..453c8de 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)) {




More information about the mesa-commit mailing list