]> git.tdb.fi Git - libs/gl.git/history - source/backends/vulkan/pipelinecache.cpp
Support compute shaders and compute operations
[libs/gl.git] / source / backends / vulkan / pipelinecache.cpp
2022-04-15 Mikko RasaSupport compute shaders and compute operations
2022-03-22 Mikko RasaRefactor render pass operations into a helper struct
2022-03-22 Mikko RasaSome adjustments to includes
2022-03-16 Mikko RasaRewrite descriptor set management
2021-12-12 Mikko RasaDiscard render target contents only if the entire mip...
2021-11-21 Mikko RasaAdd a subpass dependency to ensure the rendering result...
2021-11-21 Mikko RasaOnly do layout transitions in render pass for swapchain...
2021-11-20 Mikko RasaUse PRESENT_SRC as the initial layout for swapchain...
2021-11-19 Mikko RasaTreat clear() with null parameter as invalidate
2021-11-18 Mikko RasaInitial implementation of Vulkan backend