diff options
author | Dave Airlie <airlied@redhat.com> | 2012-09-03 13:08:05 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-09-03 13:08:05 +1000 |
commit | 8c1bf9d8fe3948b72795984e625ef46b2f0bf654 (patch) | |
tree | 56b361130b3ca459aceb98400acfa936fca6d10b /src/r600_state.h | |
parent | 3add8df8122697acfe126d4857f3946ce44b8305 (diff) |
radeon: add pixmap sharing hooks.
This hooks into EXA and the dirty tracking to add sharing and output
offload support.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/r600_state.h')
-rw-r--r-- | src/r600_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/r600_state.h b/src/r600_state.h index 74b481cc..fa777e8b 100644 --- a/src/r600_state.h +++ b/src/r600_state.h @@ -321,6 +321,6 @@ extern void *RADEONEXACreatePixmap2(ScreenPtr pScreen, int width, int height, extern void RADEONEXADestroyPixmap(ScreenPtr pScreen, void *driverPriv); extern struct radeon_bo *radeon_get_pixmap_bo(PixmapPtr pPix); extern Bool RADEONEXAPixmapIsOffscreen(PixmapPtr pPix); - - +extern Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr slave, void **handle_p); +extern Bool RADEONEXASetSharedPixmapBacking(PixmapPtr ppix, void *handle); #endif |