xf86-video-intel: 2 commits - configure.ac src/i810_dri.h src/i830_dri.h src/i830_video.c

Alan Hourihane alanh at kemper.freedesktop.org
Fri Oct 13 15:55:21 EEST 2006


 configure.ac     |    2 +-
 src/i810_dri.h   |    2 +-
 src/i830_dri.h   |    2 +-
 src/i830_video.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
diff-tree 1d4cfaa391ac41099de11b8f3b21e5eb56543909 (from cd9e51cd3ab0b36d2f97dfc6d8850dafe169c221)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Fri Oct 13 13:55:10 2006 +0100

    Bump to 1.7.2

diff --git a/configure.ac b/configure.ac
index 136ff6e..042d67d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-i810],
-        1.7.1,
+        1.7.2,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-i810)
 
diff --git a/src/i810_dri.h b/src/i810_dri.h
index f5016b6..f090b92 100644
--- a/src/i810_dri.h
+++ b/src/i810_dri.h
@@ -10,7 +10,7 @@
 
 #define I810_MAJOR_VERSION 1
 #define I810_MINOR_VERSION 7
-#define I810_PATCHLEVEL 1
+#define I810_PATCHLEVEL 2
 
 typedef struct {
    drm_handle_t regs;
diff --git a/src/i830_dri.h b/src/i830_dri.h
index a4f5dee..a140497 100644
--- a/src/i830_dri.h
+++ b/src/i830_dri.h
@@ -10,7 +10,7 @@
 
 #define I830_MAJOR_VERSION 1
 #define I830_MINOR_VERSION 7
-#define I830_PATCHLEVEL 1
+#define I830_PATCHLEVEL 2
 
 #define I830_REG_SIZE 0x80000
 
diff-tree cd9e51cd3ab0b36d2f97dfc6d8850dafe169c221 (from 334aa062c333f2c59bc40e1b9239d3ea71c88a8f)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Fri Oct 13 13:54:31 2006 +0100

    Ugh. Turn off debugging.

diff --git a/src/i830_video.c b/src/i830_video.c
index 78ad636..db21d87 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -1,4 +1,4 @@
-#define VIDEO_DEBUG 1
+#define VIDEO_DEBUG 0
 /***************************************************************************
  
 Copyright 2000 Intel Corporation.  All Rights Reserved. 



More information about the xorg-commit mailing list