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
bunnei ae437320c8
Merge pull request #2130 from lioncash/system_engine
video_core: Remove usages of System::GetInstance() within the engines
6 years ago
..
debug_utils debug_utils: Remove unused includes 7 years ago
engines video_core: Remove usages of System::GetInstance() within the engines 6 years ago
renderer_opengl Merge pull request #2127 from FearlessTobi/fix-screenshot-srgb 6 years ago
renderer_vulkan vk_resource_manager: Implement a command buffer pool with VKFencedPool 6 years ago
shader gl_shader_decompiler: Re-implement TLDS lod 6 years ago
textures Merge pull request #2042 from ReinUsesLisp/nouveau-tex 6 years ago
CMakeLists.txt vk_resource_manager: Add VKResource interface 6 years ago
dma_pusher.cpp video_core: Assert on invalid GPU to CPU address queries 6 years ago
dma_pusher.h video_core/dma_pusher: Silence C4828 warnings 6 years ago
gpu.cpp video_core: Remove usages of System::GetInstance() within the engines 6 years ago
gpu.h video_core: Remove usages of System::GetInstance() within the engines 6 years ago
macro_interpreter.cpp Fixed uninitialized memory due to missing returns in canary 6 years ago
macro_interpreter.h macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. 7 years ago
memory_manager.cpp memory_manager: Check for reserved page status 6 years ago
memory_manager.h memory_manager: Do not allow 0 to be a valid GPUVAddr. 7 years ago
morton.cpp gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist. 6 years ago
morton.h Implemented Tile Width Spacing 6 years ago
rasterizer_cache.cpp rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject 7 years ago
rasterizer_cache.h Improved GPU Caches lookup Speed 7 years ago
rasterizer_interface.h gl_rasterizer: Implement a more accurate fermi 2D copy. 6 years ago
renderer_base.cpp yuzu, video_core: Screenshot functionality 6 years ago
renderer_base.h yuzu, video_core: Screenshot functionality 6 years ago
surface.cpp Implement BGRA8 framebuffer format 6 years ago
surface.h video_core: Remove unused Fill surface type 6 years ago
video_core.cpp gl_shader_disk_cache: Pass core system as argument and guard against games without title ids 6 years ago
video_core.h gl_shader_disk_cache: Pass core system as argument and guard against games without title ids 6 years ago