Hyprland/src/protocols/core
Ikalco d30cc19d25
renderer: skip ds commits if buffer didn't change (#9556)
this fixes direct scanout glitches by ensuring that attemptDirectScanout doesn't try to recommit the same buffer to AQ
which would cause a pageflip event and the backendRelease to release the same buffer too early
2025-03-08 20:24:22 +01:00
..
Compositor.cpp renderer: skip ds commits if buffer didn't change (#9556) 2025-03-08 20:24:22 +01:00
Compositor.hpp protocols: Support wp color management proto (#9444) 2025-02-26 15:56:37 +01:00
DataDevice.cpp xwayland: improve dnd and cleanup (#9405) 2025-02-24 03:52:10 +01:00
DataDevice.hpp xwayland: improve dnd and cleanup (#9405) 2025-02-24 03:52:10 +01:00
Output.cpp core: add LIKELY and UNLIKELY macros 2025-01-17 18:56:39 +01:00
Output.hpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
Seat.cpp core: begin using CFileDescriptor from hyprutils (#9122) 2025-01-30 11:30:12 +00:00
Seat.hpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
Shm.cpp core: begin using CFileDescriptor from hyprutils (#9122) 2025-01-30 11:30:12 +00:00
Shm.hpp core: begin using CFileDescriptor from hyprutils (#9122) 2025-01-30 11:30:12 +00:00
Subcompositor.cpp core: add LIKELY and UNLIKELY macros 2025-01-17 18:56:39 +01:00
Subcompositor.hpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00