]> git.tdb.fi Git - libs/gl.git/history - source/backends/vulkan/commands_backend.cpp
Rework multisample resolve to use resolve attachments
[libs/gl.git] / source / backends / vulkan / commands_backend.cpp
2022-04-19 Mikko RasaRework multisample resolve to use resolve attachments
2022-04-15 Mikko RasaSupport compute shaders and compute operations
2022-03-22 Mikko RasaRefactor render pass operations into a helper struct
2022-03-21 Mikko RasaFix issues from the command recorder refactoring
2022-03-19 Mikko RasaMake StructureBuilder return const references to the...
2022-03-19 Mikko RasaAdd a wrapper class for recording Vulkan commands
2022-03-16 Mikko RasaReplace some local pointers with references in VulkanCo...
2022-03-16 Mikko RasaRewrite descriptor set management
2022-01-15 Mikko RasaApply only changed parts of VulkanPipelineState
2022-01-12 Mikko RasaStore simpler states by value in PipelineState
2021-12-20 Mikko RasaMultiplex streaming buffer contents on Vulkan
2021-12-14 Mikko RasaDefer transfer and barriers until the entire render...
2021-12-14 Mikko RasaUse secondary command buffers to record render pass...
2021-12-12 Mikko RasaRefactor handling of viewport Y axis
2021-12-12 Mikko RasaFix render area Y coordinate calculation
2021-12-12 Mikko RasaDiscard render target contents only if the entire mip...
2021-11-30 Mikko RasaRefactor Synchronizer to deal with individual mipmap...
2021-11-22 Mikko RasaReuse previously allocated command buffers
2021-11-22 Mikko RasaImplement textures and samplers for Vulkan
2021-11-21 Mikko RasaMove PipelineState refresh to just before draw call
2021-11-21 Mikko RasaMake framebuffer attachment accessors public
2021-11-21 Mikko RasaAdd a synchronization helper class to the Vulkan backend
2021-11-19 Mikko RasaCache framebuffer and viewport in VulkanCommands
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