summaryrefslogtreecommitdiff
path: root/shared/radeon_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared/radeon_state.c')
-rw-r--r--shared/radeon_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/radeon_state.c b/shared/radeon_state.c
index 9675da92..3cafd9a3 100644
--- a/shared/radeon_state.c
+++ b/shared/radeon_state.c
@@ -784,7 +784,7 @@ static void radeon_cp_dispatch_clear( drm_device_t *dev,
* rendering a quad into just those buffers. Thus, we have to
* make sure the 3D engine is configured correctly.
*/
- if ( dev_priv->is_r200 &&
+ if ( (dev_priv->microcode_version==UCODE_R200) &&
(flags & (RADEON_DEPTH | RADEON_STENCIL)) ) {
int tempPP_CNTL;