| .. |
|
buffer_cache
|
65e646eeba
Revert "video_core: use interval map for page count tracking"
|
пре 2 година |
|
control
|
f1a2e36711
Query Cachge: Fully rework Vulkan's query cache
|
пре 2 година |
|
engines
|
db8a601cf8
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
|
пре 2 година |
|
host1x
|
4cd3f9f4f9
codec: Update to use av frame flags
|
пре 2 година |
|
host_shaders
|
c5f1ec8040
Merge pull request #11795 from Squall-Leonhart/D32FToOther
|
пре 2 година |
|
macro
|
bbc0ed118d
gl_rasterizer: Implement DrawTransformFeedback macro
|
пре 2 година |
|
query_cache
|
453fd47030
query_cache: demote report synced unreachable to assert
|
пре 2 година |
|
renderer_null
|
75de0cadcf
renderer_null: fix
|
пре 2 година |
|
renderer_opengl
|
ad049f13aa
Merge pull request #12415 from ameerj/ogl-draw-auto
|
пре 2 година |
|
renderer_vulkan
|
91290b9be4
Merge pull request #12412 from ameerj/gl-query-prims
|
пре 2 година |
|
texture_cache
|
20e0407235
video_core: Fix buffer_row_length computation for linear compressed textures
|
пре 2 година |
|
textures
|
a007ac6b9c
configure_graphics_advance: Generate UI at runtime
|
пре 3 година |
|
vulkan_common
|
69b7100dac
Merge pull request #12449 from liamwhite/debug-utils
|
пре 2 година |
|
CMakeLists.txt
|
f21340f7aa
Merge pull request #11535 from GPUCode/upload_cmdbuf
|
пре 2 година |
|
cache_types.h
|
3630bfaef3
RasterizerMemory: Add filtering for flushing/invalidation operations.
|
пре 3 година |
|
cdma_pusher.cpp
|
2931101e6f
NVDRV: Refactor Host1x
|
пре 3 година |
|
cdma_pusher.h
|
5da70f7197
Remove memory allocations in some hot paths
|
пре 3 година |
|
compatible_formats.cpp
|
272916eeaf
renderer_vulkan: Fix some missing view formats
|
пре 3 година |
|
compatible_formats.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
delayed_destruction_ring.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
dirty_flags.cpp
|
4496030ea9
Fix stencil func registers, make clip control equivalent to how it was before, but surely wrong.
|
пре 3 година |
|
dirty_flags.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
dma_pusher.cpp
|
115792158d
VideoCore: Implement DispatchIndirect
|
пре 2 година |
|
dma_pusher.h
|
0448eb6f0f
ci: fix new codespell errors
|
пре 2 година |
|
fence_manager.h
|
7fc06260d1
renderer_vulkan: allow up to 7 swapchain images
|
пре 2 година |
|
framebuffer_config.h
|
809148e1a5
nvnflinger: fix name
|
пре 3 година |
|
fsr.cpp
|
c4a49eb1dd
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
|
пре 3 година |
|
fsr.h
|
c4a49eb1dd
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
|
пре 3 година |
|
gpu.cpp
|
f1a2e36711
Query Cachge: Fully rework Vulkan's query cache
|
пре 2 година |
|
gpu.h
|
da440da9f5
Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPU
|
пре 3 година |
|
gpu_thread.cpp
|
da440da9f5
Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPU
|
пре 3 година |
|
gpu_thread.h
|
44518b225c
gpu_thread: Use bounded queue
|
пре 3 година |
|
invalidation_accumulator.h
|
b56ad93bbc
BufferBase: Don't ignore GPU pages.
|
пре 3 година |
|
memory_manager.cpp
|
6f7cb69c94
Use spans over guest memory where possible instead of copying data.
|
пре 3 година |
|
memory_manager.h
|
6f7cb69c94
Use spans over guest memory where possible instead of copying data.
|
пре 3 година |
|
precompiled_headers.h
|
5b5612c1cc
CMake: Consolidate common PCH headers
|
пре 3 година |
|
pte_kind.h
|
99507d0188
video_core: Implement memory manager page kind
|
пре 3 година |
|
query_cache.h
|
db8a601cf8
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
|
пре 2 година |
|
rasterizer_accelerated.cpp
|
65e646eeba
Revert "video_core: use interval map for page count tracking"
|
пре 2 година |
|
rasterizer_accelerated.h
|
65e646eeba
Revert "video_core: use interval map for page count tracking"
|
пре 2 година |
|
rasterizer_download_area.h
|
6f90dff293
Address feedback, add CR notice, etc
|
пре 3 година |
|
rasterizer_interface.h
|
bbc0ed118d
gl_rasterizer: Implement DrawTransformFeedback macro
|
пре 2 година |
|
renderer_base.cpp
|
71b3b2a2f0
general: Silence -Wshadow{,-uncaptured-local} warnings
|
пре 3 година |
|
renderer_base.h
|
b32940d3ea
vk_present_manager: recreate surface on any surface loss
|
пре 2 година |
|
shader_cache.cpp
|
65e646eeba
Revert "video_core: use interval map for page count tracking"
|
пре 2 година |
|
shader_cache.h
|
dfb7fc8293
Fix shader dumps with nvdisasm
|
пре 3 година |
|
shader_environment.cpp
|
9e9aed41be
shader_recompiler: use float image operations on load/store when required
|
пре 2 година |
|
shader_environment.h
|
9e9aed41be
shader_recompiler: use float image operations on load/store when required
|
пре 2 година |
|
shader_notify.cpp
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
shader_notify.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
smaa_area_tex.h
|
5b837157bd
video_core: Integrate SMAA
|
пре 3 година |
|
smaa_search_tex.h
|
5b837157bd
video_core: Integrate SMAA
|
пре 3 година |
|
surface.cpp
|
ad1a9f3d3a
Implement X8_D24 format
|
пре 2 година |
|
surface.h
|
ad1a9f3d3a
Implement X8_D24 format
|
пре 2 година |
|
transform_feedback.cpp
|
5da70f7197
Remove memory allocations in some hot paths
|
пре 3 година |
|
transform_feedback.h
|
5da70f7197
Remove memory allocations in some hot paths
|
пре 3 година |
|
video_core.cpp
|
41d99aa89d
memory: rename global memory references to application memory
|
пре 3 година |
|
video_core.h
|
cdb240f3d4
chore: make yuzu REUSE compliant
|
пре 4 година |