You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
liamwhite cfb76d8f3e
Merge pull request #10476 from ameerj/gl-memory-maps
3 years ago
..
blit_image.cpp video_core: Implement vulkan clear specified channel 3 years ago
blit_image.h video_core: Implement vulkan clear specified channel 3 years ago
fixed_pipeline_state.cpp general: fix spelling mistakes 3 years ago
fixed_pipeline_state.h MacroHLE: Final cleanup and fixes. 3 years ago
maxwell_to_vk.cpp Implement scaled vertex buffer format emulation 3 years ago
maxwell_to_vk.h Update 3D regs 4 years ago
pipeline_helper.h renderer_vulkan: separate guest and host compute descriptor queues 3 years ago
pipeline_statistics.cpp general: Convert source file copyright comments over to SPDX 4 years ago
pipeline_statistics.h general: Convert source file copyright comments over to SPDX 4 years ago
renderer_vulkan.cpp android: vulkan: Recreate surface after suspension & adapt to async. presentation. 3 years ago
renderer_vulkan.h android: renderer_vulkan: Fix crash with surface recreation. 3 years ago
vk_blit_screen.cpp android: Fix presentation layout on foldable and tablet devices. 3 years ago
vk_blit_screen.h renderer_vulkan: Async presentation 3 years ago
vk_buffer_cache.cpp android: video_core: Disable problematic compute shaders. 3 years ago
vk_buffer_cache.h Merge pull request #10476 from ameerj/gl-memory-maps 3 years ago
vk_buffer_cache_base.cpp Buffer Cache: Fully rework the buffer cache. 3 years ago
vk_command_pool.cpp general: fix spelling mistakes 3 years ago
vk_command_pool.h general: Convert source file copyright comments over to SPDX 4 years ago
vk_compute_pass.cpp renderer_vulkan: separate guest and host compute descriptor queues 3 years ago
vk_compute_pass.h renderer_vulkan: separate guest and host compute descriptor queues 3 years ago
vk_compute_pipeline.cpp renderer_vulkan: separate guest and host compute descriptor queues 3 years ago
vk_compute_pipeline.h renderer_vulkan: separate guest and host compute descriptor queues 3 years ago
vk_descriptor_pool.cpp general: fix compile for Apple Clang 3 years ago
vk_descriptor_pool.h video_core: Replace VKScheduler with Scheduler 4 years ago
vk_fence_manager.cpp Clang format and ddress feedback 3 years ago
vk_fence_manager.h Fence Manager: implement async fence management in a sepparate thread. 3 years ago
vk_fsr.cpp video_core/opengl: Add FSR upscaling filter to the OpenGL renderer 3 years ago
vk_fsr.h video_core: Replace VKScheduler with Scheduler 4 years ago
vk_graphics_pipeline.cpp renderer_vulkan: barrier attachment feedback loops 3 years ago
vk_graphics_pipeline.h renderer_vulkan: separate guest and host compute descriptor queues 3 years ago
vk_master_semaphore.cpp renderer_vulkan: Remove timeline semaphore wait 3 years ago
vk_master_semaphore.h vk_master_semaphore: Move fence wait on separate thread 3 years ago
vk_pipeline_cache.cpp video_core: Enable support_descriptor_aliasing on Turnip, disable storage atomic otherwise. 3 years ago
vk_pipeline_cache.h renderer_vulkan: separate guest and host compute descriptor queues 3 years ago
vk_present_manager.cpp android: vk_presentation_manager: Fix unusued needs_recreation. 3 years ago
vk_present_manager.h android: renderer_vulkan: Fix crash with surface recreation. 3 years ago
vk_query_cache.cpp QueryCache: rework async downloads. 3 years ago
vk_query_cache.h QueryCache: rework async downloads. 3 years ago
vk_rasterizer.cpp video_core: vk_rasterizer: Decrease draw dispatch count for Android. 3 years ago
vk_rasterizer.h renderer_vulkan: separate guest and host compute descriptor queues 3 years ago
vk_render_pass_cache.cpp general: Convert source file copyright comments over to SPDX 4 years ago
vk_render_pass_cache.h general: fix compile for Apple Clang 3 years ago
vk_resource_pool.cpp general: fix spelling mistakes 3 years ago
vk_resource_pool.h general: Convert source file copyright comments over to SPDX 4 years ago
vk_scheduler.cpp android: video_core: Disable some problematic things on GPU Normal. 3 years ago
vk_scheduler.h renderer_vulkan: Async presentation 3 years ago
vk_shader_util.cpp general: Convert source file copyright comments over to SPDX 4 years ago
vk_shader_util.h general: Convert source file copyright comments over to SPDX 4 years ago
vk_smaa.cpp remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
vk_smaa.h video_core: Integrate SMAA 3 years ago
vk_staging_buffer_pool.cpp vulkan_common: blacklist radv from extended_dynamic_state2 on drivers before 22.3.1 3 years ago
vk_staging_buffer_pool.h MacroHLE: Final cleanup and fixes. 3 years ago
vk_state_tracker.cpp Video_core: Address feedback 3 years ago
vk_state_tracker.h Vulkan: rework stencil tracking. 3 years ago
vk_swapchain.cpp android: vulkan: Recreate surface after suspension & adapt to async. presentation. 3 years ago
vk_swapchain.h android: vulkan: Recreate surface after suspension & adapt to async. presentation. 3 years ago
vk_texture_cache.cpp Merge pull request #10398 from liamwhite/bcn 3 years ago
vk_texture_cache.h renderer_vulkan: barrier attachment feedback loops 3 years ago
vk_texture_cache_base.cpp general: Convert source file copyright comments over to SPDX 4 years ago
vk_turbo_mode.cpp android: vk_turbo_mode: Remove unnecessary device recreation. 3 years ago
vk_turbo_mode.h android: vk_turbo_mode: Remove unnecessary device recreation. 3 years ago
vk_update_descriptor.cpp renderer_vulkan: Fix crashing when updating descriptors 3 years ago
vk_update_descriptor.h android: GPU: Enable async presentation, increase frames in flight. 3 years ago