summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_texture_cache.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Implement SULD and SUSTReinUsesLisp1-22/+90
2021-07-23shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq1-1/+1
2021-07-23shader: Interact texture buffers with buffer cacheReinUsesLisp1-53/+10
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-64/+4
2021-07-20vk_texture_cache: Use VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL when possibleReinUsesLisp1-21/+35
2021-07-19Update src/video_core/renderer_vulkan/vk_texture_cache.cppyzct123451-1/+1
2021-07-19Update src/video_core/renderer_vulkan/vk_texture_cache.cppyzct123451-1/+1
2021-07-18Ignore wrong blit formatyzct123451-1/+4
2021-07-18vk_texture_cache: Finalize renderpass when downloading imagesReinUsesLisp1-0/+1
2021-06-20Reaper: Guarantee correct deletion.Fernando Sahmkow1-0/+2
2021-06-17Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow1-0/+4
2021-06-16configure_graphics: Add Accelerate ASTC decoding settingameerj1-1/+6
2021-05-08texture_cache: Handle out of bound texture blitsameerj1-20/+18
2021-04-25vk_texture_cache: Swap R and B channels of color flipped formatameerj1-1/+24
2021-04-12vk_texture_cache: Make use of Common::BitCast where applicableLioncash1-5/+6
2021-03-13astc_decoder: Reimplement LayersRodrigo Locatti1-21/+25
2021-03-13renderer_vulkan: Accelerate ASTC decodingameerj1-4/+41
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp1-8/+6
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-48/+83
2021-01-24vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfoReinUsesLisp1-26/+47
2021-01-15vk_texture_cache: Use Download memory types for texture flushesReinUsesLisp1-1/+9
2021-01-15vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp1-3/+3
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp1-1/+1
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp1-2/+2
2021-01-15vk_memory_manager: Improve memory manager and its APIReinUsesLisp1-3/+3
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp1-1/+3
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-4/+4
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-492/+981
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash1-2/+2
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash1-4/+4
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-30/+31
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-11/+8
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-16/+18
2020-08-03vulkan: Silence more -Wmissing-field-initializer warningsLioncash1-0/+2
2020-07-25vulkan: Resolve -Wmissing-field-initializer warningsLioncash1-0/+2
2020-07-17vk_texture_cache: Make use of designated initializers where applicableLioncash1-96/+135
2020-07-17vk_texture_cache: Amend mismatched access masks and indices in UploadBufferLioncash1-6/+4
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp1-5/+5
2020-06-08texture_cache: Implement rendering to 3D texturesReinUsesLisp1-14/+62
2020-06-02vk_rasterizer: Implement storage texelsReinUsesLisp1-2/+2
2020-05-26texture_cache: Implement depth stencil texture swizzlesReinUsesLisp1-16/+13
2020-04-29vulkan: Remove unnecessary includesLioncash1-3/+0
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-152/+210
2020-04-01video_core: Use native ASTC when availableReinUsesLisp1-17/+17
2020-03-19vk_texture_cache: Silence misc warningsReinUsesLisp1-3/+3
2020-02-28vk_state_tracker: Initial implementationReinUsesLisp1-0/+1
2020-01-16vk_texture_cache: Address feedbackReinUsesLisp1-13/+4
2020-01-16vk_texture_cache: Fix typo in commentaryRodrigo Locatti1-1/+1
2020-01-14vk_texture_cache: Implement generic texture cache on VulkanReinUsesLisp1-0/+484