xf86-video-intel: src/sna/sna_tiling.c

Chris Wilson ickle at kemper.freedesktop.org
Wed Nov 6 16:44:54 CET 2013


 src/sna/sna_tiling.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ace764501ec7c440eddc1d26670f6fbf29fa648d
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Nov 6 15:42:35 2013 +0000

    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 at chris-wilson.co.uk>

diff --git a/src/sna/sna_tiling.c b/src/sna/sna_tiling.c
index ae9c84b..c856939 100644
--- a/src/sna/sna_tiling.c
+++ b/src/sna/sna_tiling.c
@@ -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));


More information about the xorg-commit mailing list