dolphin/Source/Core/VideoBackends/Software
Jasper St. Pierre 7ca8d8dfc7 Core: Don't pass through a reference to the window handle
Now that MainNoGUI is properly architected and GLX doesn't need to
sometimes craft its own windows sometimes which we have to thread back
into MainNoGUI, we don't need to thread the window handle that GLX
creates at all.

This removes the reference to pass back here, and the g_pWindowHandle
always be the same as the window returned by Host_GetRenderHandle().

A future cleanup could remove g_pWindowHandle entirely.
2014-08-19 10:05:58 -04:00
..
BPMemLoader.cpp Removes ZeroFrog's "optimized" memcpy and memcmp functions. 2014-05-17 18:03:31 -05:00
BPMemLoader.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Clipper.cpp Software: Fix some if-statement body placements 2014-08-10 22:28:17 -04:00
Clipper.h Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
CMakeLists.txt Software backend: Delete forked PixelEngine. 2014-03-29 12:07:20 -07:00
CPMemLoader.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
CPMemLoader.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DebugUtil.cpp Software: Fix function casing in SWRenderer 2014-08-10 22:28:18 -04:00
DebugUtil.h Fixed Frame dumping in VideoSoftware. 2014-07-17 11:43:59 +12:00
EfbCopy.cpp Software: Fix function casing in SWRenderer 2014-08-10 22:28:18 -04:00
EfbCopy.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
EfbInterface.cpp Software: Apply static to some functions 2014-08-10 22:28:15 -04:00
EfbInterface.h Software: Fix various brace styling errors 2014-08-10 21:18:38 -04:00
HwRasterizer.cpp Move GLInterface around to remove VideoBackends dependency on DolphinWX 2014-08-02 09:34:39 -07:00
HwRasterizer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
NativeVertexFormat.h Software: Fix various brace styling errors 2014-08-10 21:18:38 -04:00
OpcodeDecoder.cpp Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
OpcodeDecoder.h Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
RasterFont.cpp Software: Make constants char_width and char_height private in RasterFont 2014-08-10 20:48:28 -04:00
RasterFont.h Software: Make constants char_width and char_height private in RasterFont 2014-08-10 20:48:28 -04:00
Rasterizer.cpp Software: Fix some if-statement body placements 2014-08-10 22:28:17 -04:00
Rasterizer.h Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
SetupUnit.cpp Software: Fix over-indentation of SetupQuad() 2014-08-10 22:28:16 -04:00
SetupUnit.h Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
Software.vcxproj Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
SWCommandProcessor.cpp Software: Apply static to some functions 2014-08-10 22:28:15 -04:00
SWCommandProcessor.h remove unused globals 2014-07-11 16:10:20 +02:00
SWmain.cpp Core: Don't pass through a reference to the window handle 2014-08-19 10:05:58 -04:00
SWRenderer.cpp Software: Fix function casing in SWRenderer 2014-08-10 22:28:18 -04:00
SWRenderer.h Software: Fix function casing in SWRenderer 2014-08-10 22:28:18 -04:00
SWStatistics.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWStatistics.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWVertexLoader.cpp Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
SWVertexLoader.h Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
SWVideoConfig.cpp Use only section-based ini reading. 2014-06-16 01:31:23 -04:00
SWVideoConfig.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Tev.cpp Software: Apply static to some functions 2014-08-10 22:28:15 -04:00
Tev.h Software: Fix various brace styling errors 2014-08-10 21:18:38 -04:00
TextureEncoder.cpp Software: Apply static to some functions 2014-08-10 22:28:15 -04:00
TextureEncoder.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
TextureSampler.cpp Software: Apply static to some functions 2014-08-10 22:28:15 -04:00
TextureSampler.h Software: Fix various brace styling errors 2014-08-10 21:18:38 -04:00
TransformUnit.cpp Software: Apply static to some functions 2014-08-10 22:28:15 -04:00
TransformUnit.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
Vec3.h Software: Fix the formatting and function casing in Vec3.h 2014-08-10 22:28:04 -04:00
VideoBackend.h Core: Don't pass through a reference to the window handle 2014-08-19 10:05:58 -04:00
VideoConfigDialog.cpp More range-based loops and overrides 2014-03-17 02:55:55 +01:00
VideoConfigDialog.h Fix more header sorting issues in VideoBackends/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
XFMemLoader.cpp VideoCommon: use the Light struct in XF memory 2014-06-19 16:33:29 +02:00
XFMemLoader.h Video backends: unify xfregs/xfmem structures. 2014-05-16 18:55:30 -07:00