summaryrefslogtreecommitdiff
path: root/ext/vulkan/vkimageidentity.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan: allow per feature registrationStéphane Cerveau2021-03-231-0/+4
* vulkan: move fullscreenquad object to libraryMatthew Waters2019-12-041-4/+2
* vulkan: split vkfullscreenrender into twoMatthew Waters2019-11-281-509/+32
* vulkan: NULL check destruction of vulkan resourcesMatthew Waters2019-11-131-5/+7
* vulkan: make new trash objects ref the fenceMatthew Waters2019-11-131-12/+10
* vulkan: implement proper descriptor set handlingMatthew Waters2019-11-071-56/+37
* vulkan/fence: add always-signalled fence typeMatthew Waters2019-11-071-24/+26
* vulkan: use VK_NULL_HANDLE in more placesMatthew Waters2019-11-071-15/+15
* vulkan/image: use the full video info for returning vulkan formatsMatthew Waters2019-11-071-1/+1
* vulkanimage: move fence creation earlierMatthew Waters2019-10-281-3/+4
* vulkan: change to clamp to edge rather than clamp to borderMatthew Waters2019-10-281-3/+3
* vulkan: remove VkImageView from the memoryMatthew Waters2019-09-251-2/+13
* vulkan: implement command buffer reuseMatthew Waters2019-09-191-13/+23
* vulkan: move trash list to libraryMatthew Waters2019-07-041-7/+5
* vkfullscreenrender: create descriptor sets laterMatthew Waters2019-06-201-4/+35
* vulkan/identity: Split out most rendering code to a base classMatthew Waters2019-06-201-775/+210
* vulkan: implement the correct memory barriers necessaryMatthew Waters2019-06-041-0/+48
* vulkan: add a new image copying elementMatthew Waters2019-06-041-0/+1164