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 AudioCommon: make SetSoundStreamRunning idempotent 2017-11-19 12:09:54 -08:00
Common CustomTexture: Drop old texture format. 2018-01-20 17:08:47 +01:00
Core Merge pull request #6354 from leoetlino/hle 2018-02-07 23:36:31 -08:00
DiscIO WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
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 DolphinWX: Move fullscreen switch to after startup is complete 2018-01-27 14:17:14 +10:00
InputCommon Merge pull request #6355 from myfreeweb/clang6-warning 2018-02-07 22:25:57 -08:00
UICommon UICommon: Move screensaver code to UICommon 2018-01-03 12:38:33 +01:00
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 Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00