summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-10-15 08:12:11 -0700
committerEric Anholt <eric@anholt.net>2008-10-15 08:12:11 -0700
commit6707371176147340fabc9ab6f1e3d6d5ac980662 (patch)
tree2b2a59b93bf92cdc048d9fe65c2e8d0be66263bc
parent4dd00681dd0f9fce8dfd4592b46418edbbd2eeb4 (diff)
Remove gratuitous flushing in EXA after solid operations.
This snuck in with the UXA rename commit.
-rw-r--r--src/i830_exa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_exa.c b/src/i830_exa.c
index 86231595..cba9622b 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