dolphin/Source/Plugins/Plugin_VideoOGL/Src
Soren Jorvang 697480f5cc Remove long-rotted vestiges of SDL video output.
Use SDL for input devices only on Windows and Linux. 
(Still globally enabled for the legacy Wiimote plugin.)


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5886 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-16 19:17:35 +00:00
..
Debugger cleanup + some eolz 2010-07-06 13:14:51 +00:00
GUI D3D9: Fix issue where the shader caches were lost whenever the render window was resized. Add some error logging to LinearDiskCache. + some minor cleanup. 2010-06-19 16:22:24 +00:00
OS apply some speedup to dx11 plugin + some minor stuff 2010-06-16 10:12:57 +00:00
BPFunctions.cpp hopefully fixed zww issue with new efb to ram. 2010-07-12 19:30:25 +00:00
cocoaGL.h Revert parts of r5576 and r5598 for Sonicadvance1's sake. 2010-06-04 04:59:07 +00:00
cocoaGL.m Remove NSAutoreleasePools that are no longer necessary now that pools 2010-07-09 22:31:04 +00:00
DLCache.cpp Improve iterator usage. 2010-05-28 23:14:16 +00:00
DLCache.h Hg: 2010-06-09 01:37:08 +00:00
FramebufferManager.cpp Improve iterator usage. 2010-05-28 23:14:16 +00:00
FramebufferManager.h
Globals.h
GLUtil.cpp This is basicall linux code cleanup. We don not need to pass the X display handle from the video plugin anymore. The wiimote plugins now open their own display handles, and the GUI uses the display handle of the main window frame. Only the window handle from the video plugin is needed. The pWindowHandle variable now passes this instead of the display handle. 2010-07-16 14:14:57 +00:00
GLUtil.h Remove long-rotted vestiges of SDL video output. 2010-07-16 19:17:35 +00:00
GLWindow.h Config.h should never be included directly, but rather through Common.h 2010-06-26 13:11:34 +00:00
main.cpp This is basicall linux code cleanup. We don not need to pass the X display handle from the video plugin anymore. The wiimote plugins now open their own display handles, and the GUI uses the display handle of the main window frame. Only the window handle from the video plugin is needed. The pWindowHandle variable now passes this instead of the display handle. 2010-07-16 14:14:57 +00:00
main.h
NativeVertexFormat.cpp
PixelShaderCache.cpp little fx to solve issue 2897 2010-07-05 19:27:08 +00:00
PixelShaderCache.h HUGE commit :) 2010-06-05 00:01:18 +00:00
PostProcessing.cpp HUGE commit :) 2010-06-05 00:01:18 +00:00
PostProcessing.h
RasterFont.cpp
RasterFont.h
Render.cpp hopefully fixed zww issue with new efb to ram. 2010-07-12 19:30:25 +00:00
SConscript Remove long-rotted vestiges of SDL video output. 2010-07-16 19:17:35 +00:00
stdafx.cpp Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
stdafx.h
TextureConverter.cpp hopefully fixed zww issue with new efb to ram. 2010-07-12 19:30:25 +00:00
TextureConverter.h hopefully fixed zww issue with new efb to ram. 2010-07-12 19:30:25 +00:00
TextureMngr.cpp A little iterator bug and a compiler warning in the OpenGL code. 2010-07-12 20:11:19 +00:00
TextureMngr.h A little iterator bug and a compiler warning in the OpenGL code. 2010-07-12 20:11:19 +00:00
VertexLoaderManager.cpp
VertexManager.cpp 2 commits in one: 2010-07-09 20:56:16 +00:00
VertexManager.h
VertexShaderCache.cpp little fx to solve issue 2897 2010-07-05 19:27:08 +00:00
VertexShaderCache.h HUGE commit :) 2010-06-05 00:01:18 +00:00
XFB.cpp
XFB.h