summaryrefslogtreecommitdiff
path: root/shared-core/radeon_state.c
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger_lists@hispeed.ch>2005-01-26 14:19:24 +0000
committerRoland Scheidegger <rscheidegger_lists@hispeed.ch>2005-01-26 14:19:24 +0000
commit408376b2031cf301f1a8e35e89ceefc72f2fdc94 (patch)
treecb7802545105fee0e58f2e28547018cf43abc9e3 /shared-core/radeon_state.c
parent310abb39b24159be9839156b4034426cea6a7449 (diff)
replace magic number with macro constant RADEON_ZBLOCK16
Diffstat (limited to 'shared-core/radeon_state.c')
-rw-r--r--shared-core/radeon_state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-core/radeon_state.c b/shared-core/radeon_state.c
index e0d64a2a..86ed132c 100644
--- a/shared-core/radeon_state.c
+++ b/shared-core/radeon_state.c
@@ -999,7 +999,6 @@ static void radeon_cp_dispatch_clear(drm_device_t * dev,
tempRE_CNTL = 0;
tempRB3D_CNTL = depth_clear->rb3d_cntl;
- tempRB3D_CNTL &= ~(1 << 15); /* unset radeon magic flag */
tempRB3D_ZSTENCILCNTL = depth_clear->rb3d_zstencilcntl;
tempRB3D_STENCILREFMASK = 0x0;