summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_texture_cache.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-28vk_state_tracker: Initial implementationReinUsesLisp1-0/+1
Add support for render targets and viewports.
2020-01-16vk_texture_cache: Address feedbackReinUsesLisp1-13/+4
2020-01-16vk_texture_cache: Fix typo in commentaryRodrigo Locatti1-1/+1
Co-Authored-By: MysticExile <30736337+MysticExile@users.noreply.github.com>
2020-01-14vk_texture_cache: Implement generic texture cache on VulkanReinUsesLisp1-0/+484
It currently ignores PBO linearizations since these should be dropped as soon as possible on OpenGL.