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 4415e00181 gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. 8 years ago
..
debug_utils GPU: Make the debug_context variable a member of the frontend instead of a global. 8 years ago
engines memory_manager: Make GpuToCpuAddress return an optional. 8 years ago
renderer_opengl gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. 8 years ago
textures gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. 8 years ago
CMakeLists.txt renderer_opengl: Add gl_shader_manager class. 8 years ago
command_processor.cpp memory_manager: Make GpuToCpuAddress return an optional. 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 gpu: Add several framebuffer formats to RenderTargetFormat. 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 memory_manager: Add implement CpuToGpuAddress. 8 years ago
memory_manager.h gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. 8 years ago
rasterizer_interface.h gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. 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 renderer_opengl: Fix Morton copy byteswap, etc. 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