.. |
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
|
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 X8_D24 format
|
2023-10-06 00:58:30 +01: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
|
renderer_vulkan: add locks to avoid scheduler flushes from CPU
|
2023-10-17 10:00:25 -04:00 |
renderer_vulkan.h
|
vk_present_manager: recreate surface on any surface loss
|
2023-10-02 19:07:18 -04:00 |
vk_blit_screen.cpp
|
Implement X8_D24 format
|
2023-10-06 00:58:30 +01:00 |
vk_blit_screen.h
|
renderer_vulkan: Use VMA for buffers
|
2023-06-18 12:45:18 +03:00 |
vk_buffer_cache.cpp
|
Query Cachge: Fully rework Vulkan's query cache
|
2023-09-23 23:05:29 +02:00 |
vk_buffer_cache.h
|
renderer_vulkan: Use VMA for buffers
|
2023-06-18 12:45:18 +03:00 |
vk_buffer_cache_base.cpp
|
Buffer Cache: Fully rework the buffer cache.
|
2023-04-29 00:46:31 +02: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: 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
|
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
|
vk_descriptor_pool: Disallow descriptor set free
|
2023-07-27 18:08:56 +03: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
|
Query Cache: address issues
|
2023-09-23 23:05:30 +02:00 |
vk_fsr.cpp
|
vk_descriptor_pool: Disallow descriptor set free
|
2023-07-27 18:08:56 +03:00 |
vk_fsr.h
|
renderer_vulkan: Use VMA for images
|
2023-06-18 12:45:18 +03:00 |
vk_graphics_pipeline.cpp
|
vulkan: centralize config
|
2023-08-02 00:05: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
|
general: remove atomic signal and wait
|
2023-06-22 09:25:23 -04:00 |
vk_master_semaphore.h
|
general: remove atomic signal and wait
|
2023-06-22 09:25:23 -04:00 |
vk_pipeline_cache.cpp
|
Manually robust on Pascal and earlier
|
2023-10-23 09:08:57 -04:00 |
vk_pipeline_cache.h
|
video_core: preallocate fewer IR blocks
|
2023-06-14 21:37:57 -04:00 |
vk_present_manager.cpp
|
vk_present_manager: recreate surface on any surface loss
|
2023-10-02 19:07:18 -04:00 |
vk_present_manager.h
|
vk_present_manager: recreate surface on any surface loss
|
2023-10-02 19:07:18 -04:00 |
vk_query_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_query_cache.h
|
Query Cache: address issues
|
2023-09-23 23:05:30 +02:00 |
vk_rasterizer.cpp
|
Merge pull request #11806 from liamwhite/needs-more-locking
|
2023-10-20 10:26:03 -04:00 |
vk_rasterizer.h
|
renderer_vulkan: add locks to avoid scheduler flushes from CPU
|
2023-10-17 10:00:25 -04: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
|
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
|
Query Cachge: Fully rework Vulkan's query cache
|
2023-09-23 23:05:29 +02:00 |
vk_scheduler.h
|
Query Cache: address issues
|
2023-09-23 23:05:30 +02: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
|
renderer_vulkan: Use VMA for buffers
|
2023-06-18 12:45:18 +03:00 |
vk_smaa.h
|
renderer_vulkan: Use VMA for images
|
2023-06-18 12:45:18 +03:00 |
vk_staging_buffer_pool.cpp
|
Allow GPUs without rebar to open multiple RenderDoc captures
|
2023-10-06 07:52:06 +01:00 |
vk_staging_buffer_pool.h
|
Allow GPUs without rebar to open multiple RenderDoc captures
|
2023-10-06 07:52:06 +01: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
|
settings,general: Rename non-confirming enums
|
2023-07-21 10:56:54 -04: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.cpp
|
Merge pull request #11810 from liamwhite/clang-17
|
2023-10-18 19:30:29 -04:00 |
vk_texture_cache.h
|
Transition MSAA images to general layout without uploading data
|
2023-10-11 23:27:23 +01:00 |
vk_texture_cache_base.cpp
|
general: Convert source file copyright comments over to SPDX
|
2022-04-23 05:55:32 -04:00 |
vk_turbo_mode.cpp
|
vk_descriptor_pool: Disallow descriptor set free
|
2023-07-27 18:08:56 +03: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 |