dolphin/Source/Core
Stenzek 2e905455b1 OGL: Disable scissor test when calling glBlitFramebuffer()
glBlitFramebuffer() does not bypass the scissor test, which meant that
part of texture copies (e.g. XFB) could have been clipped when running
under OpenGL ES, as glCopyImageSubData() is not supported.
2018-10-09 22:00:40 +10:00
..
AudioCommon
Common GekkoDisassembler: fix mtfsf yet again 2018-10-08 02:43:34 +01:00
Core FifoPlayer: reduce XF_REGS_SIZE to what we know 2018-10-08 06:54:32 +01:00
DiscIO Fix reading title IDs of Wii discs 2018-09-30 17:46:20 +02:00
DolphinNoGUI
DolphinQt Qt/debugger: reorder the PC toolbar icons to their correct buttons 2018-10-08 21:10:18 -04:00
InputCommon evdev: simplify code 2018-10-08 19:51:29 +01:00
UICommon Fix reading title IDs of Wii discs 2018-09-30 17:46:20 +02:00
Updater
VideoBackends OGL: Disable scissor test when calling glBlitFramebuffer() 2018-10-09 22:00:40 +10:00
VideoCommon Merge pull request #7470 from Tilka/fifoplayer 2018-10-09 08:56:48 +01:00
CMakeLists.txt