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:
parent
1bcd8166a0
commit
4a702483a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue