summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_sampler_cache.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-03vulkan: Silence more -Wmissing-field-initializer warningsLioncash1-0/+1
2020-07-17vk_sampler_cache: Make use of designated initializers where applicableLioncash1-24/+27
2020-06-18vk_sampler_cache: Emulate GL_LINEAR/NEAREST minification filtersMorph1-2/+4
2020-05-05vk_sampler_cache: Use VK_EXT_custom_border_color when availableReinUsesLisp1-2/+11
2020-04-29vulkan: Remove unnecessary includesLioncash1-3/+0
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-38/+38
2020-02-18fixups mistake auto commit.Nguyen Dac Nam1-9/+0
2020-02-18Update code structureNguyen Dac Nam1-0/+7
2020-02-18renderer_vulkan: Add the rest of case for TryConvertBorderColorNguyen Dac Nam1-3/+10
2020-01-10maxwell_to_vk: Implement GL_CLAMP hacking Nvidia's driverReinUsesLisp1-3/+3
2019-12-13maxwell_to_vk: Approach GL_CLAMP closer to the GL specReinUsesLisp1-3/+4
2019-04-02video_core: Abstract vk_sampler_cache into a templated classReinUsesLisp1-28/+12
2019-03-13vk_sampler_cache: Use operator== instead of memcmpMat M1-1/+1
2019-03-13vk_sampler_cache: Implement a sampler cacheReinUsesLisp1-0/+81