egl: delete DRI_CONFIG_QUERY remnants

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30494>
This commit is contained in:
Mike Blumenkrantz 2024-07-30 10:55:19 -04:00 committed by Marge Bot
parent d723991ded
commit cb018b6883
2 changed files with 0 additions and 2 deletions

View file

@ -594,7 +594,6 @@ static const struct dri_extension_match swrast_core_extensions[] = {
};
static const struct dri_extension_match optional_core_extensions[] = {
{__DRI2_CONFIG_QUERY, 1, offsetof(struct dri2_egl_display, config), true},
{__DRI2_FENCE, 2, offsetof(struct dri2_egl_display, fence), true},
{__DRI2_INTEROP, 1, offsetof(struct dri2_egl_display, interop), true},
{__DRI2_BLOB, 1, offsetof(struct dri2_egl_display, blob), true},

View file

@ -243,7 +243,6 @@ struct dri2_egl_display {
bool own_dri_screen;
const __DRIconfig **driver_configs;
const __DRItexBufferExtension *tex_buffer;
const __DRI2configQueryExtension *config;
const __DRI2fenceExtension *fence;
const __DRI2blobExtension *blob;
const __DRI2interopExtension *interop;