dolphin/Source/Core
Jonathan Hamilton a38103afbf Fix GLES GPU texture conversion shader
GLES doesn't support C-style array initialisers, so stuff like:

Type var[2] = {
VALUE_A,
VALUE_B
};

isn't supported in GLES (it was added in
GL_ARB_shading_language_420pack).

The texture conversion shader used this, so would fail to compile on
GLES.
2017-12-12 22:01:10 +00:00
..
AudioCommon
Common Fix arm64 MOVI2R for addresses between 2gb and 4gb offset from PC 2017-12-09 13:21:58 -08:00
Core Merge pull request #6027 from JonnyH/WIP/chained-signal-handler-android-debuggerd 2017-12-10 00:18:13 +01:00
DiscIO WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
DolphinNoGUI
DolphinQt2 Merge pull request #6217 from ligfx/qtfifofix 2017-12-04 12:05:33 +01:00
DolphinWX DolphinWX: Resolve missing declaration warnings 2017-12-07 18:58:20 -05:00
InputCommon
UICommon Config: Handle unknown system strings better 2017-11-26 18:24:01 +01:00
VideoBackends OGL: Fix incorrect usage of glGetTextureSubImage 2017-12-10 15:31:14 +10:00
VideoCommon Fix GLES GPU texture conversion shader 2017-12-12 22:01:10 +00:00
CMakeLists.txt