xf86-video-nv: 2 commits - configure.ac src/nv_driver.c

Aaron Plattner aplattner at kemper.freedesktop.org
Mon Jun 30 16:40:52 PDT 2008


 configure.ac    |    2 +-
 src/nv_driver.c |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 6cd80057fadbb8d63d3e1a623515206800fefc8e
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Mon Jun 30 16:26:09 2008 -0700

    Bump to 2.1.10.

diff --git a/configure.ac b/configure.ac
index d20a2f1..6514aed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-nv],
-        2.1.9,
+        2.1.10,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-nv)
 
commit 3f43093cf0c0338a1a479ed4ba2fad3f5f04ad69
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Mon Jun 30 16:25:54 2008 -0700

    More G8x chips.

diff --git a/src/nv_driver.c b/src/nv_driver.c
index d710d06..b6c7209 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -785,6 +785,7 @@ NVIsG80(int chipType)
         case 0x0630:
         case 0x0640:
         case 0x06e0:
+        case 0x06f0:
             return TRUE;
     }
 


More information about the xorg-commit mailing list