shadPS4/src/video_core/renderer_vulkan
adjonesey 0f87d1e3d4 Remove from_compute check in texture cache invalidation (#665)
* Remove from_compute check in texture cache invalidation (hack)

* Remove from_compute parameter

---------

Co-authored-by: Adam Jones <a.c.jones@outlook.com>
2024-08-30 13:01:59 +03:00
..
liverpool_to_vk.cpp clang-format fix 2024-08-28 18:45:32 +02:00
liverpool_to_vk.h Change format list from vector to array/span. 2024-07-21 22:36:12 +03:00
renderer_vulkan.cpp fix typo in LOG_INFO (#559) 2024-08-26 15:22:11 +03:00
renderer_vulkan.h video_core: CPU flip relay (#415) 2024-08-14 11:36:11 +02:00
vk_common.cpp video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_common.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_compute_pipeline.cpp Remove from_compute check in texture cache invalidation (#665) 2024-08-30 13:01:59 +03:00
vk_compute_pipeline.h video_core: Account of runtime state changes when compiling shaders (#575) 2024-08-29 19:29:54 +03: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 vk_graphics_pipeline: Fix texel buffer offset 2024-08-30 01:09:39 +03:00
vk_graphics_pipeline.h video_core: Account of runtime state changes when compiling shaders (#575) 2024-08-29 19:29:54 +03:00
vk_instance.cpp video_core: Account of runtime state changes when compiling shaders (#575) 2024-08-29 19:29:54 +03:00
vk_instance.h video_core: Account of runtime state changes when compiling shaders (#575) 2024-08-29 19:29:54 +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 video_core: Account of runtime state changes when compiling shaders (#575) 2024-08-29 19:29:54 +03:00
vk_pipeline_cache.h video_core: Account of runtime state changes when compiling shaders (#575) 2024-08-29 19:29:54 +03:00
vk_platform.cpp Fix some Vulkan validation errors on macOS. (#420) 2024-08-13 10:30:47 +03:00
vk_platform.h Downgrade Vulkan requirement to 1.2 with extensions. 2024-07-21 22:36:12 +03:00
vk_rasterizer.cpp video_core: added support for indirect dispatches (gfx only) 2024-08-29 12:32:37 +02:00
vk_rasterizer.h video_core: added support for indirect dispatches (gfx only) 2024-08-29 12:32:37 +02:00
vk_resource_pool.cpp video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_resource_pool.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_scheduler.cpp fix typo in LOG_INFO (#559) 2024-08-26 15:22:11 +03:00
vk_scheduler.h Build stabilization (#413) 2024-08-12 17:23:01 +03:00
vk_shader_cache.cpp video_core: Account of runtime state changes when compiling shaders (#575) 2024-08-29 19:29:54 +03:00
vk_shader_cache.h video_core: Account of runtime state changes when compiling shaders (#575) 2024-08-29 19:29:54 +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