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

Chris Wilson ickle at kemper.freedesktop.org
Fri Jun 28 02:04:37 PDT 2013


 src/sna/sna_blt.c |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 34e6366f2a61c145445056e5fc6c483999c0402c
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Jun 28 10:03:47 2013 +0100

    sna/blt: Remove a pair of leftover asserts
    
    As the variable they were inspecting was removed, the asserts are now
    breaking the debug build.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_blt.c b/src/sna/sna_blt.c
index 0ecdae7..2a877eb 100644
--- a/src/sna/sna_blt.c
+++ b/src/sna/sna_blt.c
@@ -1917,9 +1917,6 @@ prepare_blt_put(struct sna *sna,
 {
 	DBG(("%s\n", __FUNCTION__));
 
-	assert(src->devKind);
-	assert(src->devPrivate.ptr);
-
 	if (op->dst.bo) {
 		assert(op->dst.bo == sna_pixmap(op->dst.pixmap)->gpu_bo);
 		if (alpha_fixup) {


More information about the xorg-commit mailing list