wlroots-hyprland/render/vulkan
Simon Ser 377668aaf6 render/vulkan: check that requested size is smaller than max
Fail with a clearer error when the requested size is too large.
Without this, we allocate a buffer with a size smaller than what
was requested.

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3975
2023-01-19 18:50:59 +00:00
..
shaders render/vulkan: add support for RGB565 texture format 2022-11-25 14:19:27 +00:00
meson.build render/vulkan: quiet glslangValidator 2021-11-23 15:38:56 +00:00
pixel_format.c render/vulkan: make shm/dmabuf split clearer in wlr_vk_format_props 2022-12-02 15:18:59 +00:00
renderer.c render/vulkan: check that requested size is smaller than max 2023-01-19 18:50:59 +00:00
texture.c render/vulkan: always finish buffer addon on texture destroy 2022-12-22 12:42:08 +03:00
util.c render/vulkan: add missing entries in vulkan_strerror() 2022-10-18 16:57:00 +02:00
vulkan.c render/vulkan: wait for DMA-BUF fences 2022-12-06 14:54:09 +00:00