summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2002-02-13 02:54:37 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2002-02-13 02:54:37 +0000
commit96003499f7c856baf89c85303e04df066ee33af1 (patch)
tree0f20a5353b3cd4ccc1180b348f17b9863c510a01
parent86c0484e0fbe328cde0d7c53ee4dd155cf71035f (diff)
fix multiple window clear bug
-rw-r--r--linux/radeon_state.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/radeon_state.c b/linux/radeon_state.c
index 1860c64f..5efa447a 100644
--- a/linux/radeon_state.c
+++ b/linux/radeon_state.c
@@ -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 );