diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-07 18:04:51 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-07 18:23:17 +0100 |
commit | e6acbc763229fd5b5b2cc1d65136404d02ac4655 (patch) | |
tree | 331653e856996ce2b14b091a98af8cb04eef588c /uxa/uxa.h | |
parent | 1788b16eb26580624dd3df96ed84f68d40e78ed7 (diff) |
uxa: Setup acceleration functions prior to the damage layer
We need to install the acceleration functions so that they are wrapped
by the Damage layer. This fixes the corruption under a compositing WM
introduced in commit 8700673157fdd3a87ad5150f2f30823261fec519.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reported-and-tested-by: Arkadiusz MiĆkiewicz <arekm@maven.pl>
Diffstat (limited to 'uxa/uxa.h')
-rw-r--r-- | uxa/uxa.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -558,6 +558,7 @@ typedef struct _UxaDriver { uxa_driver_t *uxa_driver_alloc(void); Bool uxa_driver_init(ScreenPtr screen, uxa_driver_t * uxa_driver); +Bool uxa_resources_init(ScreenPtr screen); void uxa_driver_fini(ScreenPtr pScreen); |