You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
bunnei 8b08cb925b gl_rasterizer: Use baseInstance instead of moving the buffer points. 7 years ago
..
debug_utils debug_utils: Remove unused includes 7 years ago
engines Merge pull request #1243 from degasus/VAO_cache 7 years ago
renderer_opengl gl_rasterizer: Use baseInstance instead of moving the buffer points. 7 years ago
textures Implement BC6H_UF16 & BC6H_SF16 (#1092) 7 years ago
CMakeLists.txt video_core/CMakeLists: Add missing gl_buffer_cache.h 7 years ago
command_processor.cpp command_processor: Use std::array for bound_engines. 7 years ago
command_processor.h video_core: Use variable template variants of type_traits interfaces where applicable 7 years ago
gpu.cpp gpu: Make memory_manager private 7 years ago
gpu.h command_processor: Use std::array for bound_engines. 7 years ago
macro_interpreter.cpp MacroInterpreter: Avoid left shifting negative values. 8 years ago
macro_interpreter.h MacroInterpreter: Avoid left shifting negative values. 8 years ago
memory_manager.cpp video_core/memory_manager: Replace a loop with std::array's fill() function in PageSlot() 8 years ago
memory_manager.h GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. 8 years ago
rasterizer_cache.h core/core: Replace includes with forward declarations where applicable 7 years ago
rasterizer_interface.h gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. 7 years ago
renderer_base.cpp Merge pull request #840 from FearlessTobi/port-3353 7 years ago
renderer_base.h renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves 7 years ago
utils.h renderer_opengl: Fix Morton copy byteswap, etc. 8 years ago
video_core.cpp renderer_opengl: Namespace OpenGL code 7 years ago
video_core.h core: Namespace EmuWindow 7 years ago