mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2025-11-19 19:55:47 +00:00
* Implemented the puller semaphore operations. * Nit: Fix 2 style issues * Nit: Add Break to default case. * Fix style. * Update for comments. Added ReferenceCount method * Forgot to remove GpuSmaphoreAddress union. * Fix the clang-format issues. * More clang formatting. * two more white spaces for the Clang formatting. * Move puller members into the regs union * Updated to use Memory::WriteBlock instead of Memory::Write* * Fix clang style issues * White space clang error * Removing unused funcitons and other pr comment * Removing unused funcitons and other pr comment * More union magic for setting regs value. * union magic refcnt as well * Remove local var * Set up the regs and regs_assert_positions up properly * Fix clang error |
||
|---|---|---|
| .. | ||
| debug_utils | ||
| engines | ||
| renderer_opengl | ||
| shader | ||
| textures | ||
| CMakeLists.txt | ||
| dma_pusher.cpp | ||
| dma_pusher.h | ||
| gpu.cpp | ||
| gpu.h | ||
| macro_interpreter.cpp | ||
| macro_interpreter.h | ||
| memory_manager.cpp | ||
| memory_manager.h | ||
| morton.cpp | ||
| morton.h | ||
| rasterizer_cache.cpp | ||
| rasterizer_cache.h | ||
| rasterizer_interface.h | ||
| renderer_base.cpp | ||
| renderer_base.h | ||
| surface.cpp | ||
| surface.h | ||
| video_core.cpp | ||
| video_core.h | ||