1
0
Fork 0
gnome-session/data/hardware-compatibility
Daniel Baumann f9d3f51ece
Adding upstream version 48.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:58:09 +02:00

32 lines
751 B
Text

##
## This file contains a list of blacklist/whitelist regular expressions for
## renderer strings.
##
## The regular expressions are case-insensitive POSIX Extended Regular
## Expressions. See regex(7) for details.
##
## Syntax:
## - Comment lines start with '#'
## - Lines starting with '+' are whitelisting.
## - Lines starting with '-' are blacklisting.
## - Lines not starting with '#', '+', '-' are ignored.
##
# Intel 830-865
-Intel\(R\) 8[[:digit:]]{2,2}[^[:digit:]]
# Intel IGD
-Intel IGD
# Pre-R300 radeon
-Mesa DRI R[12]00[^[:digit:]]
-Mesa DRI R[12]00$
# Old Mesa software GL renderer
-software rasterizer
# Gallium has softpipe; we explicitly enable llvmpipe
-softpipe
# nouveau vieux NV25 doesn't work too well
-Mesa DRI nv25