wlroots-hyprland/render/vulkan
bi4k8 35d1bcff6f render/vulkan/pixel_format: do not leak props->...
`vulkan_format_props_query` calls `query_modifier_support` which
initializes fields of `props` with allocated memory. this memory is
leaked if `query_modifier_support` does not find a supported format
and shmtex is not supported, as in this case `add_fmt_props` ends
up being false and the allocated fields of `props` are never freed.
2022-06-11 20:25:35 +00:00
..
shaders render/vulkan: Optimize vertex shader 2021-11-23 15:46:24 +00:00
meson.build render/vulkan: quiet glslangValidator 2021-11-23 15:38:56 +00:00
pixel_format.c render/vulkan/pixel_format: do not leak props->... 2022-06-11 20:25:35 +00:00
renderer.c matrix: remove wlr_matrix_projection() 2022-06-08 19:27:36 +00:00
texture.c render/vulkan: fix undefined reference to wlr_texture_is_vk 2022-05-01 14:46:18 +08:00
util.c render/vulkan: add Vulkan renderer 2021-10-18 11:51:13 +02:00
vulkan.c render/vulkan: log physical device driver name 2022-01-19 13:08:46 +01:00