egl: delete DRI2_INTEROP 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 11:35:28 -04:00 committed by Marge Bot
parent ccd0a4c1fe
commit 24a1651910
2 changed files with 0 additions and 2 deletions

View file

@ -586,7 +586,6 @@ const __DRIimageLookupExtension image_lookup_extension = {
};
static const struct dri_extension_match optional_core_extensions[] = {
{__DRI2_INTEROP, 1, offsetof(struct dri2_egl_display, interop), true},
{__DRI2_BLOB, 1, offsetof(struct dri2_egl_display, blob), true},
{__DRI_MUTABLE_RENDER_BUFFER_DRIVER, 1,
offsetof(struct dri2_egl_display, mutable_render_buffer), true},

View file

@ -243,7 +243,6 @@ struct dri2_egl_display {
bool own_dri_screen;
const __DRIconfig **driver_configs;
const __DRI2blobExtension *blob;
const __DRI2interopExtension *interop;
const __DRImutableRenderBufferDriverExtension *mutable_render_buffer;
/* fd of the GPU used for rendering. */
int fd_render_gpu;