diff options
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 9346fbd6..6084cfed 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -150,6 +150,7 @@ typedef enum { OPTION_ZAPHOD_HEADS, OPTION_SWAPBUFFERS_WAIT, OPTION_DELETE_DP12, + OPTION_DRI3, } RADEONOpts; @@ -549,6 +550,9 @@ extern Bool RADEONGetDatatypeBpp(int bpp, uint32_t *type); extern Bool RADEONGetPixmapOffsetPitch(PixmapPtr pPix, uint32_t *pitch_offset); +/* radeon_dri3.c */ +Bool radeon_dri3_screen_init(ScreenPtr screen); + /* radeon_present.c */ Bool radeon_present_screen_init(ScreenPtr screen); |