| .. |
|
present
|
310c1f50be
scope_exit: Make constexpr
|
2 ani în urmă |
|
blit_image.cpp
|
c5f1ec8040
Merge pull request #11795 from Squall-Leonhart/D32FToOther
|
2 ani în urmă |
|
blit_image.h
|
326ebbb2fa
Changes based on hardware tests
|
2 ani în urmă |
|
fixed_pipeline_state.cpp
|
53085a45e0
Fix typos in video_core
|
2 ani în urmă |
|
fixed_pipeline_state.h
|
53085a45e0
Fix typos in video_core
|
2 ani în urmă |
|
maxwell_to_vk.cpp
|
ad1a9f3d3a
Implement X8_D24 format
|
2 ani în urmă |
|
maxwell_to_vk.h
|
752659aef3
Update 3D regs
|
3 ani în urmă |
|
pipeline_helper.h
|
23430e6772
Core: Eliminate core/memory dependancies.
|
2 ani în urmă |
|
pipeline_statistics.cpp
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 ani în urmă |
|
pipeline_statistics.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 ani în urmă |
|
renderer_vulkan.cpp
|
310c1f50be
scope_exit: Make constexpr
|
2 ani în urmă |
|
renderer_vulkan.h
|
0cb413c3d3
nvnflinger/gpu: implement applet capture
|
2 ani în urmă |
|
vk_blit_screen.cpp
|
78aac6b403
gpu: dependency-inject scaling/antialiasing filter state for capture layers
|
2 ani în urmă |
|
vk_blit_screen.h
|
78aac6b403
gpu: dependency-inject scaling/antialiasing filter state for capture layers
|
2 ani în urmă |
|
vk_buffer_cache.cpp
|
4841dc0b74
VideoCore: Move Slot Vector to Common
|
2 ani în urmă |
|
vk_buffer_cache.h
|
0d5a3abeae
Buffer Cache: Refactor to use Range sets instead
|
2 ani în urmă |
|
vk_buffer_cache_base.cpp
|
a16c261131
Buffer Cache: Fully rework the buffer cache.
|
3 ani în urmă |
|
vk_command_pool.cpp
|
600f325d87
general: fix spelling mistakes
|
3 ani în urmă |
|
vk_command_pool.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 ani în urmă |
|
vk_compute_pass.cpp
|
5e4938ab1a
renderer_vulkan: Implement MSAA copies
|
2 ani în urmă |
|
vk_compute_pass.h
|
5e4938ab1a
renderer_vulkan: Implement MSAA copies
|
2 ani în urmă |
|
vk_compute_pipeline.cpp
|
2dc0ff79ec
video_core: Use sampler IDs instead pointers in the pipeline config
|
3 ani în urmă |
|
vk_compute_pipeline.h
|
67fd1df762
renderer_vulkan: separate guest and host compute descriptor queues
|
3 ani în urmă |
|
vk_descriptor_pool.cpp
|
8c2411da29
vk_descriptor_pool: Disallow descriptor set free
|
3 ani în urmă |
|
vk_descriptor_pool.h
|
e4915fb7d2
Rework time service to fix time passing offline.
|
2 ani în urmă |
|
vk_fence_manager.cpp
|
e4dc73f61e
Clang format and ddress feedback
|
3 ani în urmă |
|
vk_fence_manager.h
|
282ae8fa51
Query Cache: address issues
|
2 ani în urmă |
|
vk_graphics_pipeline.cpp
|
23430e6772
Core: Eliminate core/memory dependancies.
|
2 ani în urmă |
|
vk_graphics_pipeline.h
|
67fd1df762
renderer_vulkan: separate guest and host compute descriptor queues
|
3 ani în urmă |
|
vk_master_semaphore.cpp
|
efc50485b8
renderer_vulkan: Introduce separate cmd buffer for uploads
|
2 ani în urmă |
|
vk_master_semaphore.h
|
efc50485b8
renderer_vulkan: Introduce separate cmd buffer for uploads
|
2 ani în urmă |
|
vk_pipeline_cache.cpp
|
11a8ef6640
Clang Fix
|
2 ani în urmă |
|
vk_pipeline_cache.h
|
590d9b7e1d
Core: Clang format and other small issues.
|
2 ani în urmă |
|
vk_present_manager.cpp
|
e9eb017aac
renderer_vulkan: recreate swapchain when frame size changes
|
2 ani în urmă |
|
vk_present_manager.h
|
b560ade663
renderer_vulkan: bound async presentation queue growth
|
2 ani în urmă |
|
vk_query_cache.cpp
|
23430e6772
Core: Eliminate core/memory dependancies.
|
2 ani în urmă |
|
vk_query_cache.h
|
0a2536a0df
SMMU: Initial adaptation to video_core.
|
2 ani în urmă |
|
vk_rasterizer.cpp
|
310c1f50be
scope_exit: Make constexpr
|
2 ani în urmă |
|
vk_rasterizer.h
|
80de01a5b4
video_core: simplify accelerated surface fetch and crop handling between APIs
|
2 ani în urmă |
|
vk_render_pass_cache.cpp
|
98cac9410c
Get out of render pass before query barriers, fix image names with samples > 1, remove image alias bit
|
2 ani în urmă |
|
vk_render_pass_cache.h
|
9737615948
general: fix compile for Apple Clang
|
3 ani în urmă |
|
vk_resource_pool.cpp
|
600f325d87
general: fix spelling mistakes
|
3 ani în urmă |
|
vk_resource_pool.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 ani în urmă |
|
vk_scheduler.cpp
|
50bcfa5fb9
Vulkan: Add a final barrier to the upload command buffer
|
2 ani în urmă |
|
vk_scheduler.h
|
e8671ed04e
Fix one more typo
|
2 ani în urmă |
|
vk_shader_util.cpp
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 ani în urmă |
|
vk_shader_util.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 ani în urmă |
|
vk_staging_buffer_pool.cpp
|
53085a45e0
Fix typos in video_core
|
2 ani în urmă |
|
vk_staging_buffer_pool.h
|
efc50485b8
renderer_vulkan: Introduce separate cmd buffer for uploads
|
2 ani în urmă |
|
vk_state_tracker.cpp
|
21c631b33b
renderer_vulkan: fix viewport swizzle dirty state tracking
|
2 ani în urmă |
|
vk_state_tracker.h
|
b62ffb612d
Vulkan: rework stencil tracking.
|
3 ani în urmă |
|
vk_swapchain.cpp
|
23e074ff14
Simplify VkResult lookup
|
2 ani în urmă |
|
vk_swapchain.h
|
382cf087a0
renderer_vulkan: do not recreate swapchain for srgb
|
2 ani în urmă |
|
vk_texture_cache.cpp
|
53085a45e0
Fix typos in video_core
|
2 ani în urmă |
|
vk_texture_cache.h
|
4841dc0b74
VideoCore: Move Slot Vector to Common
|
2 ani în urmă |
|
vk_texture_cache_base.cpp
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 ani în urmă |
|
vk_turbo_mode.cpp
|
8c2411da29
vk_descriptor_pool: Disallow descriptor set free
|
3 ani în urmă |
|
vk_turbo_mode.h
|
df70fdc95b
android: vk_turbo_mode: Remove unnecessary device recreation.
|
3 ani în urmă |
|
vk_update_descriptor.cpp
|
50791cb974
renderer_vulkan: Fix crashing when updating descriptors
|
3 ani în urmă |
|
vk_update_descriptor.h
|
7fc06260d1
renderer_vulkan: allow up to 7 swapchain images
|
2 ani în urmă |