dolphin/Source/Core/DolphinWX/Src/GLInterface
2013-03-27 21:18:07 -05:00
..
AGL.cpp Clean up CInterfaceAGL, make sure the screen gets cleared on stop, and remove the FPS update that messes up GUI builds since GUIless doesn't build anyways. 2013-03-18 17:15:59 -05:00
AGL.h Clean up CInterfaceAGL, make sure the screen gets cleared on stop, and remove the FPS update that messes up GUI builds since GUIless doesn't build anyways. 2013-03-18 17:15:59 -05:00
EGL.cpp Big commit. Fix running the APK, I had missed a view in the manifest. Clean up the Android EGL context creation to fit more in line with how Dolphin works. This breaks input at the moment as well. Change the memarena from 768MB to 64MB to allow 1GB phones to potentially run it. Rename EGL_X11 back to EGL since this merge brings in some of soreau's changes to more easily allow different platforms like Wayland and Android. Not quite all of the code because some needs to be cleaned up still. 2013-03-24 21:06:34 -05:00
EGL.h Big commit. Fix running the APK, I had missed a view in the manifest. Clean up the Android EGL context creation to fit more in line with how Dolphin works. This breaks input at the moment as well. Change the memarena from 768MB to 64MB to allow 1GB phones to potentially run it. Rename EGL_X11 back to EGL since this merge brings in some of soreau's changes to more easily allow different platforms like Wayland and Android. Not quite all of the code because some needs to be cleaned up still. 2013-03-24 21:06:34 -05:00
GLX.cpp Merge branch 'master' into GLSL-master 2013-02-18 18:49:20 +01:00
GLX.h Move swap control to the host specific GLInterface files. 2013-01-24 10:31:08 -06:00
InterfaceBase.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
Platform.cpp I missed some files required for our GLInterface. 2013-03-27 21:18:07 -05:00
Platform.h I missed some files required for our GLInterface. 2013-03-27 21:18:07 -05:00
Wayland_Util.cpp I missed some files required for our GLInterface. 2013-03-27 21:18:07 -05:00
Wayland_Util.h I missed some files required for our GLInterface. 2013-03-27 21:18:07 -05:00
WGL.cpp Move swap control to the host specific GLInterface files. 2013-01-24 10:31:08 -06:00
WGL.h Move swap control to the host specific GLInterface files. 2013-01-24 10:31:08 -06:00
X11_Util.cpp X11: Disable OSD hotkeys when the corresponding option is disabled. 2013-01-08 18:16:47 +01:00
X11_Util.h Remove duplicated X11 code. 2012-12-26 12:12:26 -06:00