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.
 
 
 
 
 
 
Subv 11b4ab9685 GPU: Use the MacroInterpreter class to execute the GPU macros instead of HLEing them. 8 years ago
..
debug_utils GPU: Make the debug_context variable a member of the frontend instead of a global. 8 years ago
engines GPU: Use the MacroInterpreter class to execute the GPU macros instead of HLEing them. 8 years ago
renderer_opengl renderer_opengl: Use better naming for DrawScreens and DrawSingleScreen. 8 years ago
textures GPU: Added the TSC structure. It contains information about the sampler. 8 years ago
CMakeLists.txt GPU: Implemented a gpu macro interpreter. 8 years ago
command_processor.cpp GPU: Store uploaded GPU macros and keep track of the number of method parameters. 8 years ago
command_processor.h GPU: Process command mode 5 (IncreaseOnce) differently from other commands. 8 years ago
gpu.cpp Frontend: Ported the GPU breakpoints and surface viewer widgets from citra. 8 years ago
gpu.h graphics_surface: Fix merge conflicts. 8 years ago
macro_interpreter.cpp GPU: Implemented a gpu macro interpreter. 8 years ago
macro_interpreter.h GPU: Implemented a gpu macro interpreter. 8 years ago
memory_manager.cpp Make a GPU class in VideoCore to contain the GPU state. 8 years ago
memory_manager.h Make a GPU class in VideoCore to contain the GPU state. 8 years ago
rasterizer_interface.h rasterizer: Rename DrawTriangles to DrawArrays. 8 years ago
renderer_base.cpp renderer: Create rasterizer and cleanup. 8 years ago
renderer_base.h video_core: Move FramebufferInfo to FramebufferConfig in GPU. 8 years ago
utils.h video_core: Move MortonCopyPixels128 to utils header. 8 years ago
video_core.cpp renderer_opengl: Logging, etc. cleanup. 8 years ago
video_core.h renderer: Create rasterizer and cleanup. 8 years ago