wlroots-hyprland/include
Manuel Stoeckl c02872e033 render/vulkan: align staging buffers for texture upload
vkCmdCopyBufferToImage requires that the buffer offset be a multiple
of the texel block size, which for single plane uncompressed formats
is the same as the number of bytes per pixel. This commit adds an
alignment parameter to vulkan_get_stage_span which ensures that the
provided span (and the sequence of image copy operations derived which
use it) have this alignment.
2022-11-25 12:29:02 -05:00
..
backend backend: drop wlr_backend_get_session() 2022-11-15 21:16:25 +00:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render render/vulkan: align staging buffers for texture upload 2022-11-25 12:29:02 -05:00
types buffer: drop wlr_shm_client_buffer 2022-11-15 16:30:00 +00:00
util util/time: use int64_t return value for get_current_time_msec() 2022-11-25 16:15:29 +00:00
wlr backend/session: make optional 2022-11-25 16:15:29 +00:00
xcursor xcursor: garbage collect XcursorLibraryLoadImages 2022-01-31 14:10:08 +00:00
xwayland xwayland/xwm: add support for xwayland-shell-v1 2022-11-18 15:35:20 +00:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00