glamor: drop glamor_egl_create_textured_screen_ext() macro
Not used anymore, so no need to keep it around any longer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
bef5470f02
commit
3c0c56c4bf
|
@ -369,12 +369,6 @@ extern _X_EXPORT Bool glamor_egl_init_textured_pixmap(ScreenPtr screen);
|
||||||
extern _X_EXPORT Bool glamor_egl_create_textured_screen(ScreenPtr screen,
|
extern _X_EXPORT Bool glamor_egl_create_textured_screen(ScreenPtr screen,
|
||||||
int handle, int stride);
|
int handle, int stride);
|
||||||
|
|
||||||
/* Obsolete entrypoint, temporarily left here for API compatibility
|
|
||||||
* for xf86-video-ati.
|
|
||||||
*/
|
|
||||||
#define glamor_egl_create_textured_screen_ext(a, b, c, d) \
|
|
||||||
glamor_egl_create_textured_screen(a, b, c)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @glamor_egl_create_textured_pixmap: Try to create a textured pixmap from
|
* @glamor_egl_create_textured_pixmap: Try to create a textured pixmap from
|
||||||
* a BO handle.
|
* a BO handle.
|
||||||
|
|
Loading…
Reference in New Issue