| .. |
|
blit_image.cpp
|
c67d64365a
shader: Remove old shader management
|
5 лет назад |
|
blit_image.h
|
3671fd0a97
texture_cache: Handle out of bound texture blits
|
5 лет назад |
|
fixed_pipeline_state.cpp
|
260743f371
shader: Add partial rasterizer integration
|
5 лет назад |
|
fixed_pipeline_state.h
|
260743f371
shader: Add partial rasterizer integration
|
5 лет назад |
|
maxwell_to_vk.cpp
|
260743f371
shader: Add partial rasterizer integration
|
5 лет назад |
|
maxwell_to_vk.h
|
260743f371
shader: Add partial rasterizer integration
|
5 лет назад |
|
pipeline_helper.h
|
e9a91bc5cc
shader: Interact texture buffers with buffer cache
|
5 лет назад |
|
renderer_vulkan.cpp
|
7a8de138df
yuzu qt: Make most UISettings a BasicSetting
|
5 лет назад |
|
renderer_vulkan.h
|
fb16cbb17e
video_core: Add GPU vendor name to window title bar
|
5 лет назад |
|
vk_blit_screen.cpp
|
8284658bac
configure_graphics: Use u8 for bg_color values
|
5 лет назад |
|
vk_blit_screen.h
|
75ccd9959c
gpu: Report renderer errors with exceptions
|
5 лет назад |
|
vk_buffer_cache.cpp
|
e9a91bc5cc
shader: Interact texture buffers with buffer cache
|
5 лет назад |
|
vk_buffer_cache.h
|
e9a91bc5cc
shader: Interact texture buffers with buffer cache
|
5 лет назад |
|
vk_command_pool.cpp
|
aae399c1a8
vk_command_pool: Reduce the command pool size from 4096 to 4
|
5 лет назад |
|
vk_command_pool.h
|
974d731926
renderer_vulkan: Rename VKDevice to Device
|
5 лет назад |
|
vk_compute_pass.cpp
|
5b3c6d59c2
vk_compute_pass: Fix compute passes
|
5 лет назад |
|
vk_compute_pass.h
|
20eb368e14
renderer_vulkan: Accelerate ASTC decoding
|
5 лет назад |
|
vk_compute_pipeline.cpp
|
e9a91bc5cc
shader: Interact texture buffers with buffer cache
|
5 лет назад |
|
vk_compute_pipeline.h
|
5bfcafa0a2
shader: Address feedback + clang format
|
5 лет назад |
|
vk_descriptor_pool.cpp
|
85cce78583
shader: Primitive Vulkan integration
|
5 лет назад |
|
vk_descriptor_pool.h
|
85cce78583
shader: Primitive Vulkan integration
|
5 лет назад |
|
vk_fence_manager.cpp
|
82c2601555
video_core: Reimplement the buffer cache
|
5 лет назад |
|
vk_fence_manager.h
|
82c2601555
video_core: Reimplement the buffer cache
|
5 лет назад |
|
vk_graphics_pipeline.cpp
|
0bb85f6a75
shader_recompiler,video_core: Cleanup some GCC and Clang errors
|
5 лет назад |
|
vk_graphics_pipeline.h
|
5ed68e83db
shader: Remove atomic flags and use mutex + cond variable for pipelines
|
5 лет назад |
|
vk_master_semaphore.cpp
|
cf116a28a6
vk_master_semaphore: Use jthread for debug thread
|
5 лет назад |
|
vk_master_semaphore.h
|
cf116a28a6
vk_master_semaphore: Use jthread for debug thread
|
5 лет назад |
|
vk_pipeline_cache.cpp
|
0bb85f6a75
shader_recompiler,video_core: Cleanup some GCC and Clang errors
|
5 лет назад |
|
vk_pipeline_cache.h
|
d0a529683a
vulkan: Serialize pipelines on a separate thread
|
5 лет назад |
|
vk_query_cache.cpp
|
3753553b6a
renderer_vulkan: Move device abstraction to vulkan_common
|
5 лет назад |
|
vk_query_cache.h
|
974d731926
renderer_vulkan: Rename VKDevice to Device
|
5 лет назад |
|
vk_rasterizer.cpp
|
5b3c6d59c2
vk_compute_pass: Fix compute passes
|
5 лет назад |
|
vk_rasterizer.h
|
f8115a6a9e
vk_pipeline_cache: Add pipeline cache
|
5 лет назад |
|
vk_render_pass_cache.cpp
|
0bb85f6a75
shader_recompiler,video_core: Cleanup some GCC and Clang errors
|
5 лет назад |
|
vk_render_pass_cache.h
|
c63cf4fa2e
vk_pipeline_cache: Add pipeline cache
|
5 лет назад |
|
vk_resource_pool.cpp
|
85cce78583
shader: Primitive Vulkan integration
|
5 лет назад |
|
vk_resource_pool.h
|
85cce78583
shader: Primitive Vulkan integration
|
5 лет назад |
|
vk_scheduler.cpp
|
2fc698b040
vulkan: Build pipelines in parallel at runtime
|
5 лет назад |
|
vk_scheduler.h
|
2fc698b040
vulkan: Build pipelines in parallel at runtime
|
5 лет назад |
|
vk_shader_util.cpp
|
3753553b6a
renderer_vulkan: Move device abstraction to vulkan_common
|
5 лет назад |
|
vk_shader_util.h
|
974d731926
renderer_vulkan: Rename VKDevice to Device
|
5 лет назад |
|
vk_staging_buffer_pool.cpp
|
4569f39c7c
common: Replace common_sizes into user-literals
|
5 лет назад |
|
vk_staging_buffer_pool.h
|
025fe458ae
vk_staging_buffer_pool: Fix softlock when stream buffer overflows
|
5 лет назад |
|
vk_state_tracker.cpp
|
70353649d7
fixed_pipeline_cache: Use dirty flags to lazily update key
|
5 лет назад |
|
vk_state_tracker.h
|
70353649d7
fixed_pipeline_cache: Use dirty flags to lazily update key
|
5 лет назад |
|
vk_stream_buffer.cpp
|
4569f39c7c
common: Replace common_sizes into user-literals
|
5 лет назад |
|
vk_stream_buffer.h
|
974d731926
renderer_vulkan: Rename VKDevice to Device
|
5 лет назад |
|
vk_swapchain.cpp
|
bcf58c8210
renderer_vulkan: Check return value of AcquireNextImage
|
5 лет назад |
|
vk_swapchain.h
|
bcf58c8210
renderer_vulkan: Check return value of AcquireNextImage
|
5 лет назад |
|
vk_texture_cache.cpp
|
0bb85f6a75
shader_recompiler,video_core: Cleanup some GCC and Clang errors
|
5 лет назад |
|
vk_texture_cache.h
|
e9a91bc5cc
shader: Interact texture buffers with buffer cache
|
5 лет назад |
|
vk_update_descriptor.cpp
|
8771639d1e
vulkan: Create pipeline layouts in separate threads
|
5 лет назад |
|
vk_update_descriptor.h
|
8771639d1e
vulkan: Create pipeline layouts in separate threads
|
5 лет назад |