diff options
Diffstat (limited to 'src/radeon_glamor.h')
-rw-r--r-- | src/radeon_glamor.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/radeon_glamor.h b/src/radeon_glamor.h index f814e469..40c9092b 100644 --- a/src/radeon_glamor.h +++ b/src/radeon_glamor.h @@ -29,7 +29,6 @@ #ifdef USE_GLAMOR -#include "radeon_glamor_wrappers.h" #include "radeon_surface.h" Bool radeon_glamor_pre_init(ScrnInfoPtr scrn); @@ -43,8 +42,6 @@ Bool radeon_glamor_create_textured_pixmap(PixmapPtr pixmap); void radeon_glamor_exchange_buffers(PixmapPtr src, PixmapPtr dst); Bool radeon_glamor_pixmap_is_offscreen(PixmapPtr pixmap); -Bool radeon_glamor_prepare_access(PixmapPtr pixmap, glamor_access_t access); -void radeon_glamor_finish_access(PixmapPtr pixmap, glamor_access_t access); struct radeon_pixmap { struct radeon_surface surface; @@ -88,8 +85,6 @@ static inline Bool radeon_glamor_create_textured_pixmap(PixmapPtr pixmap) { retu static inline void radeon_glamor_exchange_buffers(PixmapPtr src, PixmapPtr dst) {} static inline Bool radeon_glamor_pixmap_is_offscreen(PixmapPtr pixmap) { return FALSE; } -static inline Bool radeon_glamor_prepare_access(PixmapPtr pixmap, int access) { return FALSE; } -static inline void radeon_glamor_finish_access(PixmapPtr pixmap, int access) {} static inline struct radeon_pixmap *radeon_get_pixmap_private(PixmapPtr pixmap) { return NULL; } |