dolphin/Source/Core/DolphinWX/GLInterface
Ryan Houdek ec56c3b8d3 Fixes black screen issue on EGL+X11 systems.
We weren't setting the backbuffer dimensions on this platform when the window is created.
This required a resize event to first be fired in order to see anything.

So instead do like GLX + X11 platforms do and query the dimensions and set the backbuffer to them.

Should fix issue 7666.
2014-10-23 08:06:42 -05:00
..
AGL.cpp Kill off the wx casts within InputCommon and GLInterface. 2014-09-14 01:07:08 -04:00
AGL.h GLInterface: Destroy GLWin 2014-08-19 10:06:25 -04:00
EGL.cpp Add back X11 support to EGL 2014-08-19 10:06:26 -04:00
EGL.h Add back X11 support to EGL 2014-08-19 10:06:26 -04:00
EGLAndroid.cpp Add back X11 support to EGL 2014-08-19 10:06:26 -04:00
EGLAndroid.h Add back X11 support to EGL 2014-08-19 10:06:26 -04:00
EGLX11.cpp Fixes black screen issue on EGL+X11 systems. 2014-10-23 08:06:42 -05:00
EGLX11.h Add back X11 support to EGL 2014-08-19 10:06:26 -04:00
GLInterface.cpp Add back X11 support to EGL 2014-08-19 10:06:26 -04:00
GLX.cpp DolphinWX: Clean up brace placements 2014-08-30 18:06:48 -04:00
GLX.h GLInterface: Destroy GLWin 2014-08-19 10:06:25 -04:00
WGL.cpp DolphinWX: Clean up brace placements 2014-08-30 18:06:48 -04:00
WGL.h Core: Remove UpdateFPSDisplay 2014-08-19 10:05:58 -04:00
X11_Util.cpp Revert "Don't sleep in the event thread" 2014-09-05 00:50:40 -05:00
X11_Util.h Get rid of C-style empty function parameter indicators 2014-08-30 15:23:48 -04:00