From 8d7e798d4c73650ed240a3ad194744b94043e31f Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 23 Oct 2004 06:25:56 +0000 Subject: Apply radeon r300 microcode patch to non-core --- shared/radeon_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/radeon_state.c') 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; -- cgit v1.2.3