| .. |
|
buffer_cache
|
b577d7a55f
Merge pull request #11349 from vonchenplus/buffer_cache_crash
|
2 lat temu |
|
control
|
f1a2e36711
Query Cachge: Fully rework Vulkan's query cache
|
2 lat temu |
|
engines
|
32ad99701d
Implement vertex array first and subsequent draws
|
2 lat temu |
|
host1x
|
762ac5aa9f
host1x/codecs: enable CUDA on Linux
|
2 lat temu |
|
host_shaders
|
c5f1ec8040
Merge pull request #11795 from Squall-Leonhart/D32FToOther
|
2 lat temu |
|
macro
|
57401589c2
Macro HLE: Add DrawIndirectByteCount
|
2 lat temu |
|
query_cache
|
9007d8c8d4
Query Cache: Fix memory leak.
|
2 lat temu |
|
renderer_null
|
282ae8fa51
Query Cache: address issues
|
2 lat temu |
|
renderer_opengl
|
7b2ac196d2
Merge pull request #11751 from Kelebek1/transition_msaa_image
|
2 lat temu |
|
renderer_vulkan
|
4b06bcc82c
Merge pull request #11789 from Kelebek1/spirv_shift_right
|
2 lat temu |
|
texture_cache
|
fa56518f20
Merge pull request #11747 from Kelebek1/image_alias_sample_names
|
2 lat temu |
|
textures
|
a007ac6b9c
configure_graphics_advance: Generate UI at runtime
|
3 lat temu |
|
vulkan_common
|
e0834ee50b
vulkan_common: use highest API version
|
2 lat temu |
|
CMakeLists.txt
|
bdc01254a9
Query Cache: Setup Base rework
|
2 lat temu |
|
cache_types.h
|
3630bfaef3
RasterizerMemory: Add filtering for flushing/invalidation operations.
|
3 lat temu |
|
cdma_pusher.cpp
|
2931101e6f
NVDRV: Refactor Host1x
|
3 lat temu |
|
cdma_pusher.h
|
5da70f7197
Remove memory allocations in some hot paths
|
3 lat temu |
|
compatible_formats.cpp
|
272916eeaf
renderer_vulkan: Fix some missing view formats
|
3 lat temu |
|
compatible_formats.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 lat temu |
|
delayed_destruction_ring.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 lat temu |
|
dirty_flags.cpp
|
4496030ea9
Fix stencil func registers, make clip control equivalent to how it was before, but surely wrong.
|
3 lat temu |
|
dirty_flags.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 lat temu |
|
dma_pusher.cpp
|
115792158d
VideoCore: Implement DispatchIndirect
|
2 lat temu |
|
dma_pusher.h
|
0448eb6f0f
ci: fix new codespell errors
|
2 lat temu |
|
fence_manager.h
|
d9dde7e6f3
renderer_vulkan: add locks to avoid scheduler flushes from CPU
|
2 lat temu |
|
framebuffer_config.h
|
809148e1a5
nvnflinger: fix name
|
3 lat temu |
|
fsr.cpp
|
c4a49eb1dd
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
|
3 lat temu |
|
fsr.h
|
c4a49eb1dd
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
|
3 lat temu |
|
gpu.cpp
|
f1a2e36711
Query Cachge: Fully rework Vulkan's query cache
|
2 lat temu |
|
gpu.h
|
da440da9f5
Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPU
|
3 lat temu |
|
gpu_thread.cpp
|
da440da9f5
Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPU
|
3 lat temu |
|
gpu_thread.h
|
44518b225c
gpu_thread: Use bounded queue
|
3 lat temu |
|
invalidation_accumulator.h
|
b56ad93bbc
BufferBase: Don't ignore GPU pages.
|
3 lat temu |
|
memory_manager.cpp
|
6f7cb69c94
Use spans over guest memory where possible instead of copying data.
|
3 lat temu |
|
memory_manager.h
|
6f7cb69c94
Use spans over guest memory where possible instead of copying data.
|
3 lat temu |
|
precompiled_headers.h
|
5b5612c1cc
CMake: Consolidate common PCH headers
|
3 lat temu |
|
pte_kind.h
|
99507d0188
video_core: Implement memory manager page kind
|
3 lat temu |
|
query_cache.h
|
f1a2e36711
Query Cachge: Fully rework Vulkan's query cache
|
2 lat temu |
|
rasterizer_accelerated.cpp
|
d7c532d889
Fixes and workarounds to make UBSan happier on macOS
|
3 lat temu |
|
rasterizer_accelerated.h
|
d7c532d889
Fixes and workarounds to make UBSan happier on macOS
|
3 lat temu |
|
rasterizer_download_area.h
|
6f90dff293
Address feedback, add CR notice, etc
|
3 lat temu |
|
rasterizer_interface.h
|
282ae8fa51
Query Cache: address issues
|
2 lat temu |
|
renderer_base.cpp
|
71b3b2a2f0
general: Silence -Wshadow{,-uncaptured-local} warnings
|
3 lat temu |
|
renderer_base.h
|
b32940d3ea
vk_present_manager: recreate surface on any surface loss
|
2 lat temu |
|
shader_cache.cpp
|
dfb7fc8293
Fix shader dumps with nvdisasm
|
3 lat temu |
|
shader_cache.h
|
dfb7fc8293
Fix shader dumps with nvdisasm
|
3 lat temu |
|
shader_environment.cpp
|
dfb7fc8293
Fix shader dumps with nvdisasm
|
3 lat temu |
|
shader_environment.h
|
dfb7fc8293
Fix shader dumps with nvdisasm
|
3 lat temu |
|
shader_notify.cpp
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 lat temu |
|
shader_notify.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
4 lat temu |
|
smaa_area_tex.h
|
5b837157bd
video_core: Integrate SMAA
|
3 lat temu |
|
smaa_search_tex.h
|
5b837157bd
video_core: Integrate SMAA
|
3 lat temu |
|
surface.cpp
|
ad1a9f3d3a
Implement X8_D24 format
|
2 lat temu |
|
surface.h
|
ad1a9f3d3a
Implement X8_D24 format
|
2 lat temu |
|
transform_feedback.cpp
|
5da70f7197
Remove memory allocations in some hot paths
|
3 lat temu |
|
transform_feedback.h
|
5da70f7197
Remove memory allocations in some hot paths
|
3 lat temu |
|
video_core.cpp
|
41d99aa89d
memory: rename global memory references to application memory
|
3 lat temu |
|
video_core.h
|
cdb240f3d4
chore: make yuzu REUSE compliant
|
4 lat temu |