diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-07-23 13:25:04 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-07-23 13:25:04 -0400 |
commit | f96d5b255425fbd02be2cad26edb590d474a5640 (patch) | |
tree | 18209c4cda8ae9f6932a6e04cb1270755a1bb2af /src/r6xx_accel.c | |
parent | e372f845b0defaf2d2c9ef3cbbf7498e09d9372e (diff) |
R6xx/R7xx: clip rendering to destination surface dimensions
Diffstat (limited to 'src/r6xx_accel.c')
-rw-r--r-- | src/r6xx_accel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/r6xx_accel.c b/src/r6xx_accel.c index 7f2d54c0..6423e588 100644 --- a/src/r6xx_accel.c +++ b/src/r6xx_accel.c @@ -808,11 +808,8 @@ set_default_state(ScrnInfoPtr pScrn, drmBufPtr ib) EREG(ib, CB_TARGET_MASK, (0x0f << TARGET0_ENABLE_shift)); // SC - set_generic_scissor(pScrn, ib, 0, 0, 8192, 8192); - set_screen_scissor(pScrn, ib, 0, 0, 8192, 8192); EREG(ib, PA_SC_WINDOW_OFFSET, ((0 << WINDOW_X_OFFSET_shift) | (0 << WINDOW_Y_OFFSET_shift))); - set_window_scissor(pScrn, ib, 0, 0, 8192, 8192); EREG(ib, PA_SC_CLIPRECT_RULE, CLIP_RULE_mask); |