Skip to content
Snippets Groups Projects
Commit 084dcb06 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Make software GL renderer test more lenient (and less incorrect) - the

presence of 'mesa' or 'gallium' does not imply software rendering. And
llvmpipe is fast, so should be treated as hardware.
parent ea2cd901
No related branches found
No related tags found
No related merge requests found
......@@ -364,9 +364,6 @@ class Platform(notifier.Notifier):
# necessary.
self.__glIsSoftware = any((
'software' in value,
'mesa' in value,
'gallium' in value,
'llvmpipe' in value,
'chromium' in value,
))
......
......@@ -12,5 +12,5 @@ version number and information.
__version__
"""
__version__ = '0.11.0b'
__version__ = '0.11.0c'
"""Current version number, as a string. """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment