mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
93aea6df07
commit
f4b51e0d8e
2 changed files with 0 additions and 2 deletions
|
|
@ -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},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue