xf86-video-ati: Branch 'master' - 2 commits

George Sapountzis gsap7 at kemper.freedesktop.org
Mon Nov 13 02:43:36 EET 2006


 src/aticonfig.c |    2 +-
 src/atidri.c    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
diff-tree 63444770ff30afeb134befed5bb3a5c28b7bc4e9 (from 0411f68d71c75cda38ad46ad5c0f5cc3cda64464)
Author: George Sapountzis <gsap7 at yahoo.gr>
Date:   Thu Nov 9 22:01:28 2006 +0200

    [mach64] Prefer double-buffered visuals for GLX.
    
    So that 3D apps apropriately fail in DRI...

diff --git a/src/atidri.c b/src/atidri.c
index cd57874..83cb25f 100644
--- a/src/atidri.c
+++ b/src/atidri.c
@@ -121,7 +121,7 @@ static Bool ATIInitVisualConfigs( Screen
       }
 
       i = 0;
-      for (db = 0; db <= 1; db++) {
+      for (db = 1; db >= 0; db--) {
 	 for ( accum = 0 ; accum <= ATI_USE_ACCUM ; accum++ ) {
 	    for ( stencil = 0 ; stencil <= ATI_USE_STENCIL ; stencil++ ) {
 	       pATIConfigPtrs[i] = &pATIConfigs[i];
@@ -202,7 +202,7 @@ static Bool ATIInitVisualConfigs( Screen
       }
 
       i = 0;
-      for (db = 0; db <= 1; db++) {
+      for (db = 1; db >= 0; db--) {
 	 for ( accum = 0 ; accum <= ATI_USE_ACCUM ; accum++ ) {
 	    for ( stencil = 0 ; stencil <= ATI_USE_STENCIL ; stencil++ ) {
 	       pATIConfigPtrs[i] = &pATIConfigs[i];
diff-tree 0411f68d71c75cda38ad46ad5c0f5cc3cda64464 (from 8dd668db05e8f1282fa0e29a91e38c7cbdc97aa1)
Author: George Sapountzis <gsap7 at yahoo.gr>
Date:   Thu Nov 9 22:00:56 2006 +0200

    [mach64] Use asynchronous DMA mode by default.

diff --git a/src/aticonfig.c b/src/aticonfig.c
index 7c8f0cb..feb5b95 100644
--- a/src/aticonfig.c
+++ b/src/aticonfig.c
@@ -200,7 +200,7 @@ ATIProcessOptions
 
     Blend = PanelDisplay = TRUE;
 #ifdef XF86DRI_DEVEL
-    DMAMode = "mmio";
+    DMAMode = "async";
 #endif
 
     xf86ProcessOptions(pScreenInfo->scrnIndex, pScreenInfo->options,



More information about the xorg-commit mailing list