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:
committed by
Marge Bot
parent
ab08b79ef7
commit
9eccbe3a81
@@ -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 **
|
||||
|
||||
@@ -60,7 +60,6 @@ struct gbm_dri_device {
|
||||
__DRIcontext *context;
|
||||
mtx_t mutex;
|
||||
|
||||
const __DRIimageExtension *image;
|
||||
const __DRI2flushExtension *flush;
|
||||
|
||||
const __DRIconfig **driver_configs;
|
||||
|
||||
Reference in New Issue
Block a user