mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
glamor: unexport glamor_egl_fds_from_pixmap()
Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -137,9 +137,6 @@ extern _X_EXPORT void glamor_egl_exchange_buffers(PixmapPtr front,
|
||||
PixmapPtr back);
|
||||
|
||||
/* The DDX is not supposed to call these four functions */
|
||||
extern _X_EXPORT int glamor_egl_fds_from_pixmap(ScreenPtr, PixmapPtr, int *,
|
||||
uint32_t *, uint32_t *,
|
||||
uint64_t *);
|
||||
extern _X_EXPORT int glamor_egl_fd_name_from_pixmap(ScreenPtr, PixmapPtr,
|
||||
CARD16 *, CARD32 *);
|
||||
|
||||
|
||||
@@ -995,6 +995,10 @@ void glamor_pixmap_exchange_fbos(PixmapPtr front, PixmapPtr back);
|
||||
/* The DDX is not supposed to call these four functions */
|
||||
void glamor_enable_dri3(ScreenPtr screen);
|
||||
|
||||
int glamor_egl_fds_from_pixmap(ScreenPtr pScreen, PixmapPtr pPixmap, int *fds,
|
||||
uint32_t *strides, uint32_t *offsets,
|
||||
uint64_t *modifier);
|
||||
|
||||
#include "glamor_utils.h"
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user