sna/traps: Remove bogus assertion
As we only enter that path for singular unbounded boxes, we are guaranteed to fill the entire trapezoid extents and so do not need the unbounded fixup the assertion was fretting about. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
1c2932e9cb
commit
1bdd6461de
|
|
@ -3099,7 +3099,6 @@ composite_unaligned_boxes(struct sna *sna,
|
|||
if (priv->clear && priv->clear_color == 0)
|
||||
return true;
|
||||
}
|
||||
assert((priv->clear && priv->clear_color == 0) || operator_is_bounded(op));
|
||||
|
||||
memset(&tmp, 0, sizeof(tmp));
|
||||
if (!sna->render.composite_spans(sna, op, src, dst,
|
||||
|
|
|
|||
Loading…
Reference in New Issue