dolphin/Source/Core/VideoBackends
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
..
D3D Merge pull request #5868 from stenzek/d3d-require-new-compiler 2017-08-14 09:55:31 -07:00
Null Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
OGL Parse IMGTEC's GL_VERSION string format 2017-09-02 14:05:16 -07:00
Software Clipper: Copy both color sequences in CopyVertex as opposed to one 2017-08-22 22:45:28 -04:00
Vulkan Fix vulkan crash on drivers without atomic load/store support 2017-08-23 14:49:22 -07:00
CMakeLists.txt