bunnei d654b3d82e Merge pull request #2769 from FernandoS27/commands-flush 7 years ago
..
debug_utils 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
engines cedc1aab4a Merge pull request #2753 from FernandoS27/float-convert 7 years ago
renderer_opengl d654b3d82e Merge pull request #2769 from FernandoS27/commands-flush 7 years ago
renderer_vulkan 11f4e739bd Shader_Ir: Implement F16 Variants of F2F, F2I, I2F. 7 years ago
shader dfdd20142e Merge pull request #2777 from ReinUsesLisp/hsetp2-fe3h-fix 7 years ago
texture_cache b0ff3179ef Merge pull request #2739 from lioncash/cflow 7 years ago
textures d1812316e1 texture_cache: Style and Corrections 7 years ago
CMakeLists.txt 3477b92289 Merge pull request #2675 from ReinUsesLisp/opengl-buffer-cache 7 years ago
buffer_cache.h 79a23ca5f0 buffer_cache: Avoid [[nodiscard]] to make clang-format happy 7 years ago
dma_pusher.cpp e52c895559 GPU: Flush commands on every dma pusher step. 7 years ago
dma_pusher.h 22d3dfbcd4 gpu: Rewrite virtual memory manager using PageTable. 7 years ago
gpu.cpp e52c895559 GPU: Flush commands on every dma pusher step. 7 years ago
gpu.h e52c895559 GPU: Flush commands on every dma pusher step. 7 years ago
gpu_asynch.cpp 7d1b974bca GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware 7 years ago
gpu_asynch.h d20ede40b1 NVServices: Styling, define constructors as explicit and corrections 7 years ago
gpu_synch.cpp 0706d633bf nv_host_ctrl: Make Sync GPU variant always return synced result. 7 years ago
gpu_synch.h d20ede40b1 NVServices: Styling, define constructors as explicit and corrections 7 years ago
gpu_thread.cpp b391e5f638 NVFlinger: Correct GCC compile error 7 years ago
gpu_thread.h f2e026a1d8 gpu_asynch: Simplify synchronization to a simpler consumer->producer scheme. 7 years ago
macro_interpreter.cpp 913b7a6872 GPU: Add a microprofile for macro interpreter 7 years ago
macro_interpreter.h 033b46253e macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. 7 years ago
memory_manager.cpp a1845d1dd3 prefer system reference over global accessor 7 years ago
memory_manager.h a1845d1dd3 prefer system reference over global accessor 7 years ago
morton.cpp 574e89d924 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
morton.h 574e89d924 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
rasterizer_cache.cpp 9de523fd90 rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject 7 years ago
rasterizer_cache.h 4705d1b523 rasterizer_cache: Protect inherited caches from submission level 7 years ago
rasterizer_interface.h e52c895559 GPU: Flush commands on every dma pusher step. 7 years ago
renderer_base.cpp f9ee0dc7ee video_core/engines: Remove unnecessary includes 7 years ago
renderer_base.h a2be49305d yuzu, video_core: Screenshot functionality 7 years ago
sampler_cache.cpp c5047540c9 video_core: Abstract vk_sampler_cache into a templated class 7 years ago
sampler_cache.h c5047540c9 video_core: Abstract vk_sampler_cache into a templated class 7 years ago
surface.cpp 082740d34d surface: Correct format S8Z24 7 years ago
surface.h f6f1a8f26a texture_cache: Style changes 7 years ago
video_core.cpp 6d0551196d video_core/gpu: Create threads separately from initialization 7 years ago
video_core.h 6d0551196d video_core/gpu: Create threads separately from initialization 7 years ago