summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_texture_cache.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vk_texture_cache: Address feedbackReinUsesLisp2020-01-161-13/+4
|
* vk_texture_cache: Fix typo in commentaryRodrigo Locatti2020-01-161-1/+1
| | | Co-Authored-By: MysticExile <30736337+MysticExile@users.noreply.github.com>
* vk_texture_cache: Implement generic texture cache on VulkanReinUsesLisp2020-01-141-0/+484
It currently ignores PBO linearizations since these should be dropped as soon as possible on OpenGL.