diff options
Diffstat (limited to 'src/r600_state.h')
-rw-r--r-- | src/r600_state.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/r600_state.h b/src/r600_state.h index 4e65bc1f..151f402a 100644 --- a/src/r600_state.h +++ b/src/r600_state.h @@ -330,6 +330,9 @@ R600SetAccelState(ScrnInfoPtr pScrn, extern Bool RADEONPrepareAccess_CS(PixmapPtr pPix, int index); extern void RADEONFinishAccess_CS(PixmapPtr pPix, int index); extern void *RADEONEXACreatePixmap(ScreenPtr pScreen, int size, int align); +extern void *RADEONEXACreatePixmap2(ScreenPtr pScreen, int width, int height, + int depth, int usage_hint, int bitsPerPixel, + int *new_pitch); extern void RADEONEXADestroyPixmap(ScreenPtr pScreen, void *driverPriv); extern struct radeon_bo *radeon_get_pixmap_bo(PixmapPtr pPix); extern Bool RADEONEXAPixmapIsOffscreen(PixmapPtr pPix); |