| .. |
|
buffer_cache
|
e0c17a2113
Merge pull request #10529 from liamwhite/critical-spacing
|
hace 2 años |
|
control
|
53085a45e0
Fix typos in video_core
|
hace 2 años |
|
engines
|
310c1f50be
scope_exit: Make constexpr
|
hace 2 años |
|
host1x
|
310c1f50be
scope_exit: Make constexpr
|
hace 2 años |
|
host_shaders
|
2ff45cd0da
Merge pull request #12756 from liamwhite/applet-multiprocess-hwc
|
hace 2 años |
|
macro
|
310c1f50be
scope_exit: Make constexpr
|
hace 2 años |
|
query_cache
|
d45561ace0
Merge pull request #12499 from Kelebek1/time
|
hace 2 años |
|
renderer_null
|
0cb413c3d3
nvnflinger/gpu: implement applet capture
|
hace 2 años |
|
renderer_opengl
|
310c1f50be
scope_exit: Make constexpr
|
hace 2 años |
|
renderer_vulkan
|
4f95ee5209
Merge pull request #13075 from liamwhite/mali-having-a-bad-time
|
hace 2 años |
|
texture_cache
|
e0c17a2113
Merge pull request #10529 from liamwhite/critical-spacing
|
hace 2 años |
|
textures
|
a007ac6b9c
configure_graphics_advance: Generate UI at runtime
|
hace 3 años |
|
vulkan_common
|
984396a21a
Merge pull request #13001 from liamwhite/scaled-availability
|
hace 2 años |
|
CMakeLists.txt
|
78aac6b403
gpu: dependency-inject scaling/antialiasing filter state for capture layers
|
hace 2 años |
|
cache_types.h
|
3630bfaef3
RasterizerMemory: Add filtering for flushing/invalidation operations.
|
hace 3 años |
|
capture.h
|
0cb413c3d3
nvnflinger/gpu: implement applet capture
|
hace 2 años |
|
cdma_pusher.cpp
|
2931101e6f
NVDRV: Refactor Host1x
|
hace 3 años |
|
cdma_pusher.h
|
5da70f7197
Remove memory allocations in some hot paths
|
hace 3 años |
|
compatible_formats.cpp
|
272916eeaf
renderer_vulkan: Fix some missing view formats
|
hace 3 años |
|
compatible_formats.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
hace 4 años |
|
delayed_destruction_ring.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
hace 4 años |
|
dirty_flags.cpp
|
4496030ea9
Fix stencil func registers, make clip control equivalent to how it was before, but surely wrong.
|
hace 3 años |
|
dirty_flags.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
hace 4 años |
|
dma_pusher.cpp
|
590d9b7e1d
Core: Clang format and other small issues.
|
hace 2 años |
|
dma_pusher.h
|
0448eb6f0f
ci: fix new codespell errors
|
hace 2 años |
|
fence_manager.h
|
310c1f50be
scope_exit: Make constexpr
|
hace 2 años |
|
framebuffer_config.cpp
|
80de01a5b4
video_core: simplify accelerated surface fetch and crop handling between APIs
|
hace 2 años |
|
framebuffer_config.h
|
962c82540c
nvnflinger/gpu: implement blending
|
hace 2 años |
|
fsr.cpp
|
c4a49eb1dd
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
|
hace 3 años |
|
fsr.h
|
c4a49eb1dd
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
|
hace 3 años |
|
gpu.cpp
|
0cb413c3d3
nvnflinger/gpu: implement applet capture
|
hace 2 años |
|
gpu.h
|
0cb413c3d3
nvnflinger/gpu: implement applet capture
|
hace 2 años |
|
gpu_thread.cpp
|
310c1f50be
scope_exit: Make constexpr
|
hace 2 años |
|
gpu_thread.h
|
a595e9e8a7
nvnflinger/gpu: implement layer stack composition
|
hace 2 años |
|
guest_memory.h
|
590d9b7e1d
Core: Clang format and other small issues.
|
hace 2 años |
|
invalidation_accumulator.h
|
b56ad93bbc
BufferBase: Don't ignore GPU pages.
|
hace 3 años |
|
memory_manager.cpp
|
f740d8b9be
MemoryManager: Reduce the page table size based on last big page address.
|
hace 2 años |
|
memory_manager.h
|
f740d8b9be
MemoryManager: Reduce the page table size based on last big page address.
|
hace 2 años |
|
precompiled_headers.h
|
5b5612c1cc
CMake: Consolidate common PCH headers
|
hace 3 años |
|
present.h
|
78aac6b403
gpu: dependency-inject scaling/antialiasing filter state for capture layers
|
hace 2 años |
|
pte_kind.h
|
99507d0188
video_core: Implement memory manager page kind
|
hace 3 años |
|
query_cache.h
|
4841dc0b74
VideoCore: Move Slot Vector to Common
|
hace 2 años |
|
rasterizer_download_area.h
|
e4915fb7d2
Rework time service to fix time passing offline.
|
hace 2 años |
|
rasterizer_interface.h
|
80de01a5b4
video_core: simplify accelerated surface fetch and crop handling between APIs
|
hace 2 años |
|
renderer_base.cpp
|
71b3b2a2f0
general: Silence -Wshadow{,-uncaptured-local} warnings
|
hace 3 años |
|
renderer_base.h
|
0cb413c3d3
nvnflinger/gpu: implement applet capture
|
hace 2 años |
|
shader_cache.cpp
|
590d9b7e1d
Core: Clang format and other small issues.
|
hace 2 años |
|
shader_cache.h
|
590d9b7e1d
Core: Clang format and other small issues.
|
hace 2 años |
|
shader_environment.cpp
|
53085a45e0
Fix typos in video_core
|
hace 2 años |
|
shader_environment.h
|
9e9aed41be
shader_recompiler: use float image operations on load/store when required
|
hace 2 años |
|
shader_notify.cpp
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
hace 4 años |
|
shader_notify.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
hace 4 años |
|
smaa_area_tex.h
|
5b837157bd
video_core: Integrate SMAA
|
hace 3 años |
|
smaa_search_tex.h
|
5b837157bd
video_core: Integrate SMAA
|
hace 3 años |
|
surface.cpp
|
de8a623932
texture_cache: avoid overestimation of ASTC texture sizes
|
hace 2 años |
|
surface.h
|
de8a623932
texture_cache: avoid overestimation of ASTC texture sizes
|
hace 2 años |
|
transform_feedback.cpp
|
5da70f7197
Remove memory allocations in some hot paths
|
hace 3 años |
|
transform_feedback.h
|
5da70f7197
Remove memory allocations in some hot paths
|
hace 3 años |
|
video_core.cpp
|
0a2536a0df
SMMU: Initial adaptation to video_core.
|
hace 2 años |
|
video_core.h
|
cdb240f3d4
chore: make yuzu REUSE compliant
|
hace 4 años |