summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/GLInterface
AgeCommit message (Expand)Author
2014-11-02Move GLInterface to the OGL VideoBackend's directory.Augustin Cavalier
2014-10-26Merge pull request #1374 from lioncash/clearctxskidau
2014-10-23AGL: Use NSOpenGLContext's clearCurrentContext in ClearCurrentLioncash
2014-10-23Fixes black screen issue on EGL+X11 systems.Ryan Houdek
2014-09-14Kill off the wx casts within InputCommon and GLInterface.Lioncash
2014-09-05Revert "Don't sleep in the event thread"Ryan Houdek
2014-09-04Don't sleep in the event threadJasper St. Pierre
2014-08-30DolphinWX: Clean up brace placementsLioncash
2014-08-30Get rid of C-style empty function parameter indicatorsLioncash
2014-08-27glx: fix shutdown hangdegasus
2014-08-21Fixed black screen on game start for X11 contexts.archshift
2014-08-19Add back X11 support to EGLJasper St. Pierre
2014-08-19X11_Util: Don't specify a background pixelJasper St. Pierre
2014-08-19GLInterface: Destroy GLWinJasper St. Pierre
2014-08-19Core: Remove UpdateFPSDisplayJasper St. Pierre
2014-08-19Core: Don't pass through a reference to the window handleJasper St. Pierre
2014-08-19EGL: Stop the window_handle shuffling as wellJasper St. Pierre
2014-08-19X11_Util: Resize the GLX window by listening to events on the parentJasper St. Pierre
2014-08-19MainNoGUI: Move a majority of the event handling from the GLX backendJasper St. Pierre
2014-08-19MainNoGUI: Supply a window in Host_GetRenderHandleJasper St. Pierre
2014-08-19GLX: Remove evdpy / dpy splitJasper St. Pierre
2014-08-19Remove support for EGL under X11Jasper St. Pierre
2014-08-19Remove support for WaylandJasper St. Pierre
2014-08-10X11_Util: Fix build when using EGLJasper St. Pierre
2014-08-08GLX: Remove all Host_GetRenderWindowSize calls.Lioncash
2014-08-08AGL: Remove the call to Host_GetRenderWindowSize().Lioncash
2014-08-08WGL: Get rid of the use of the Host_GetRenderWindowSize() call.Lioncash
2014-08-02Move GLInterface around to remove VideoBackends dependency on DolphinWXPierre Bourdon
2014-07-11mark all local variables as staticdegasus
2014-06-28Fix OpenGL VSyncAnti-Ultimate
2014-06-15Fix OpenGL video backend when using "render to main" on Windows.Jules Blok
2014-06-15Remove EmuWindow.Armada
2014-04-02Fix compilation error of Wayland_Util.hpf packet
2014-03-27Fix include order in EGL.h.Lioncash
2014-03-17Clang 3.4 exposes some warnings on Android.Ryan Houdek
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-02-24Fetch swapInterval function pointer after binding a contextdegasus
2014-02-20Fix the Android build.Lioncash
2014-02-20Fix more header sorting issues in DolphinWX/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-06Fix a typo in EGL.h for setting mode.Ryan Houdek
2014-01-29[Android] Fix Android not calling eglSwapBuffersRyan Houdek
2014-01-27Fix compilationJules Blok
2014-01-27Fix coding styleJules Blok
2014-01-27Implement SwapInterval for AGL interfaceZakk