From: Michel Dänzer Date: Fri, 25 Sep 2009 18:49:53 +0000 (+0200) Subject: st/xorg: Re-enable accelerated fills and copies. X-Git-Tag: mesa-7.8~2720^2~139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c19482b16f164ce1b6625d18950a4644e5834373;p=platform%2Fupstream%2Fmesa.git 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. --- diff --git a/src/gallium/state_trackers/xorg/xorg_exa.c b/src/gallium/state_trackers/xorg/xorg_exa.c index c3fff95..3f48ab9 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