]> git.tdb.fi Git - libs/gl.git/history - source/backends/vulkan/framebuffer_backend.cpp
Rename VulkanFramebuffer::prepare_image_layouts to synchronize_resources
[libs/gl.git] / source / backends / vulkan / framebuffer_backend.cpp
2022-10-06 Mikko RasaRename VulkanFramebuffer::prepare_image_layouts to...
2022-09-01 Mikko RasaMake VulkanFramebuffer::is_format_supported const
2022-09-01 Mikko RasaUse correct to_present flag when creating framebuffers...
2022-09-01 Mikko RasaMake it possible to query if a framebuffer can be presented
2022-04-19 Mikko RasaImplement multisample resolve for Vulkan
2022-03-22 Mikko RasaSome adjustments to includes
2021-12-12 Mikko RasaDiscard render target contents only if the entire mip...
2021-12-10 Mikko RasaCreate image views in VulkanFramebuffer if necessary
2021-12-09 Mikko RasaTrack the number of layers in Framebuffer
2021-12-04 Mikko RasaStore the number of mipmap levels in the Texture base...
2021-11-30 Mikko RasaRefactor Synchronizer to deal with individual mipmap...
2021-11-22 Mikko RasaImplement textures and samplers for Vulkan
2021-11-21 Mikko RasaMake framebuffer attachment accessors public
2021-11-19 Mikko RasaCheck if render target is swapchain and set to_present...
2021-11-19 Mikko RasaTreat clear() with null parameter as invalidate
2021-11-18 Mikko RasaInitial implementation of Vulkan backend