xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Dec 5 08:53:41 PST 2008


 src/radeon_commonfuncs.c |    9 ---------
 1 file changed, 9 deletions(-)

New commits:
commit 83c1115333cbe763f86422fa5aabf4ab21951e68
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Dec 5 11:52:18 2008 -0500

    R200: Remove scissor setup from init3d()
    
    We aren't using them, so no need to set them up.

diff --git a/src/radeon_commonfuncs.c b/src/radeon_commonfuncs.c
index 92e10d2..12ddaff 100644
--- a/src/radeon_commonfuncs.c
+++ b/src/radeon_commonfuncs.c
@@ -596,15 +596,6 @@ static void FUNC_NAME(RADEONInit3DEngine)(ScrnInfoPtr pScrn)
 				       RADEON_ROUND_MODE_ROUND |
 				       RADEON_ROUND_PREC_4TH_PIX));
 	FINISH_ACCEL();
-
-	BEGIN_ACCEL(4);
-	OUT_ACCEL_REG(R200_RE_SCISSOR_TL_0, ((0 << R200_SCISSOR_X_SHIFT) |
-					     (0 << R200_SCISSOR_Y_SHIFT)));
-	OUT_ACCEL_REG(R200_RE_SCISSOR_BR_0, ((2047 << R200_SCISSOR_X_SHIFT) |
-					     (2047 << R200_SCISSOR_Y_SHIFT)));
-	OUT_ACCEL_REG(R200_RE_AUX_SCISSOR_CNTL, R200_SCISSOR_ENABLE_0);
-	OUT_ACCEL_REG(R200_RE_CNTL, R200_SCISSOR_ENABLE);
-	FINISH_ACCEL();
     } else {
 	BEGIN_ACCEL(2);
 	if ((info->ChipFamily == CHIP_FAMILY_RADEON) ||


More information about the xorg-commit mailing list