dolphin/Source/Core/VideoBackends/Software
Ryan Houdek 839df31347 Merge of GL-AutoChoose.
This branch is the final step of fully supporting both OpenGL and OpenGL ES in the same binary.
This of course only applies to EGL and won't work for GLX/AGL/WGL since they don't really support GL ES.
The changes here actually aren't too terrible, basically change every #ifdef USE_GLES to a runtime check.

This adds a DetectMode() function to the EGL context backend.
EGL will iterate through each of the configs and check for GL, GLES3_KHR, and GLES2 bits
After that it'll change the mode from _DETECT to whichever one is the best supported.
After that point we'll just create a context with the mode that was detected
2014-01-18 04:11:59 +00:00
..
BPMemLoader.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
BPMemLoader.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Clipper.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Clipper.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
CMakeLists.txt Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00
CPMemLoader.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
CPMemLoader.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
DebugUtil.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
DebugUtil.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
EfbCopy.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
EfbCopy.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
EfbInterface.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
EfbInterface.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
HwRasterizer.cpp Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00
HwRasterizer.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
NativeVertexFormat.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
OpcodeDecoder.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
OpcodeDecoder.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
RasterFont.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
RasterFont.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Rasterizer.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Rasterizer.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SetupUnit.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SetupUnit.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Software.vcxproj [GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely from the codebase. This has been tested on Android and Linux+ATI. Of course untested on Windows and Apple. Also untested with Linux + EGL but should be fine there. There are most likely a couple of extensions I'm missing which would result in null pointer runs but not bad for the initial commit. 2014-01-17 15:50:51 +01:00
stdafx.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
stdafx.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SWCommandProcessor.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SWCommandProcessor.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SWmain.cpp Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00
SWPixelEngine.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SWPixelEngine.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SWRenderer.cpp Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00
SWRenderer.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SWStatistics.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SWStatistics.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SWVertexLoader.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SWVertexLoader.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SWVideoConfig.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SWVideoConfig.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Tev.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Tev.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
TextureEncoder.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
TextureEncoder.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
TextureSampler.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
TextureSampler.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
TransformUnit.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
TransformUnit.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Vec3.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
VideoBackend.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
VideoConfigDialog.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
VideoConfigDialog.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
XFMemLoader.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
XFMemLoader.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00