xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Mon Mar 2 13:34:15 PST 2009


 src/r600_exa.c |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit fdc64948119e2218921b4dc0a492522442668875
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Mar 2 16:33:46 2009 -0500

    R6xx/r7xx: remove some unneeded code I missed in the last commit

diff --git a/src/r600_exa.c b/src/r600_exa.c
index b7e9e51..3a4dc8d 100644
--- a/src/r600_exa.c
+++ b/src/r600_exa.c
@@ -1122,9 +1122,6 @@ static Bool R600TextureSetup(PicturePtr pPict, PixmapPtr pPix,
 
     /* ErrorF("Tex %d setup %dx%d\n", unit, w, h);  */
 
-    accel_state->src_pitch[unit] = exaGetPixmapPitch(pPix) / (pPix->drawable.bitsPerPixel / 8);
-    accel_state->src_size[unit] = exaGetPixmapPitch(pPix) * h;
-    accel_state->src_mc_addr[unit] = exaGetPixmapOffset(pPix) + info->fbLocation + pScrn->fbOffset;
     /* flush texture cache */
     cp_set_surface_sync(pScrn, accel_state->ib, TC_ACTION_ENA_bit,
 			accel_state->src_size[unit], accel_state->src_mc_addr[unit]);


More information about the xorg-commit mailing list