You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
bunnei e3402d976d
Merge pull request #2346 from lioncash/header
7 years ago
..
debug_utils general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
engines video_core/engines: Make memory manager members private 7 years ago
renderer_opengl Merge pull request #2327 from ReinUsesLisp/crash-safe-visit 7 years ago
renderer_vulkan video_core/engines: Remove unnecessary inclusions where applicable 7 years ago
shader shader/decode: Remove extras from MetaTexture 7 years ago
textures video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
CMakeLists.txt Merge pull request #2093 from FreddyFunk/disk-cache-better-compression 7 years ago
dma_pusher.cpp video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
dma_pusher.h gpu: Rewrite virtual memory manager using PageTable. 7 years ago
gpu.cpp video_core/gpu: Amend typo in GPU member variable name 7 years ago
gpu.h video_core/gpu: Amend typo in GPU member variable name 7 years ago
gpu_asynch.cpp gpu_thread: Improve synchronization by using CoreTiming. 7 years ago
gpu_asynch.h gpu: Use host address for caching instead of guest address. 7 years ago
gpu_synch.cpp gpu: Use host address for caching instead of guest address. 7 years ago
gpu_synch.h gpu: Use host address for caching instead of guest address. 7 years ago
gpu_thread.cpp video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor 7 years ago
gpu_thread.h gpu_thread: Improve synchronization by using CoreTiming. 7 years ago
macro_interpreter.cpp video_core/macro_interpreter: Remove assertion within FetchParameter() 7 years ago
macro_interpreter.h macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. 7 years ago
memory_manager.cpp video_core/memory_manager: Make Read() a const qualified member function 7 years ago
memory_manager.h video_core/memory_manager: Make Read() a const qualified member function 7 years ago
morton.cpp video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
morton.h video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
rasterizer_cache.cpp rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject 7 years ago
rasterizer_cache.h general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
rasterizer_interface.h gpu: Rewrite virtual memory manager using PageTable. 7 years ago
renderer_base.cpp video_core/engines: Remove unnecessary includes 7 years ago
renderer_base.h yuzu, video_core: Screenshot functionality 7 years ago
surface.cpp video_core/surface: Remove obsolete TODO in PixelFormatFromRenderTargetFormat() 7 years ago
surface.h video_core: Remove unused Fill surface type 7 years ago
video_core.cpp gl_shader_disk_cache: Pass core system as argument and guard against games without title ids 7 years ago
video_core.h gl_shader_disk_cache: Pass core system as argument and guard against games without title ids 7 years ago