xf86-video-ati: Branch 'master'

George Sapountzis gsap7 at kemper.freedesktop.org
Tue Oct 3 00:33:47 EEST 2006


 src/aticonfig.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree cd900580dbc8928ebc28514162b4c1dbfe9fd5ae (from 22860a3c0685a25f982983654303ad02aedc02ec)
Author: George Sapountzis <gsap7 at yahoo.gr>
Date:   Tue Oct 3 00:32:22 2006 +0300

    [mach64] Fix build for !defined(USE_EXA).

diff --git a/src/aticonfig.c b/src/aticonfig.c
index ae43ded..7c8f0cb 100644
--- a/src/aticonfig.c
+++ b/src/aticonfig.c
@@ -361,8 +361,8 @@ ATIProcessOptions
             "Using %s acceleration architecture\n",
             pATI->useEXA ? "EXA" : "XAA");
 
-        pATI->RenderAccelEnabled = FALSE;
 #if defined(USE_EXA)
+        pATI->RenderAccelEnabled = FALSE;
         if (pATI->useEXA && RenderAccel)
             pATI->RenderAccelEnabled = TRUE;
 #endif



More information about the xorg-commit mailing list