mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
ab08b79ef7
commit
9eccbe3a81
2 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue