]> git.tdb.fi Git - libs/gl.git/history - source/backends/vulkan/texture_backend.cpp
Refactor TransferQueue to require explicit finalization of transfers
[libs/gl.git] / source / backends / vulkan / texture_backend.cpp
2021-12-11 Mikko RasaRefactor TransferQueue to require explicit finalization...
2021-12-10 Mikko RasaSupport binding individual mipmap levels of textures
2021-12-04 Mikko RasaStore the number of mipmap levels in the Texture base...
2021-12-01 Mikko RasaConvert RGB pixel data to RGBA when staging
2021-12-01 Mikko RasaImplement mipmap generation for the Vulkan backend
2021-11-30 Mikko RasaRefactor Synchronizer to deal with individual mipmap...
2021-11-22 Mikko RasaImplement textures and samplers for Vulkan
2021-11-18 Mikko RasaInitial implementation of Vulkan backend