1
0
Fork 0
forked from suyu/suyu
suyu/src/video_core/renderer_vulkan
2022-12-05 12:33:12 +01:00
..
blit_image.cpp video_core: Replace VKScheduler with Scheduler 2022-06-26 20:21:45 -05:00
blit_image.h video_core: Replace VKScheduler with Scheduler 2022-06-26 20:21:45 -05:00
fixed_pipeline_state.cpp Vulkan: Implement Alpha coverage 2022-12-05 12:33:12 +01:00
fixed_pipeline_state.h Vulkan: Implement Alpha coverage 2022-12-05 12:33:12 +01:00
maxwell_to_vk.cpp vulkan_common: clean up extension usage 2022-12-04 10:55:13 -05:00
maxwell_to_vk.h Update 3D regs 2022-10-07 14:13:45 +01:00
pipeline_helper.h vulkan_common: clean up extension usage 2022-12-04 10:55:13 -05:00
pipeline_statistics.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
pipeline_statistics.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
renderer_vulkan.cpp vulkan_common: clean up extension usage 2022-12-04 10:55:13 -05:00
renderer_vulkan.h video_core: Replace VKSwapchain with Swapchain 2022-06-26 20:21:45 -05:00
vk_blit_screen.cpp general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
vk_blit_screen.h vk_blit_screen: recreate swapchain images on guest format change 2022-10-30 15:04:16 -04:00
vk_buffer_cache.cpp video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00
vk_buffer_cache.h video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00
vk_command_pool.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_command_pool.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_compute_pass.cpp vulkan_common: promote descriptor update template usage to core 2022-12-04 10:55:13 -05:00
vk_compute_pass.h vulkan_common: promote descriptor update template usage to core 2022-12-04 10:55:13 -05:00
vk_compute_pipeline.cpp vulkan_common: clean up extension usage 2022-12-04 10:55:13 -05:00
vk_compute_pipeline.h vulkan_common: promote descriptor update template usage to core 2022-12-04 10:55:13 -05:00
vk_descriptor_pool.cpp general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
vk_descriptor_pool.h video_core: Replace VKScheduler with Scheduler 2022-06-26 20:21:45 -05:00
vk_fence_manager.cpp VideoCore: Refactor fencing system. 2022-10-06 21:00:52 +02:00
vk_fence_manager.h VideoCore: Refactor fencing system. 2022-10-06 21:00:52 +02:00
vk_fsr.cpp FSR Sharpening Slider part 1 - only a global slider 2022-11-24 04:22:13 -05:00
vk_fsr.h video_core: Replace VKScheduler with Scheduler 2022-06-26 20:21:45 -05:00
vk_graphics_pipeline.cpp Vulkan: Implement Alpha coverage 2022-12-05 12:33:12 +01:00
vk_graphics_pipeline.h vulkan_common: promote descriptor update template usage to core 2022-12-04 10:55:13 -05:00
vk_master_semaphore.cpp vulkan_common: clean up extension usage 2022-12-04 10:55:13 -05:00
vk_master_semaphore.h general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
vk_pipeline_cache.cpp vulkan_common: clean up extension usage 2022-12-04 10:55:13 -05:00
vk_pipeline_cache.h VideoCore: implement channels on gpu caches. 2022-10-06 21:00:51 +02:00
vk_query_cache.cpp vulkan_common: promote host query reset usage to core 2022-12-04 10:55:13 -05:00
vk_query_cache.h VideoCore: implement channels on gpu caches. 2022-10-06 21:00:51 +02:00
vk_rasterizer.cpp Fermi2D: Rework blit engine and add a software blitter. 2022-11-24 20:35:44 +01:00
vk_rasterizer.h Merge pull request #9216 from vonchenplus/reimp_inline_index_buffer 2022-11-20 12:08:08 -05:00
vk_render_pass_cache.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_render_pass_cache.h general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
vk_resource_pool.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_resource_pool.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_scheduler.cpp vulkan_common: clean up extension usage 2022-12-04 10:55:13 -05:00
vk_scheduler.h general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
vk_shader_util.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_shader_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_staging_buffer_pool.cpp Revert "vulkan: automatically use larger staging buffer sizes when possible" 2022-10-07 04:49:08 -04:00
vk_staging_buffer_pool.h Revert "vulkan: automatically use larger staging buffer sizes when possible" 2022-10-07 04:49:08 -04:00
vk_state_tracker.cpp ir/texture_pass: Use host_info instead of querying Settings::values (#9176) 2022-11-11 03:32:53 +01:00
vk_state_tracker.h state_tracker: workaround channel setup for homebrew 2022-10-06 21:00:54 +02:00
vk_swapchain.cpp general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
vk_swapchain.h video_core: Replace VKSwapchain with Swapchain 2022-06-26 20:21:45 -05:00
vk_texture_cache.cpp Add break for default cases 2022-11-13 16:30:55 -08:00
vk_texture_cache.h video_core: don't build ASTC decoder shader unless requested 2022-10-19 18:52:42 -04:00
vk_texture_cache_base.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vk_update_descriptor.cpp video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00
vk_update_descriptor.h video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00