xf86-video-intel: 2 commits - src/sna/sna_dri.c src/sna/sna_driver.c

Chris Wilson ickle at kemper.freedesktop.org
Tue Sep 25 05:25:10 PDT 2012


 src/sna/sna_dri.c    |    2 +-
 src/sna/sna_driver.c |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit dee133a722fb137767a78b244a312620f52a51b1
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Sep 25 13:22:40 2012 +0100

    sna: Remove unused reference to mibstore.h, removed in future Xorg
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_driver.c b/src/sna/sna_driver.c
index aa4031c..223387d 100644
--- a/src/sna/sna_driver.c
+++ b/src/sna/sna_driver.c
@@ -51,7 +51,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include <mi.h>
 #include <micmap.h>
 #include <mipict.h>
-#include <mibstore.h>
 
 #include "compiler.h"
 #include "sna.h"
commit f0dbfc20aaa9b47329438ce42150770d4d7934c3
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Sep 25 13:22:21 2012 +0100

    sna/dri: Fixup a DBG statement not to print gibberish
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_dri.c b/src/sna/sna_dri.c
index 1f65b0f..14c718d 100644
--- a/src/sna/sna_dri.c
+++ b/src/sna/sna_dri.c
@@ -1147,7 +1147,7 @@ sna_dri_exchange_buffers(DrawablePtr draw,
 	back_bo = get_private(back)->bo;
 	front_bo = get_private(front)->bo;
 
-	DBG(("%s: exchange front=%d/%d and back=%d/%d, pixmap=%ld %x%d\n",
+	DBG(("%s: exchange front=%d/%d and back=%d/%d, pixmap=%ld %dx%d\n",
 	     __FUNCTION__,
 	     front_bo->handle, front->name,
 	     back_bo->handle, back->name,


More information about the xorg-commit mailing list