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

Aaron Plattner aplattner at kemper.freedesktop.org
Thu Aug 28 11:23:12 PDT 2008


 configure.ac  |    2 +-
 src/g80_xaa.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 27e2a98531e8b190a73d126508400283e0fb02df
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Thu Aug 28 11:19:04 2008 -0700

    Bump to 2.1.12.

diff --git a/configure.ac b/configure.ac
index 5ca7478..c87b553 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-nv],
-        2.1.11,
+        2.1.12,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-nv)
 
commit 75bcdc7ab1f3a4b715aad96e9739bedf4bc33321
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Thu Aug 28 11:18:29 2008 -0700

    G80: Fix a CPUToScreenColorExpandFill bug introduced by commit 2e0416c.

diff --git a/src/g80_xaa.c b/src/g80_xaa.c
index 0a3c1b3..ce21899 100644
--- a/src/g80_xaa.c
+++ b/src/g80_xaa.c
@@ -275,7 +275,7 @@ G80SetupForScanlineCPUToScreenColorExpandFill(
     planemask |= mask;
 
     G80DmaStart(pNv, 0x2ac, 1);
-    G80DmaNext (pNv, 4);
+    G80DmaNext (pNv, 1);
     G80SetRopSolid(pNv, rop, planemask);
     G80DmaStart(pNv, 0x800, 1);
     G80DmaNext (pNv, 1);


More information about the xorg-commit mailing list