diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-02 16:33:46 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-02 16:33:46 -0500 |
commit | fdc64948119e2218921b4dc0a492522442668875 (patch) | |
tree | 6712316435552a9aee418608d33997823aa3ca5f | |
parent | 4ad1c4decfee653dbbc1ea2ca4270487be622382 (diff) |
R6xx/r7xx: remove some unneeded code I missed in the last commit
-rw-r--r-- | src/r600_exa.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/r600_exa.c b/src/r600_exa.c index b7e9e51c..3a4dc8df 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]); |