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.
 
 
 
 
 
 
crueter 7fda6dde73
[common] Switch to boost::unordered_flat containers (#4326)
6 days ago
..
present [vulkan, vk_pipeline_cache] PSO Optimizations (#4294) 1 week ago
blit_image.cpp [vulkan, vk_pipeline_cache] PSO Optimizations (#4294) 1 week ago
blit_image.h [vulkan] Adjustments on MSAA and BlitHelpers (#4287) 2 weeks ago
fixed_pipeline_state.cpp [vulkan] 3rd Vulkan Global Maintenance (#4189) 2 months ago
fixed_pipeline_state.h [vulkan] 3rd Vulkan Global Maintenance (#4189) 2 months ago
maxwell_to_vk.cpp [vulkan] 3rd Vulkan Global Maintenance (#4189) 2 months ago
maxwell_to_vk.h [dynarmic, common] pagetable clustering (#3215) 8 months ago
pipeline_helper.h [vulkan] Removal of QCOM sampler limiters + CustomBorderColor and ColorBorderSwizzle adjustments (#4301) 2 weeks ago
pipeline_statistics.cpp [video_core, hle] remove redundant parent references in system structs (#3908) 3 months ago
pipeline_statistics.h [video_core, hle] remove redundant parent references in system structs (#3908) 3 months ago
renderer_vulkan.cpp [core, hle, video_core, memory] Improve multi-process, display layers, dynamic shader cache and rework overlay (#4238) 1 week ago
renderer_vulkan.h [core, hle, video_core, memory] Improve multi-process, display layers, dynamic shader cache and rework overlay (#4238) 1 week ago
vk_blit_screen.cpp [vulkan, android] Initial implementation of LSFG-VK (#4263) 3 weeks ago
vk_blit_screen.h [vulkan, android] Initial implementation of LSFG-VK (#4263) 3 weeks ago
vk_buffer_cache.cpp [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_buffer_cache.h [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_buffer_cache_base.cpp Buffer Cache: Fully rework the buffer cache. 3 years ago
vk_command_pool.cpp general: fix spelling mistakes 4 years ago
vk_command_pool.h general: Convert source file copyright comments over to SPDX 4 years ago
vk_compute_pass.cpp [vulkan, vk_pipeline_cache] PSO Optimizations (#4294) 1 week ago
vk_compute_pass.h [vulkan] 4th Vulkan Global Maintenance (#4212) 2 months ago
vk_compute_pipeline.cpp [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_compute_pipeline.h [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_descriptor_buffer.cpp [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_descriptor_buffer.h [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_descriptor_pool.cpp [video_core, hle] remove redundant parent references in system structs (#3908) 3 months ago
vk_descriptor_pool.h [video_core, hle] remove redundant parent references in system structs (#3908) 3 months ago
vk_fence_manager.cpp Clang format and ddress feedback 3 years ago
vk_fence_manager.h gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
vk_graphics_pipeline.cpp [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_graphics_pipeline.h [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_master_semaphore.cpp [vulkan] 3rd Vulkan Global Maintenance (#4189) 2 months ago
vk_master_semaphore.h [vk] Fix lost wakeup in fence mode using atomic wait (#3598) 6 months ago
vk_pipeline_cache.cpp [vulkan, vk_pipeline_cache] PSO Optimizations (#4294) 1 week ago
vk_pipeline_cache.h [common] Switch to boost::unordered_flat containers (#4326) 6 days ago
vk_present_manager.cpp [vulkan, android] Initial implementation of LSFG-VK (#4263) 3 weeks ago
vk_present_manager.h [vulkan, android] Initial implementation of LSFG-VK (#4263) 3 weeks ago
vk_query_cache.cpp [common] Switch to boost::unordered_flat containers (#4326) 6 days ago
vk_query_cache.h [vulkan] 2nd Vulkan Global Maintenance (#3853) 4 months ago
vk_rasterizer.cpp [vulkan] Adjustments on MSAA and BlitHelpers (#4287) 2 weeks ago
vk_rasterizer.h [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_render_pass_cache.cpp [common] Switch to boost::unordered_flat containers (#4326) 6 days ago
vk_render_pass_cache.h [common] Switch to boost::unordered_flat containers (#4326) 6 days ago
vk_resource_pool.cpp [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_resource_pool.h general: Convert source file copyright comments over to SPDX 4 years ago
vk_scheduler.cpp [vulkan] Adjustments on MSAA and BlitHelpers (#4287) 2 weeks ago
vk_scheduler.h [vulkan] Adjustments on MSAA and BlitHelpers (#4287) 2 weeks 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_staging_buffer_pool.cpp [Vulkan] Apply MK8D Buffer Fix to Linux (#4289) 2 weeks ago
vk_staging_buffer_pool.h [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_state_tracker.cpp [video_core, hle] remove redundant parent references in system structs (#3908) 3 months ago
vk_state_tracker.h [vulkan] 2nd Vulkan Global Maintenance (#3853) 4 months ago
vk_swapchain.cpp [vulkan, android] Initial implementation of LSFG-VK (#4263) 3 weeks ago
vk_swapchain.h [vk] unify VkSurfaceKHR with Android and the rest of platforms; remove technically incorrect nullptr() ctor for handles (#2971) 6 months ago
vk_texture_cache.cpp [vulkan] Removal of QCOM sampler limiters + CustomBorderColor and ColorBorderSwizzle adjustments (#4301) 2 weeks ago
vk_texture_cache.h [common] Switch to boost::unordered_flat containers (#4326) 6 days ago
vk_texture_cache_base.cpp general: Convert source file copyright comments over to SPDX 4 years ago
vk_turbo_mode.cpp [*] basic in-house cpp linting (#4039) 3 months ago
vk_turbo_mode.h [*] basic in-house cpp linting (#4039) 3 months ago
vk_update_descriptor.cpp [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago
vk_update_descriptor.h [vulkan] Initial implementation on Bindless Buffer/Descriptors (#4251) 1 month ago