xf86-video-intel: src/i830_exa.c

Eric Anholt anholt at kemper.freedesktop.org
Wed Oct 15 08:17:47 PDT 2008


 src/i830_exa.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6707371176147340fabc9ab6f1e3d6d5ac980662
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Oct 15 08:12:11 2008 -0700

    Remove gratuitous flushing in EXA after solid operations.
    
    This snuck in with the UXA rename commit.

diff --git a/src/i830_exa.c b/src/i830_exa.c
index 8623159..cba9622 100644
--- a/src/i830_exa.c
+++ b/src/i830_exa.c
@@ -248,10 +248,10 @@ I830EXASolid(PixmapPtr pPixmap, int x1, int y1, int x2, int y2)
 static void
 I830EXADoneSolid(PixmapPtr pPixmap)
 {
-#if ALWAYS_SYNC || ALWAYS_FLUSH || 1
+#if ALWAYS_SYNC || ALWAYS_FLUSH
     ScrnInfoPtr pScrn = xf86Screens[pPixmap->drawable.pScreen->myNum];
 
-#if ALWAYS_FLUSH || 1
+#if ALWAYS_FLUSH
     intel_batch_flush(pScrn);
 #endif
 #if ALWAYS_SYNC


More information about the xorg-commit mailing list