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 c0af42d6eb
Merge pull request #912 from lioncash/global-var
video_core: Eliminate the g_renderer global variable
7 years ago
..
debug_utils Fix crash at exit 7 years ago
engines video_core: Eliminate the g_renderer global variable 7 years ago
renderer_opengl Merge pull request #912 from lioncash/global-var 7 years ago
textures Implement RGB32F PixelFormat (#886) (used by Go Vacation) 7 years ago
CMakeLists.txt gl_rasterizer: Implement texture format ASTC_2D_4X4. 7 years ago
command_processor.cpp Update clang format 7 years ago
command_processor.h GPU: Process command mode 5 (IncreaseOnce) differently from other commands. 7 years ago
gpu.cpp video_core: Eliminate the g_renderer global variable 7 years ago
gpu.h video_core: Eliminate the g_renderer global variable 7 years ago
macro_interpreter.cpp MacroInterpreter: Avoid left shifting negative values. 7 years ago
macro_interpreter.h MacroInterpreter: Avoid left shifting negative values. 7 years ago
memory_manager.cpp video_core/memory_manager: Replace a loop with std::array's fill() function in PageSlot() 7 years ago
memory_manager.h GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. 7 years ago
rasterizer_interface.h GPU: Bind and clear the render target when the CLEAR_BUFFERS register is written to. 7 years ago
renderer_base.cpp video_core: Eliminate the g_renderer global variable 7 years ago
renderer_base.h renderer_base: Make Rasterizer() return the rasterizer by reference 7 years ago
utils.h renderer_opengl: Fix Morton copy byteswap, etc. 7 years ago
video_core.cpp video_core: Eliminate the g_renderer global variable 7 years ago
video_core.h video_core: Eliminate the g_renderer global variable 7 years ago