The check of the GLX version will misinterpret, say, version 2.1 as being insufficient for a requirement of 1.2, as if the minor version is less than 2, the major version is not considered.
Instead, the minor version should only be checked if the major version is 1.
The check of the GLX version will misinterpret, say, version 2.1 as being insufficient for a requirement of 1.2, as if the minor version is less than 2, the major version is not considered.
Instead, the minor version should only be checked if the major version is 1.