shadPS4/src/video_core/renderer_vulkan
psucien 5f4ddc14fc
Image subresources barriers (#904)
* video_core: texture: image subresources state tracking

* shader_recompiler: use one binding if the same image is read and written

* video_core: added rebinding of changed textures after overlap resolve

* don't use pointers; slight `FindTexture` refactoring

* video_core: buffer_cache: don't copy over the image size

* redundant barriers removed; fixes

* regression fixes

* texture_cache: 3d texture layers count fixup

* shader_recompiler: support for partially bound cubemaps

* added support for cubemap arrays

* don't bind unused color buffers

* fixed depth promotion to do not use stencil

* doors

* bonfire lit

* cubemap array index calculation

* final touches
2024-09-21 21:45:56 +02:00
..
liverpool_to_vk.cpp vulkan: Limit multisampling to supported sample counts. (#828) 2024-09-12 22:59:23 +03:00
liverpool_to_vk.h Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
renderer_vulkan.cpp Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
renderer_vulkan.h Dear ImGui Implementation (#598) 2024-09-08 22:50:32 +03:00
vk_common.cpp Fix warnings (#749) 2024-09-03 21:41:59 +03:00
vk_common.h misc: Fix a few compiler warnings. 2024-09-03 21:32:19 -07:00
vk_compute_pipeline.cpp Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
vk_compute_pipeline.h Image subresources barriers (#904) 2024-09-21 21:45:56 +02: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 Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
vk_graphics_pipeline.h Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
vk_instance.cpp Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
vk_instance.h vulkan: Add alternatives when nullDescriptor is not supported. (#1001) 2024-09-21 03:50:57 +03:00
vk_master_semaphore.cpp Move presentation to separate thread/improve sync (#303) 2024-07-28 15:54:09 +02: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 Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
vk_pipeline_cache.h graphics_pipeline: Move some depth configuration to dynamic state (#931) 2024-09-15 22:42:14 +02:00
vk_pipeline_common.cpp Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
vk_pipeline_common.h Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
vk_platform.cpp Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
vk_platform.h video_core: added VK_LAYER_LUNARG_crash_diagnostic (#751) 2024-09-03 21:56:23 +02:00
vk_rasterizer.cpp Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
vk_rasterizer.h Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
vk_resource_pool.cpp video_core: Add fallback path for pipelines with more than 32 bindings (#837) 2024-09-10 20:54:39 +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 Image subresources barriers (#904) 2024-09-21 21:45:56 +02:00
vk_scheduler.h Build stabilization (#413) 2024-08-12 17:23:01 +03:00
vk_shader_util.cpp fix system include paths 2024-06-25 18:17:16 +02:00
vk_shader_util.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_swapchain.cpp core: misc changes (#430) 2024-08-14 20:37:05 +02:00
vk_swapchain.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00