glx: Implement the new flush method

Reviewed-by: Adam Jackson <ajax@redhat.com>
Acked-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19242>
This commit is contained in:
Jesse Natalie
2022-10-21 14:04:47 -07:00
committed by Marge Bot
parent 5345c34001
commit 8d55fb54b1
6 changed files with 43 additions and 2 deletions

View File

@@ -710,7 +710,8 @@ static const struct glx_context_vtable dri3_context_vtable = {
.wait_gl = dri3_wait_gl,
.wait_x = dri3_wait_x,
.interop_query_device_info = dri3_interop_query_device_info,
.interop_export_object = dri3_interop_export_object
.interop_export_object = dri3_interop_export_object,
.interop_flush_objects = dri3_interop_flush_objects
};
/** dri3_bind_extensions