dolphin/Source/Core/VideoBackends
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
..
D3D VideoBackends: Support D24S8 abstract texture format 2018-07-19 21:47:42 +10:00
Null Mark all video backend names for translation 2018-06-30 06:30:19 -04:00
OGL OGL: Disable scissor test when calling glBlitFramebuffer() 2018-10-09 22:00:40 +10:00
Software VideoCommon: remove unnecessary floor() 2018-10-09 00:31:43 +01:00
Vulkan Vulkan: Drop usage of VK_NV_glsl extension 2018-08-29 13:12:19 +10:00
CMakeLists.txt CMake: remove references to D3D12 2017-05-26 01:16:04 -07:00