mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 11:30:11 +01:00
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:
parent
9197dba8bc
commit
e0e812f34a
1 changed files with 3 additions and 0 deletions
|
|
@ -2788,6 +2788,9 @@ dri2_initialize_wayland_swrast(_EGLDisplay *disp)
|
||||||
goto cleanup;
|
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
|
/* Fill vtbl last to prevent accidentally calling virtual function during
|
||||||
* initialization.
|
* initialization.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue