gbm: delete DRI_IMAGE 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-29 13:33:49 -04:00 committed by Marge Bot
parent ab08b79ef7
commit 9eccbe3a81
2 changed files with 0 additions and 2 deletions

View file

@ -235,7 +235,6 @@ static const __DRIextension *gbm_dri_screen_extensions[] = {
static struct dri_extension_match dri_core_extensions[] = {
{ __DRI2_FLUSH, 1, offsetof(struct gbm_dri_device, flush), false },
{ __DRI_IMAGE, 6, offsetof(struct gbm_dri_device, image), false },
};
const __DRIextension **

View file

@ -60,7 +60,6 @@ struct gbm_dri_device {
__DRIcontext *context;
mtx_t mutex;
const __DRIimageExtension *image;
const __DRI2flushExtension *flush;
const __DRIconfig **driver_configs;