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:

committed by
Marge Bot

parent
9197dba8bc
commit
e0e812f34a
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user