yuzu/src
Emmanuel Gil Peyrot aa4d4ff23c Frontends, VideoCore: Move glad initialisation to the frontend
On SDL2 this allows it to use SDL_GL_GetProcAddress() instead of the
default function loader, and fixes a crash when using apitrace with an
EGL context.

On Qt we will need to migrate from QGLWidget to QOpenGLWidget and
QOpenGLContext before we can use gladLoadGLLoader() instead of
gladLoadGL(), since the former doesn’t expose a function loader.
2016-05-06 03:10:14 +01:00
..
audio_core DSP/HLE: Implement Source processing 2016-05-03 20:58:28 +01:00
citra Frontends, VideoCore: Move glad initialisation to the frontend 2016-05-06 03:10:14 +01:00
citra_qt Frontends, VideoCore: Move glad initialisation to the frontend 2016-05-06 03:10:14 +01:00
common VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
core Merge pull request #1762 from bunnei/global 2016-05-05 21:45:57 -04:00
video_core Frontends, VideoCore: Move glad initialisation to the frontend 2016-05-06 03:10:14 +01:00
CMakeLists.txt Dependencies: Remove GLFW, Add SDL2 2016-03-02 14:09:02 +00:00