summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
diff options
context:
space:
mode:
authorJonathan Hamilton <jtrhamilton@gmail.com>2017-09-02 11:25:12 -0700
committerJonathan Hamilton <jtrhamilton@gmail.com>2017-09-02 14:05:16 -0700
commit662abcb2fed6b37ed9cd0285afd68a075ff86534 (patch)
treece770d3ed5353a83ca13df0a115eef320ada9da5 /Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
parent4bf672bb27bf2de7eec2c63d7bf392913ac09462 (diff)
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.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.h')
0 files changed, 0 insertions, 0 deletions