diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-04 12:36:40 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-04 13:11:14 +0000 |
commit | a26c5d44ccaa7e9ff931948032b073f0a550343a (patch) | |
tree | d839e7e7e8c283ca548221c18a52d495bd2b9fe5 /uxa/uxa-priv.h | |
parent | 34758895cdd93bd7671a78464e79b3891bca113d (diff) |
uxa: Ensure that alphaMaps are mapped into the CPU for fallbacks
Reported-by: Hans-Peter Budek <peter.budek@gmx.de>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'uxa/uxa-priv.h')
-rw-r--r-- | uxa/uxa-priv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/uxa/uxa-priv.h b/uxa/uxa-priv.h index ac206af2..6b9a9c11 100644 --- a/uxa/uxa-priv.h +++ b/uxa/uxa-priv.h @@ -325,9 +325,11 @@ uxa_check_composite(CARD8 op, /* uxa.c */ Bool uxa_prepare_access(DrawablePtr pDrawable, uxa_access_t access); - void uxa_finish_access(DrawablePtr pDrawable); +Bool uxa_picture_prepare_access(PicturePtr picture, int mode); +void uxa_picture_finish_access(PicturePtr picture); + void uxa_get_drawable_deltas(DrawablePtr pDrawable, PixmapPtr pPixmap, int *xp, int *yp); |