dolphin/Source/Core
Stenzek 4b96db8fc9 OGL: Don't leave staging texture buffer bound after mapping
This could cause glReadPixels() calls which assume no buffer is bound
(e.g. CPU EFB access) to fail. The problem was limited to devices which
don't support persistent mapping, as the map path is not otherwise.
2018-02-09 01:15:27 +10:00
..
AudioCommon
Common
Core Merge pull request #6354 from leoetlino/hle 2018-02-07 23:36:31 -08:00
DiscIO
DolphinNoGUI Merge pull request #6334 from stenzek/startup 2018-02-07 23:35:54 -08:00
DolphinQt2 Qt/BreakpointWidget: Fix MBP delete 2018-02-06 11:06:14 +01:00
DolphinWX
InputCommon Merge pull request #6355 from myfreeweb/clang6-warning 2018-02-07 22:25:57 -08:00
UICommon
VideoBackends OGL: Don't leave staging texture buffer bound after mapping 2018-02-09 01:15:27 +10:00
VideoCommon Merge pull request #6334 from stenzek/startup 2018-02-07 23:35:54 -08:00
CMakeLists.txt