dolphin/Source/Core/VideoBackends
Ryan Houdek fd8757a64b Fix OpenGL 2.1 devices that support everything we need.
The only two devices that do this are Mesa software rasterizer and Intel Ironlake(With a few hacks).
Basically since it doesn't support OpenGL 3.0, it can't grab the version the new way.
So failing that, it sets to GL 2.1, and continues.

Further along, on Ironlake at least, it tries grabbing the extensions the new GL 3.0 way and fails.
So have a fallback that grabs the extensions string the old way, in probably the most elegant way possible.
2014-01-23 16:02:53 -06:00
..
D3D D3D: move streaming buffer fallback into D3D backend 2014-01-23 15:27:18 +01:00
OGL Fix OpenGL 2.1 devices that support everything we need. 2014-01-23 16:02:53 -06:00
Software Finally Merge branch 'videosoftware-xfb' 2014-01-21 00:10:00 +13:00
CMakeLists.txt Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00