dolphin/Source/Core/VideoBackends
degasus d410fe7c96 OpenGL: cleanup yuv2rgb (real xfb) workflow
We neither scale nor render from subimages, so we by using gl_Position, we don't have to generate _any_ vertices for this converting.

Also remove the glTexSubImage optimization as every driver does it when needed. But there are some workflows (eg on APU) where it's better to realloc this texture instead of a second memcpy or stall.
2013-11-24 15:56:50 +01:00
..
D3D VideoCommon: reorder cbufid in orderer. We've used once two times 2013-11-24 04:43:54 +01:00
OGL OpenGL: cleanup yuv2rgb (real xfb) workflow 2013-11-24 15:56:50 +01:00
Software std::string can't be passed to ... format. 2013-11-17 11:28:11 +13:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00