diff options
author | Eric Engestrom <eric@igalia.com> | 2024-07-19 15:19:35 +0200 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2024-07-21 14:59:05 +0200 |
commit | d956bc9ec24092b0a85d3337d4ebb36a0b6458e3 (patch) | |
tree | 218759e8e436cf44b207b6e0522ff6eb53a1d408 /src/gallium/include | |
parent | a69fee81318f3a92e891ce374255016064862214 (diff) |
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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30266>
(cherry picked from commit dfd70bab4ac2336be6c1085f195aef8e0e10dc13)
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/mesa_interface.h | 19 |
1 files changed, 0 insertions, 19 deletions
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 @@ -669,25 +669,6 @@ struct __DRIuseInvalidateExtensionRec { }; /** - * 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 * by the loader. For example, FBConfig ID or visual ID, drawable type. |