mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
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.
This commit is contained in:
parent
07e2d6edfa
commit
c19482b16f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
#include "util/u_rect.h"
|
||||
|
||||
#define DEBUG_SOLID 0
|
||||
#define DISABLE_ACCEL 1
|
||||
#define DISABLE_ACCEL 0
|
||||
|
||||
/*
|
||||
* Helper functions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue