wlroots-hyprland/render/vulkan
Alexander Orzechowski 3ed1268f64 render: Nuke old read pixels API
Sadly, the new API is not backwards compatible with the old API. Since
we have already switched all users in wlroots to the new API compositors
are already practically mandated to implement the new API. Let's get rid
of the old one since there is no point.
2023-11-30 20:01:12 -05:00
..
shaders render/vulkan: undo alpha premult before sRGB encoding/decoding 2023-10-17 17:28:56 +02:00
meson.build render/vulkan: use renamed glslang binary by default 2023-07-27 16:06:49 +08:00
pass.c render/vulkan: constrain blend to output subpass to redrawn region 2023-10-05 11:45:32 +00:00
pixel_format.c render/vulkan: Implement texture_read_pixels 2023-11-30 19:56:54 -05:00
renderer.c render: Nuke old read pixels API 2023-11-30 20:01:12 -05:00
texture.c render: Implement texture_preferred_read_format 2023-11-30 20:01:12 -05:00
util.c render/vulkan: drop unused vulkan_has_extension() 2023-05-26 12:25:53 +00:00
vulkan.c render/vulkan: use VK_KHR_global_priority 2023-10-26 16:17:57 +00:00