egl: delete DRI_DRI2 remnants

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30472>
This commit is contained in:
Mike Blumenkrantz 2024-07-30 09:03:05 -04:00 committed by Marge Bot
parent 93aea6df07
commit f4b51e0d8e
2 changed files with 0 additions and 2 deletions

View file

@ -590,7 +590,6 @@ static const struct dri_extension_match dri3_driver_extensions[] = {
};
static const struct dri_extension_match dri2_driver_extensions[] = {
{__DRI_DRI2, 5, offsetof(struct dri2_egl_display, dri2), false},
{__DRI_CONFIG_OPTIONS, 2, offsetof(struct dri2_egl_display, configOptions),
true},
};

View file

@ -242,7 +242,6 @@ struct dri2_egl_display {
__DRIscreen *dri_screen_display_gpu;
bool own_dri_screen;
const __DRIconfig **driver_configs;
const __DRIdri2Extension *dri2;
const __DRI2flushExtension *flush;
const __DRI2flushControlExtension *flush_control;
const __DRItexBufferExtension *tex_buffer;