You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/video_core
liamwhite f1b1530249
Merge pull request #13171 from liamwhite/fake-address
texture_cache: do not track invalid addresses
2 years ago
..
buffer_cache general: workarounds for SMMU syncing issues (#12749) 2 years ago
control video_core: make gpu context aware of rendering program 2 years ago
engines vk_rasterizer: flip scissor y on lower left origin mode (#13122) 2 years ago
host1x scope_exit: Make constexpr 2 years ago
host_shaders Merge pull request #12756 from liamwhite/applet-multiprocess-hwc 2 years ago
macro scope_exit: Make constexpr 2 years ago
query_cache Merge pull request #12499 from Kelebek1/time 2 years ago
renderer_null nvnflinger/gpu: implement applet capture 2 years ago
renderer_opengl vk_rasterizer: flip scissor y on lower left origin mode (#13122) 2 years ago
renderer_vulkan general: workarounds for SMMU syncing issues (#12749) 2 years ago
texture_cache Merge pull request #13171 from liamwhite/fake-address 2 years ago
textures Revert "HACK: Avoid swizzling and reuploading ASTC image every frame" 2 years ago
vulkan_common Merge pull request #13001 from liamwhite/scaled-availability 2 years ago
CMakeLists.txt gpu: dependency-inject scaling/antialiasing filter state for capture layers 2 years ago
cache_types.h
capture.h nvnflinger/gpu: implement applet capture 2 years ago
cdma_pusher.cpp
cdma_pusher.h Remove memory allocations in some hot paths 2 years ago
compatible_formats.cpp renderer_vulkan: Fix some missing view formats 2 years ago
compatible_formats.h
delayed_destruction_ring.h
dirty_flags.cpp
dirty_flags.h
dma_pusher.cpp Core: Clang format and other small issues. 2 years ago
dma_pusher.h ci: fix new codespell errors 2 years ago
fence_manager.h scope_exit: Make constexpr 2 years ago
framebuffer_config.cpp video_core: simplify accelerated surface fetch and crop handling between APIs 2 years ago
framebuffer_config.h nvnflinger/gpu: implement blending 2 years ago
fsr.cpp
fsr.h
gpu.cpp video_core: make gpu context aware of rendering program 2 years ago
gpu.h video_core: make gpu context aware of rendering program 2 years ago
gpu_thread.cpp scope_exit: Make constexpr 2 years ago
gpu_thread.h nvnflinger/gpu: implement layer stack composition 2 years ago
guest_memory.h Core: Clang format and other small issues. 2 years ago
invalidation_accumulator.h
memory_manager.cpp MemoryManager: Reduce the page table size based on last big page address. 2 years ago
memory_manager.h MemoryManager: Reduce the page table size based on last big page address. 2 years ago
precompiled_headers.h
present.h gpu: dependency-inject scaling/antialiasing filter state for capture layers 2 years ago
pte_kind.h
query_cache.h VideoCore: Move Slot Vector to Common 2 years ago
rasterizer_download_area.h Rework time service to fix time passing offline. 2 years ago
rasterizer_interface.h video_core: simplify accelerated surface fetch and crop handling between APIs 2 years ago
renderer_base.cpp general: Silence -Wshadow{,-uncaptured-local} warnings 2 years ago
renderer_base.h nvnflinger/gpu: implement applet capture 2 years ago
shader_cache.cpp Core: Clang format and other small issues. 2 years ago
shader_cache.h Core: Clang format and other small issues. 2 years ago
shader_environment.cpp Fix typos in video_core 2 years ago
shader_environment.h shader_recompiler: use float image operations on load/store when required 2 years ago
shader_notify.cpp
shader_notify.h
smaa_area_tex.h
smaa_search_tex.h
surface.cpp texture_cache: avoid overestimation of ASTC texture sizes 2 years ago
surface.h texture_cache: avoid overestimation of ASTC texture sizes 2 years ago
transform_feedback.cpp Remove memory allocations in some hot paths 2 years ago
transform_feedback.h Remove memory allocations in some hot paths 2 years ago
video_core.cpp SMMU: Initial adaptation to video_core. 2 years ago
video_core.h