..
blit_image.cpp
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
2023-02-14 12:35:39 -05:00
blit_image.h
video_core: Implement vulkan clear specified channel
2023-01-28 12:53:05 +08:00
fixed_pipeline_state.cpp
general: fix spelling mistakes
2023-03-12 11:33:01 -04:00
fixed_pipeline_state.h
MacroHLE: Final cleanup and fixes.
2023-01-01 16:43:58 -05:00
maxwell_to_vk.cpp
Implement scaled vertex buffer format emulation
2023-06-03 00:05:31 -07:00
maxwell_to_vk.h
Update 3D regs
2022-10-07 14:13:45 +01:00
pipeline_helper.h
video_core: Use sampler IDs instead pointers in the pipeline config
2023-06-16 13:45:14 +02: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
android: vulkan: Recreate surface after suspension & adapt to async. presentation.
2023-06-03 00:05:59 -07:00
renderer_vulkan.h
android: renderer_vulkan: Fix crash with surface recreation.
2023-06-03 00:06:07 -07:00
vk_blit_screen.cpp
android: Fix screen orientation & blurriness.
2023-06-10 15:13:06 -07:00
vk_blit_screen.h
renderer_vulkan: Async presentation
2023-05-01 23:13:24 +03:00
vk_buffer_cache_base.cpp
Buffer Cache: Fully rework the buffer cache.
2023-04-29 00:46:31 +02:00
vk_buffer_cache.cpp
Combine vertex/transform feedback buffer binding into a single call
2023-06-08 12:13:27 +01:00
vk_buffer_cache.h
Combine vertex/transform feedback buffer binding into a single call
2023-06-08 12:13:27 +01:00
vk_command_pool.cpp
general: fix spelling mistakes
2023-03-12 11:33:01 -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
renderer_vulkan: separate guest and host compute descriptor queues
2023-05-10 13:46:48 -04:00
vk_compute_pass.h
renderer_vulkan: separate guest and host compute descriptor queues
2023-05-10 13:46:48 -04:00
vk_compute_pipeline.cpp
video_core: Use sampler IDs instead pointers in the pipeline config
2023-06-16 13:45:14 +02:00
vk_compute_pipeline.h
renderer_vulkan: separate guest and host compute descriptor queues
2023-05-10 13:46:48 -04: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
Clang format and ddress feedback
2023-04-24 12:38:47 +02:00
vk_fence_manager.h
Fence Manager: implement async fence management in a sepparate thread.
2023-04-23 04:48:50 +02:00
vk_fsr.cpp
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
2023-01-26 21:43:33 +01:00
vk_fsr.h
video_core: Replace VKScheduler with Scheduler
2022-06-26 20:21:45 -05:00
vk_graphics_pipeline.cpp
video_core: Use sampler IDs instead pointers in the pipeline config
2023-06-16 13:45:14 +02:00
vk_graphics_pipeline.h
renderer_vulkan: separate guest and host compute descriptor queues
2023-05-10 13:46:48 -04:00
vk_master_semaphore.cpp
renderer_vulkan: Remove timeline semaphore wait
2023-05-28 02:39:44 +03:00
vk_master_semaphore.h
vk_master_semaphore: Move fence wait on separate thread
2023-05-20 19:23:53 +03:00
vk_pipeline_cache.cpp
video_core: Enable support_descriptor_aliasing on Turnip, disable storage atomic otherwise.
2023-06-03 00:05:58 -07:00
vk_pipeline_cache.h
renderer_vulkan: separate guest and host compute descriptor queues
2023-05-10 13:46:48 -04:00
vk_present_manager.cpp
android: vk_presentation_manager: Fix unusued needs_recreation.
2023-06-03 00:06:08 -07:00
vk_present_manager.h
android: renderer_vulkan: Fix crash with surface recreation.
2023-06-03 00:06:07 -07:00
vk_query_cache.cpp
QueryCache: rework async downloads.
2023-04-23 22:04:14 +02:00
vk_query_cache.h
QueryCache: rework async downloads.
2023-04-23 22:04:14 +02:00
vk_rasterizer.cpp
video_core: vk_rasterizer: Decrease draw dispatch count for Android.
2023-06-03 00:06:04 -07:00
vk_rasterizer.h
renderer_vulkan: separate guest and host compute descriptor queues
2023-05-10 13:46:48 -04: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: fix spelling mistakes
2023-03-12 11:33:01 -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
android: video_core: Disable some problematic things on GPU Normal.
2023-06-03 00:06:00 -07:00
vk_scheduler.h
renderer_vulkan: Async presentation
2023-05-01 23:13:24 +03: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_smaa.cpp
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
2023-02-14 12:35:39 -05:00
vk_smaa.h
video_core: Integrate SMAA
2022-12-08 17:17:45 -05:00
vk_staging_buffer_pool.cpp
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
2023-02-14 12:35:39 -05:00
vk_staging_buffer_pool.h
MacroHLE: Final cleanup and fixes.
2023-01-01 16:43:58 -05:00
vk_state_tracker.cpp
Video_core: Address feedback
2023-01-04 14:39:42 -05:00
vk_state_tracker.h
Vulkan: rework stencil tracking.
2023-01-03 16:29:16 -05:00
vk_swapchain.cpp
android: Fix screen orientation & blurriness.
2023-06-10 15:13:06 -07:00
vk_swapchain.h
android: vulkan: Recreate surface after suspension & adapt to async. presentation.
2023-06-03 00:05:59 -07:00
vk_texture_cache_base.cpp
general: Convert source file copyright comments over to SPDX
2022-04-23 05:55:32 -04:00
vk_texture_cache.cpp
video_core: Fallback to default anisotropy instead to 1x anisotropy
2023-06-15 23:16:26 +02:00
vk_texture_cache.h
video_core: Fallback to default anisotropy instead to 1x anisotropy
2023-06-15 23:16:26 +02:00
vk_turbo_mode.cpp
android: vk_turbo_mode: Remove unnecessary device recreation.
2023-06-03 00:06:08 -07:00
vk_turbo_mode.h
android: vk_turbo_mode: Remove unnecessary device recreation.
2023-06-03 00:06:08 -07:00
vk_update_descriptor.cpp
renderer_vulkan: Fix crashing when updating descriptors
2023-05-01 23:13:24 +03:00
vk_update_descriptor.h
android: GPU: Enable async presentation, increase frames in flight.
2023-06-03 00:06:03 -07:00