From d956bc9ec24092b0a85d3337d4ebb36a0b6458e3 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 19 Jul 2024 15:19:35 +0200 Subject: loader: gc loader_get_extensions_name() and __DRI_DRIVER_{GET_,}EXTENSIONS defines Leaving the defines in include/GL/internal/dri_interface.h because I'm not sure if something needs it. Fixes: fa541a887c8a67321362 ("loader: delete loader_open_driver()") Part-of: (cherry picked from commit dfd70bab4ac2336be6c1085f195aef8e0e10dc13) --- src/gallium/include/mesa_interface.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/gallium/include') diff --git a/src/gallium/include/mesa_interface.h b/src/gallium/include/mesa_interface.h index abaeaa0e807..fffccd817c4 100644 --- a/src/gallium/include/mesa_interface.h +++ b/src/gallium/include/mesa_interface.h @@ -668,25 +668,6 @@ struct __DRIuseInvalidateExtensionRec { __DRIextension base; }; -/** - * Dead, do not use; kept only to allow old Xserver to compile since - * this file is a public API. - */ -#define __DRI_DRIVER_EXTENSIONS "__driDriverExtensions" - -/** - * This symbol replaces the __DRI_DRIVER_EXTENSIONS symbol, and will be - * suffixed by "_drivername", allowing multiple drivers to be built into one - * library, and also giving the driver the chance to return a variable driver - * extensions struct depending on the driver name being loaded or any other - * system state. - * - * The function prototype is: - * - * const __DRIextension **__driDriverGetExtensions_drivername(void); - */ -#define __DRI_DRIVER_GET_EXTENSIONS "__driDriverGetExtensions" - /** * Tokens for __DRIconfig attribs. A number of attributes defined by * GLX or EGL standards are not in the table, as they must be provided -- cgit v1.2.3