summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-02-06 18:07:22 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-02-06 18:07:22 -0500
commitc06d89e16d5b2553142e8641e66080e1770c1563 (patch)
tree059addfd98c222a320864e824f7b6991cbebbf53 /src
parent1d5fc3febf3470b94c423a1eda5e0683856909df (diff)
R6xx/R7xx EXA: fallback on overlapping blits for now
Leave this disabled until we get a proper solution.
Diffstat (limited to 'src')
-rw-r--r--src/r600_exa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/r600_exa.c b/src/r600_exa.c
index 155f9135..7d5d7dc2 100644
--- a/src/r600_exa.c
+++ b/src/r600_exa.c
@@ -675,6 +675,8 @@ R600PrepareCopy(PixmapPtr pSrc, PixmapPtr pDst,
accel_state->rop = rop;
accel_state->planemask = planemask;
+ return FALSE;
+
#ifdef SHOW_VERTEXES
ErrorF("same surface!\n");
#endif