mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
egl: delete DRI2_FLUSH remnants
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30494>
This commit is contained in:
parent
fd17c018e9
commit
f8fbec8e63
2 changed files with 0 additions and 2 deletions
|
|
@ -586,7 +586,6 @@ const __DRIimageLookupExtension image_lookup_extension = {
|
|||
};
|
||||
|
||||
static const struct dri_extension_match dri2_core_extensions[] = {
|
||||
{__DRI2_FLUSH, 1, offsetof(struct dri2_egl_display, flush), false},
|
||||
{__DRI_TEX_BUFFER, 2, offsetof(struct dri2_egl_display, tex_buffer), false},
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -242,7 +242,6 @@ struct dri2_egl_display {
|
|||
__DRIscreen *dri_screen_display_gpu;
|
||||
bool own_dri_screen;
|
||||
const __DRIconfig **driver_configs;
|
||||
const __DRI2flushExtension *flush;
|
||||
const __DRI2flushControlExtension *flush_control;
|
||||
const __DRItexBufferExtension *tex_buffer;
|
||||
const __DRI2configQueryExtension *config;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue