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
FernandoS27 5f4ee6f0c8 Add memory Layout to Render Targets and Depth Buffers 7 years ago
..
debug_utils debug_utils: Remove unused includes 7 years ago
engines Add memory Layout to Render Targets and Depth Buffers 7 years ago
renderer_opengl Add memory Layout to Render Targets and Depth Buffers 7 years ago
textures Fixed block height settings for RenderTargets and Depth Buffers, and added block width and block depth 7 years ago
CMakeLists.txt gl_rasterizer: Implement quads topology 7 years ago
command_processor.cpp GPU: Basic implementation of the Kepler Inline Memory engine (p2mf). 7 years ago
command_processor.h video_core: Move command buffer loop. 7 years ago
gpu.cpp fermi_2d: Implement simple copies with AccelerateSurfaceCopy. 7 years ago
gpu.h Merge pull request #1329 from raven02/bgr5a1u 7 years ago
macro_interpreter.cpp MacroInterpreter: Avoid left shifting negative values. 7 years ago
macro_interpreter.h Port #4182 from Citra: "Prefix all size_t with std::" 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_cache.h core/core: Replace includes with forward declarations where applicable 7 years ago
rasterizer_interface.h gl_rasterizer: Add rasterizer cache code to handle accerated fermi copies. 7 years ago
renderer_base.cpp Port Citra #4047 & #4052: add change background color support 7 years ago
renderer_base.h Port Citra #4047 & #4052: add change background color support 7 years ago
utils.h Added glObjectLabels for renderdoc for textures and shader programs (#1384) 7 years ago
video_core.cpp renderer_opengl: Namespace OpenGL code 7 years ago
video_core.h core: Namespace EmuWindow 7 years ago