radeon_glamor.c: remove a legacy glamor function support

The function glamor_egl_destroy_textured_pixmap() is absent
in glamor in recent X servers.

Signed-off-by: Oleh Nykyforchyn <oleh.nyk@gmail.com>
This commit is contained in:
Oleh Nykyforchyn
2025-07-15 00:21:33 +03:00
committed by Enrico Weigelt
parent f35c980403
commit 1fa0787cd4
2 changed files with 1 additions and 18 deletions

View File

@@ -133,12 +133,6 @@ if test "x$GLAMOR" != "xno"; then
[#include "xorg-server.h"
#include "glamor.h"])
AC_CHECK_DECL(glamor_egl_destroy_textured_pixmap,
[AC_DEFINE(HAVE_GLAMOR_EGL_DESTROY_TEXTURED_PIXMAP, 1,
[Have glamor_egl_destroy_textured_pixmap API])], [],
[#include "xorg-server.h"
#include "glamor.h"])
AC_CHECK_DECL(glamor_finish,
[AC_DEFINE(HAVE_GLAMOR_FINISH, 1,
[Have glamor_finish API])],