suyu/src/video_core/renderer_vulkan
2022-04-14 11:06:27 -04:00
..
blit_image.cpp Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+ 2022-03-23 23:30:17 -04:00
blit_image.h video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
fixed_pipeline_state.cpp video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
fixed_pipeline_state.h vk_graphics_pipeline: Implement smooth lines 2021-07-22 21:51:39 -04:00
maxwell_to_vk.cpp video_core: implement formats for N64 emulation 2022-04-14 11:06:27 -04:00
maxwell_to_vk.h video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
pipeline_helper.h video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
pipeline_statistics.cpp video_core: Replace lock_guard with scoped_lock 2022-04-07 19:44:07 +01:00
pipeline_statistics.h renderer_vulkan: Add setting to log pipeline statistics 2021-07-27 21:29:24 -03:00
renderer_vulkan.cpp video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
renderer_vulkan.h video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_blit_screen.cpp Vulkan: crop to screen dimensions if crop not explicitly requested 2022-04-04 11:45:15 -04:00
vk_blit_screen.h FSR: Fix GCC build errors 2021-11-16 22:11:33 +01:00
vk_buffer_cache.cpp Buffer Cache: Tune to the levels of the new GC. 2022-03-25 01:51:51 +01:00
vk_buffer_cache.h Buffer Cache: Tune to the levels of the new GC. 2022-03-25 01:51:51 +01:00
vk_command_pool.cpp vk_command_pool: Reduce the command pool size from 4096 to 4 2021-02-23 19:08:24 -03:00
vk_command_pool.h renderer_vulkan: Rename VKDevice to Device 2021-01-03 17:51:48 -03:00
vk_compute_pass.cpp video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_compute_pass.h astc_decoder: Compute offset swizzles in-shader 2021-08-01 01:22:26 -04:00
vk_compute_pipeline.cpp video_core: Replace lock_guard with scoped_lock 2022-04-07 19:44:07 +01:00
vk_compute_pipeline.h video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_descriptor_pool.cpp general: Fix clang/gcc build errors 2022-03-20 02:25:09 -04:00
vk_descriptor_pool.h vulkan: Rework descriptor allocation algorithm 2021-07-22 21:51:29 -04:00
vk_fence_manager.cpp video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_fence_manager.h video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_fsr.cpp vk_fsr: Replace comma operator with semicolon 2022-01-25 12:42:27 -05:00
vk_fsr.h Presentation: Only use FP16 in scaling shaders on supported devices in Vulkan 2021-11-16 22:11:32 +01:00
vk_graphics_pipeline.cpp video_core: Replace lock_guard with scoped_lock 2022-04-07 19:44:07 +01:00
vk_graphics_pipeline.h vulkan: Implement rescaling shader patching 2021-11-16 22:11:28 +01:00
vk_master_semaphore.cpp vk_master_semaphore: Use jthread for debug thread 2021-06-21 19:56:07 -03:00
vk_master_semaphore.h Vulkan: fix waiting on semaphore. 2021-11-16 22:11:32 +01:00
vk_pipeline_cache.cpp video_core: Replace lock_guard with scoped_lock 2022-04-07 19:44:07 +01:00
vk_pipeline_cache.h video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_query_cache.cpp Vulkan Query Cache: make sure to wait for the query result. 2021-09-24 01:14:17 +02:00
vk_query_cache.h renderer_vulkan: Rename VKDevice to Device 2021-01-03 17:51:48 -03:00
vk_rasterizer.cpp Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding CPU Cached memory." 2022-03-26 12:38:30 -07:00
vk_rasterizer.h video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_render_pass_cache.cpp video_core: Replace lock_guard with scoped_lock 2022-04-07 19:44:07 +01:00
vk_render_pass_cache.h vk_pipeline_cache: Add pipeline cache 2021-07-22 21:51:24 -04:00
vk_resource_pool.cpp shader: Primitive Vulkan integration 2021-07-22 21:51:22 -04:00
vk_resource_pool.h shader: Primitive Vulkan integration 2021-07-22 21:51:22 -04:00
vk_scheduler.cpp video_core: Replace lock_guard with scoped_lock 2022-04-07 19:44:07 +01:00
vk_scheduler.h video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_shader_util.cpp video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_shader_util.h renderer_vulkan: Rename VKDevice to Device 2021-01-03 17:51:48 -03:00
vk_staging_buffer_pool.cpp Garbage Collection: Redesign the algorithm to do a better use of memory. 2022-03-25 01:51:51 +01:00
vk_staging_buffer_pool.h vk_staging_buffer_pool: Fix softlock when stream buffer overflows 2021-02-13 02:18:38 -03:00
vk_state_tracker.cpp video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_state_tracker.h general: Reduce core.h includes 2022-03-18 02:13:02 -04:00
vk_swapchain.cpp video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_swapchain.h vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS is unlocked 2021-09-12 20:32:23 -04:00
vk_texture_cache.cpp video_core: implement formats for N64 emulation 2022-04-14 11:06:27 -04:00
vk_texture_cache.h Garbage Collection: Redesign the algorithm to do a better use of memory. 2022-03-25 01:51:51 +01:00
vk_texture_cache_base.cpp texture_cache: Address ameerj's review 2021-08-05 20:46:24 +00:00
vk_update_descriptor.cpp video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00
vk_update_descriptor.h video_core: Reduce unused includes 2022-03-19 15:01:31 -04:00