diff options
author | Sven Gothel <[email protected]> | 2013-05-31 06:34:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-05-31 06:34:13 +0200 |
commit | 81afec4e963ac4372dc2b604d6f91237b81ee6f2 (patch) | |
tree | 5dd821981648fe32c5f94d33b5b48aa94b01de86 /src/newt | |
parent | f650e6b37407aaa3ef6c16e7daf6423103b94ddf (diff) |
GLVersionNumber: Fix vendor version parser; Adapt to GlueGen commit 959d6d83ec26152343d538287c02eeebf0dcf238
Adapt to GlueGen commit 959d6d83ec26152343d538287c02eeebf0dcf238:
- Use only RegExp and cache default (no wrapped whitespace tokenizer)
- String match: Store end-of-match and flag defined components.
- Remove manual parsing, utilize VersionNumber
- No need to look further for 'updated' GL version, (probably the vendor version),
since we utilize the ARB version number as set at creation.
Fix vendor version parser:
- Cut off GL version part of versionString (fixes case where GL version was interpreted as vendor version)
- Loop through remaining string until a valid version number w/ major.minor has been found
Diffstat (limited to 'src/newt')
0 files changed, 0 insertions, 0 deletions