summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/blit_image.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-22TextureCache: Simplify blitting of D24S8 formats and fix bugs.Fernando Sahmkow1-21/+4
2021-11-21vk_blit_image: Consolidate CreatePipelineTargetEx functionsMorph1-0/+3
2021-11-20TextureCache: Add R16G16 to D24S8 converter.Fernando Sahmkow1-0/+5
2021-11-19TextureCache: Add B10G11R11 to D24S8 converter.Fernando Sahmkow1-2/+10
2021-11-19TextureCache: Implement additional D24S8 convertions.Fernando Sahmkow1-0/+10
2021-11-19Vulkan: implement D24S8 <-> RGBA8 convertions.Fernando Sahmkow1-0/+16
2021-11-16Vulkan: Fix Blit Depth StencilFernando Sahmkow1-3/+4
2021-11-16Texture Cache: Rescale conversions between depth and colorFernandoS271-5/+9
2021-11-16vk_texture_cache: Use 3D to scale images when blit is unsupportedameerj1-1/+1
2021-07-23vulkan: Rework descriptor allocation algorithmReinUsesLisp1-1/+1
2021-05-08texture_cache: Handle out of bound texture blitsameerj1-6/+4
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-6/+5
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp1-1/+1
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-0/+97