dolphin/Source/Core
Jonathan Hamilton 662abcb2fe Parse IMGTEC's GL_VERSION string format
ImgTec's driver uses a major.minor@changeID versioning system

This is packed into a double so "1.9@4850625" becomes "109.4850625"

The next release brnach is expected to be 1.10, hence the need for 2
digits for the branch minor.

The changeID should be unique for each build, but is shared over all
branches, so only makes sense to compare withing a branch.

It's likely branch 'major' versions will be used for major hardware
revisions, and the drivers for both maintained in parallel. Thus it
may not make sense to compare versions between different major
verisons - if/when this happens we can hook up a DriverDetails::Family
as needed.
2017-09-02 14:05:16 -07:00
..
AudioCommon Remove NonCopyable 2017-08-22 16:40:34 +02:00
Common Fix regression in File::CopyDir 2017-08-25 19:14:14 +02:00
Core WiimoteReal: Fix device handles not being closed 2017-08-23 23:05:29 +02:00
DiscIO DiscIO: Fix TMD extraction 2017-08-25 17:31:50 +02:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Qt: Fix building on <= 5.7.x 2017-09-02 03:20:20 +02:00
DolphinWX Fix DolphinWX build issue 2017-08-22 13:35:20 +02:00
InputCommon Implement GamePAd and MultiAxisController detection 2017-08-24 00:31:59 -04:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends Parse IMGTEC's GL_VERSION string format 2017-09-02 14:05:16 -07:00
VideoCommon AsyncShaderCompiler: use std::make_unique in CreateWorkItem() 2017-09-02 14:08:00 -04:00
CMakeLists.txt