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

Chris Wilson ickle at kemper.freedesktop.org
Thu Mar 9 11:36:40 UTC 2017


 src/sna/sna_accel.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit d1fe45c8f1966eb8f67c408c954754ca5de43a31
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Thu Mar 9 11:34:42 2017 +0000

    sna: Remove stale assert for pixmap dirty tracking
    
    Until recently we would only add dirty tracking for the screen pixmap,
    that may change.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index 5d72c0e..4e74fd6 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -17618,8 +17618,6 @@ static void sna_accel_post_damage(struct sna *sna)
 		int16_t dx, dy;
 		int n;
 
-		assert(dirty->src == sna->front);
-
 		damage = DamageRegion(dirty->damage);
 		if (RegionNil(damage))
 			continue;


More information about the xorg-commit mailing list