egl/swrast: expose EXT_swap_buffers_with_damage and EXT_present_opaque

Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24975>
This commit is contained in:
Mike Blumenkrantz
2023-09-13 09:31:08 -04:00
committed by Marge Bot
parent 9197dba8bc
commit e0e812f34a

View File

@@ -2788,6 +2788,9 @@ dri2_initialize_wayland_swrast(_EGLDisplay *disp)
goto cleanup;
}
disp->Extensions.EXT_swap_buffers_with_damage = EGL_TRUE;
disp->Extensions.EXT_present_opaque = EGL_TRUE;
/* Fill vtbl last to prevent accidentally calling virtual function during
* initialization.
*/