sna: Remove erroneous assertion from sna_tiling_blt_composite
We have to rely on the caller only calling us for a PictOpSrc equivalent operation as they don't all set op->op. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
7a9c1e153a
commit
ace764501e
|
|
@ -977,7 +977,6 @@ sna_tiling_blt_composite(struct sna *sna,
|
|||
int bpp,
|
||||
uint32_t alpha_fixup)
|
||||
{
|
||||
assert(op->op == PictOpSrc);
|
||||
assert(op->dst.bo);
|
||||
assert(kgem_bo_can_blt(&sna->kgem, op->dst.bo));
|
||||
assert(kgem_bo_can_blt(&sna->kgem, bo));
|
||||
|
|
|
|||
Loading…
Reference in New Issue