yuzu-android/src/video_core/renderer_vulkan
FearlessTobi 310c1f50be scope_exit: Make constexpr
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
2024-02-19 16:00:46 +01:00
..
present scope_exit: Make constexpr 2024-02-19 16:00:46 +01:00
blit_image.cpp Merge pull request #11795 from Squall-Leonhart/D32FToOther 2023-10-18 09:22:14 -04:00
blit_image.h Changes based on hardware tests 2023-10-17 02:42:40 +11:00
fixed_pipeline_state.cpp Fix typos in video_core 2024-01-07 22:44:55 +00:00
fixed_pipeline_state.h Fix typos in video_core 2024-01-07 22:44:55 +00:00
maxwell_to_vk.cpp Implement X8_D24 format 2023-10-06 00:58:30 +01:00
maxwell_to_vk.h
pipeline_helper.h Core: Eliminate core/memory dependancies. 2024-01-18 21:12:30 -05:00
pipeline_statistics.cpp
pipeline_statistics.h
renderer_vulkan.cpp scope_exit: Make constexpr 2024-02-19 16:00:46 +01:00
renderer_vulkan.h nvnflinger/gpu: implement applet capture 2024-02-09 09:20:53 -05:00
vk_blit_screen.cpp gpu: dependency-inject scaling/antialiasing filter state for capture layers 2024-02-09 09:20:53 -05:00
vk_blit_screen.h gpu: dependency-inject scaling/antialiasing filter state for capture layers 2024-02-09 09:20:53 -05:00
vk_buffer_cache_base.cpp
vk_buffer_cache.cpp VideoCore: Move Slot Vector to Common 2024-02-04 20:01:47 +01:00
vk_buffer_cache.h Buffer Cache: Refactor to use Range sets instead 2024-02-05 11:06:52 +01:00
vk_command_pool.cpp
vk_command_pool.h
vk_compute_pass.cpp renderer_vulkan: Implement MSAA copies 2023-09-25 09:20:32 -04:00
vk_compute_pass.h renderer_vulkan: Implement MSAA copies 2023-09-25 09:20:32 -04:00
vk_compute_pipeline.cpp
vk_compute_pipeline.h
vk_descriptor_pool.cpp
vk_descriptor_pool.h Rework time service to fix time passing offline. 2024-01-24 04:26:55 +00:00
vk_fence_manager.cpp
vk_fence_manager.h Query Cache: address issues 2023-09-23 23:05:30 +02:00
vk_graphics_pipeline.cpp Core: Eliminate core/memory dependancies. 2024-01-18 21:12:30 -05:00
vk_graphics_pipeline.h
vk_master_semaphore.cpp renderer_vulkan: Introduce separate cmd buffer for uploads 2023-11-12 20:27:39 +01:00
vk_master_semaphore.h renderer_vulkan: Introduce separate cmd buffer for uploads 2023-11-12 20:27:39 +01:00
vk_pipeline_cache.cpp Clang Fix 2024-02-01 18:15:21 -06:00
vk_pipeline_cache.h Core: Clang format and other small issues. 2024-01-18 21:12:30 -05:00
vk_present_manager.cpp renderer_vulkan: recreate swapchain when frame size changes 2024-01-16 16:09:39 -05:00
vk_present_manager.h renderer_vulkan: bound async presentation queue growth 2023-12-14 15:54:56 -05:00
vk_query_cache.cpp Core: Eliminate core/memory dependancies. 2024-01-18 21:12:30 -05:00
vk_query_cache.h SMMU: Initial adaptation to video_core. 2024-01-18 21:12:30 -05:00
vk_rasterizer.cpp scope_exit: Make constexpr 2024-02-19 16:00:46 +01:00
vk_rasterizer.h video_core: simplify accelerated surface fetch and crop handling between APIs 2024-01-31 11:27:20 -05:00
vk_render_pass_cache.cpp Get out of render pass before query barriers, fix image names with samples > 1, remove image alias bit 2023-10-11 17:15:35 +01:00
vk_render_pass_cache.h
vk_resource_pool.cpp
vk_resource_pool.h
vk_scheduler.cpp Vulkan: Add a final barrier to the upload command buffer 2023-11-12 20:58:30 +01:00
vk_scheduler.h Fix one more typo 2024-01-15 23:34:11 +00:00
vk_shader_util.cpp
vk_shader_util.h
vk_staging_buffer_pool.cpp Fix typos in video_core 2024-01-07 22:44:55 +00:00
vk_staging_buffer_pool.h renderer_vulkan: Introduce separate cmd buffer for uploads 2023-11-12 20:27:39 +01:00
vk_state_tracker.cpp renderer_vulkan: fix viewport swizzle dirty state tracking 2023-10-27 14:23:47 -04:00
vk_state_tracker.h
vk_swapchain.cpp Simplify VkResult lookup 2024-01-22 03:10:43 +00:00
vk_swapchain.h renderer_vulkan: do not recreate swapchain for srgb 2023-12-03 16:43:54 -05:00
vk_texture_cache_base.cpp
vk_texture_cache.cpp Fix typos in video_core 2024-01-07 22:44:55 +00:00
vk_texture_cache.h VideoCore: Move Slot Vector to Common 2024-02-04 20:01:47 +01:00
vk_turbo_mode.cpp
vk_turbo_mode.h
vk_update_descriptor.cpp
vk_update_descriptor.h renderer_vulkan: allow up to 7 swapchain images 2023-12-16 18:59:44 -05:00