mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 18:40:20 +01:00
fix multiple window clear bug
This commit is contained in:
parent
86c0484e0f
commit
96003499f7
1 changed files with 3 additions and 2 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue