shadPS4/src/video_core/renderer_vulkan
squidbus 8caca4df32
shader_recompiler: Support VK_AMD_shader_image_load_store_lod for IMAGE_STORE_MIP (#1770)
* shader_recompiler: Support VK_AMD_shader_image_load_store_lod for IMAGE_STORE_MIP

* emit_spirv: Fix missing extension declaration.
2024-12-14 12:03:42 +02:00
..
liverpool_to_vk.cpp graphics: Improve handling of color buffer and storage image swizzles (#1763) 2024-12-13 21:49:37 +02:00
liverpool_to_vk.h renderer_vulkan: Disable culling for RectList. (#1749) 2024-12-12 11:05:59 +02:00
vk_common.cpp use ComPtr in gui_context_menus.h (#719) 2024-09-25 18:39:04 +03:00
vk_common.h video_core: disable warnings on vulkan 2024-10-03 16:57:33 +02:00
vk_compute_pipeline.cpp Devtools - Shader editing (#1705) 2024-12-09 21:11:11 +01:00
vk_compute_pipeline.h Devtools - Shader editing (#1705) 2024-12-09 21:11:11 +01:00
vk_descriptor_update_queue.cpp video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_descriptor_update_queue.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_graphics_pipeline.cpp renderer_vulkan: Fix some color attachment indexing issues. (#1755) 2024-12-12 20:45:18 +02:00
vk_graphics_pipeline.h renderer_vulkan: Fix some color attachment indexing issues. (#1755) 2024-12-12 20:45:18 +02:00
vk_instance.cpp shader_recompiler: Support VK_AMD_shader_image_load_store_lod for IMAGE_STORE_MIP (#1770) 2024-12-14 12:03:42 +02:00
vk_instance.h shader_recompiler: Support VK_AMD_shader_image_load_store_lod for IMAGE_STORE_MIP (#1770) 2024-12-14 12:03:42 +02:00
vk_master_semaphore.cpp vulkan: Enable VULKAN_HPP_NO_EXCEPTIONS broadly. (#995) 2024-09-25 12:19:38 +03:00
vk_master_semaphore.h Move presentation to separate thread/improve sync (#303) 2024-07-28 15:54:09 +02:00
vk_pipeline_cache.cpp shader_recompiler: Support VK_AMD_shader_image_load_store_lod for IMAGE_STORE_MIP (#1770) 2024-12-14 12:03:42 +02:00
vk_pipeline_cache.h Devtools - Shader editing (#1705) 2024-12-09 21:11:11 +01:00
vk_pipeline_common.cpp Image binding and texture cache interface refactor (1/2) (#1481) 2024-11-24 17:07:51 +01:00
vk_pipeline_common.h Image binding and texture cache interface refactor (1/2) (#1481) 2024-11-24 17:07:51 +01:00
vk_platform.cpp renderer_vulkan: Fix some color attachment indexing issues. (#1755) 2024-12-12 20:45:18 +02:00
vk_platform.h vulkan: Enable VULKAN_HPP_NO_EXCEPTIONS broadly. (#995) 2024-09-25 12:19:38 +03:00
vk_presenter.cpp core: Library cleanup (#1631) 2024-11-30 22:37:36 +02:00
vk_presenter.h Devtools - Shader editing (#1705) 2024-12-09 21:11:11 +01:00
vk_rasterizer.cpp texture_cache: Improve support for stencil reads (#1758) 2024-12-13 18:28:19 +02:00
vk_rasterizer.h cache: Invalidate pages for file reads. (#1726) 2024-12-11 21:11:24 +02:00
vk_resource_pool.cpp vulkan: Enable VULKAN_HPP_NO_EXCEPTIONS broadly. (#995) 2024-09-25 12:19:38 +03:00
vk_resource_pool.h video_core: Add fallback path for pipelines with more than 32 bindings (#837) 2024-09-10 20:54:39 +03:00
vk_scheduler.cpp vulkan: Enable VULKAN_HPP_NO_EXCEPTIONS broadly. (#995) 2024-09-25 12:19:38 +03:00
vk_scheduler.h renderer_vulkan: Bind null color attachments when target is masked out. (#1740) 2024-12-11 21:10:40 +02:00
vk_shader_hle.cpp vk_shader_hle: Don't alter the order of the skipped copies. (#1757) 2024-12-14 00:27:09 +02:00
vk_shader_hle.h renderer_vulkan: Introduce shader HLE system with copy shader implementation. (#1683) 2024-12-10 14:44:08 +02:00
vk_shader_util.cpp vulkan: Enable VULKAN_HPP_NO_EXCEPTIONS broadly. (#995) 2024-09-25 12:19:38 +03:00
vk_shader_util.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_swapchain.cpp core: Library cleanup (#1631) 2024-11-30 22:37:36 +02:00
vk_swapchain.h Swapchain recreation and window resizing (#933) 2024-09-25 12:43:08 +03:00