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 40dc893c37
Merge pull request #2374 from lioncash/pagetable
core: Reorganize boot order
6 years ago
..
debug_utils general: Use deducation guides for std::lock_guard and std::unique_lock 6 years ago
engines Merge pull request #2348 from FernandoS27/guest-bindless 6 years ago
renderer_opengl Merge pull request #2318 from ReinUsesLisp/sampler-cache 6 years ago
renderer_vulkan Merge pull request #2318 from ReinUsesLisp/sampler-cache 6 years ago
shader Merge pull request #2348 from FernandoS27/guest-bindless 6 years ago
textures video_core/textures/convert: Replace include with a forward declaration 6 years ago
CMakeLists.txt Merge pull request #2318 from ReinUsesLisp/sampler-cache 6 years ago
dma_pusher.cpp video_core/texures/texture: Remove unnecessary includes 6 years ago
dma_pusher.h gpu: Rewrite virtual memory manager using PageTable. 6 years ago
gpu.cpp memory_manager: Improved implementation of read/write/copy block. 6 years ago
gpu.h video_core/gpu: Create threads separately from initialization 6 years ago
gpu_asynch.cpp video_core/gpu: Create threads separately from initialization 6 years ago
gpu_asynch.h video_core/gpu: Create threads separately from initialization 6 years ago
gpu_synch.cpp video_core/gpu: Create threads separately from initialization 6 years ago
gpu_synch.h video_core/gpu: Create threads separately from initialization 6 years ago
gpu_thread.cpp video_core/gpu: Create threads separately from initialization 6 years ago
gpu_thread.h video_core/gpu: Create threads separately from initialization 6 years ago
macro_interpreter.cpp video_core/macro_interpreter: Remove assertion within FetchParameter() 6 years ago
macro_interpreter.h macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. 6 years ago
memory_manager.cpp memory_manager: Improved implementation of read/write/copy block. 6 years ago
memory_manager.h memory_manager: Improved implementation of read/write/copy block. 6 years ago
morton.cpp video_core: Refactor to use MemoryManager interface for all memory access. 6 years ago
morton.h video_core: Refactor to use MemoryManager interface for all memory access. 6 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 6 years ago
rasterizer_interface.h gpu: Rewrite virtual memory manager using PageTable. 6 years ago
renderer_base.cpp video_core/engines: Remove unnecessary includes 6 years ago
renderer_base.h yuzu, video_core: Screenshot functionality 6 years ago
sampler_cache.cpp video_core: Abstract vk_sampler_cache into a templated class 6 years ago
sampler_cache.h video_core: Abstract vk_sampler_cache into a templated class 6 years ago
surface.cpp Implement Texture Format ZF32_X24S8. 6 years ago
surface.h video_core: Remove unused Fill surface type 6 years ago
texture_cache.cpp video_core: Implement API agnostic view based texture cache 6 years ago
texture_cache.h video_core: Implement API agnostic view based texture cache 6 years ago
video_core.cpp video_core/gpu: Create threads separately from initialization 6 years ago
video_core.h video_core/gpu: Create threads separately from initialization 6 years ago