summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_texture_cache.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renderer_vulkan: Drop Vulkan-HppReinUsesLisp2020-04-111-152/+210
|
* video_core: Use native ASTC when availableReinUsesLisp2020-04-011-17/+17
|
* vk_texture_cache: Silence misc warningsReinUsesLisp2020-03-191-3/+3
|
* vk_state_tracker: Initial implementationReinUsesLisp2020-02-281-0/+1
| | | | Add support for render targets and viewports.
* 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.