summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichel Dänzer <daenzer@vmware.com>2009-09-25 20:49:53 +0200
committerMichel Dänzer <daenzer@vmware.com>2009-09-25 20:49:53 +0200
commitc19482b16f164ce1b6625d18950a4644e5834373 (patch)
tree3f017dcecc5ff9e3f3732210dc23ea688940fabe /src
parent07e2d6edfac618729bc2321fd64e15f34360d5fa (diff)
st/xorg: Re-enable accelerated fills and copies.
These seem to work well enough now with the new code. Composite acceleration isn't quite there yet and thus remains disabled in xorg_composite_bind_state() for now.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.c b/src/gallium/state_trackers/xorg/xorg_exa.c
index c3fff95466..3f48ab98ac 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.c
+++ b/src/gallium/state_trackers/xorg/xorg_exa.c
@@ -48,7 +48,7 @@
#include "util/u_rect.h"
#define DEBUG_SOLID 0
-#define DISABLE_ACCEL 1
+#define DISABLE_ACCEL 0
/*
* Helper functions