fix multiple window clear bug

This commit is contained in:
Keith Whitwell 2002-02-13 02:54:37 +00:00
parent 86c0484e0f
commit 96003499f7

View file

@ -547,8 +547,9 @@ static void radeon_cp_dispatch_clear( drm_device_t *dev,
}
if ( flags & (RADEON_DEPTH | RADEON_STENCIL) ) {
/* FIXME: Emit cliprect...
*/
radeon_emit_clip_rect( dev_priv,
&sarea_priv->boxes[i] );
BEGIN_RING( 25 );