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:
Chris Wilson 2013-11-06 15:42:35 +00:00
parent 7a9c1e153a
commit ace764501e
1 changed files with 0 additions and 1 deletions

View File

@ -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));