1
0
Fork 0
forked from suyu/suyu
suyu/src/citra_qt
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
..
config Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
debugger Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation 2016-05-04 10:21:51 +02:00
util Add helper function for creating a readable byte size string. 2015-10-01 19:39:14 -07:00
bootmanager.cpp Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) 2016-04-28 20:17:31 -04:00
bootmanager.h citra-qt: Fix mouse events coordinates on high-DPI screens 2015-10-04 23:11:05 +02:00
citra-qt.rc Assets: Move citra.ico from src/assets to dist. 2015-05-25 19:00:43 +02:00
CMakeLists.txt add missing header 2016-05-04 13:02:49 +03:00
config.cpp Audio: Add sink selection to configuration files 2016-04-30 07:41:02 +01:00
config.h CitraQt: Cleanup includes. 2015-06-28 00:36:54 +01:00
configure.ui Configure Dialog: Remove minimumSize property 2016-04-15 11:34:08 +01:00
configure_debug.cpp CitraQt: Apply config at startup 2016-04-11 15:18:00 +02:00
configure_debug.h Add more stuff to configure. 2016-03-22 21:53:43 +01:00
configure_debug.ui Add more stuff to configure. 2016-03-22 21:53:43 +01:00
configure_dialog.cpp Add more stuff to configure. 2016-03-22 21:53:43 +01:00
configure_dialog.h Add more stuff to configure. 2016-03-22 21:53:43 +01:00
configure_general.cpp Config: Add scaled resolution option 2016-04-21 17:27:48 -04:00
configure_general.h Add more stuff to configure. 2016-03-22 21:53:43 +01:00
configure_general.ui Config: Add scaled resolution option 2016-04-21 17:27:48 -04:00
game_list.cpp make the name column larger as default 2016-05-04 13:02:49 +03:00
game_list.h add icon & title to game list 2016-05-04 13:02:49 +03:00
game_list_p.h add icon & title to game list 2016-05-04 13:02:49 +03:00
hotkeys.cpp Add more stuff to configure. 2016-03-22 21:53:43 +01:00
hotkeys.h Add more stuff to configure. 2016-03-22 21:53:43 +01:00
hotkeys.ui Add Configure widget 2016-03-21 20:03:18 +01:00
Info.plist citra-qt: Enable high-DPI widgets on Mac app 2015-10-04 23:11:05 +02:00
main.cpp Frontends, VideoCore: Move glad initialisation to the frontend 2016-05-06 03:10:14 +01:00
main.h Add more stuff to configure. 2016-03-22 21:53:43 +01:00
main.ui Add Configure widget 2016-03-21 20:03:18 +01:00
ui_settings.cpp Add Configure widget 2016-03-21 20:03:18 +01:00
ui_settings.h Add more stuff to configure. 2016-03-22 21:53:43 +01:00
version.h citra-qt: Added license headers to files. 2015-01-04 09:36:57 -08:00