dolphin-emulator/Source/Core/DolphinWX/GLInterface
Jasper St. Pierre 0dd7f6f5ea MainNoGUI: Supply a window in Host_GetRenderHandle
Our existing code was relying on the GLX backend to create the GLX
window properly, and for the rest of the code to patch that up, sort
of. If we rely on Host_GetRenderHandle() returning a valid window, we
can do a lot better about this.

Create a simple window inside MainNoGUI to make this happen.
2014-08-19 10:05:57 -04:00
..
AGL.cpp AGL: Remove the call to Host_GetRenderWindowSize(). 2014-08-08 19:21:43 -04:00
AGL.h Move GLInterface around to remove VideoBackends dependency on DolphinWX 2014-08-02 09:34:39 -07:00
EGL.cpp Remove support for EGL under X11 2014-08-19 10:05:57 -04:00
EGL.h Remove support for EGL under X11 2014-08-19 10:05:57 -04:00
GLInterface.cpp Move GLInterface around to remove VideoBackends dependency on DolphinWX 2014-08-02 09:34:39 -07:00
GLInterface.h GLX: Remove evdpy / dpy split 2014-08-19 10:05:57 -04:00
GLX.cpp MainNoGUI: Supply a window in Host_GetRenderHandle 2014-08-19 10:05:57 -04:00
GLX.h Move GLInterface around to remove VideoBackends dependency on DolphinWX 2014-08-02 09:34:39 -07:00
WGL.cpp WGL: Get rid of the use of the Host_GetRenderWindowSize() call. 2014-08-08 19:21:42 -04:00
WGL.h WGL: Get rid of the use of the Host_GetRenderWindowSize() call. 2014-08-08 19:21:42 -04:00
X11_Util.cpp MainNoGUI: Supply a window in Host_GetRenderHandle 2014-08-19 10:05:57 -04:00
X11_Util.h Remove support for EGL under X11 2014-08-19 10:05:57 -04:00