wayland: implement tearing-control-v1
Currently has no effect because there are no tearing atomic commits. But by implementing this we make mesa expose VK_PRESENT_MODE_IMMEDIATE_KHR.
This commit is contained in:
parent
0b46391789
commit
cd47baa934
7 changed files with 235 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ pub mod wl_surface;
|
|||
pub mod wp_fractional_scale_manager_v1;
|
||||
pub mod wp_presentation;
|
||||
pub mod wp_presentation_feedback;
|
||||
pub mod wp_tearing_control_manager_v1;
|
||||
pub mod wp_viewporter;
|
||||
pub mod xdg_positioner;
|
||||
pub mod xdg_wm_base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue