b31790
From 69c18aa6324e7d3fd6f93ea7a79ce99bed1a452d Mon Sep 17 00:00:00 2001
b31790
From: Adam Jackson <ajax@redhat.com>
b31790
Date: Fri, 8 May 2015 16:46:47 -0400
b31790
Subject: [PATCH] Allow running on the classic software renderer
b31790
b31790
No effect on arches where we build llvmpipe,
b31790
but on ppc/s390 classic swrast is marginally
b31790
less painful than softpipe.
b31790
---
b31790
 data/hardware-compatibility | 2 +-
b31790
 1 file changed, 1 insertion(+), 1 deletion(-)
b31790
b31790
diff --git a/data/hardware-compatibility b/data/hardware-compatibility
b31790
index 3daef68..fd06230 100644
b31790
--- a/data/hardware-compatibility
b31790
+++ b/data/hardware-compatibility
b31790
@@ -1,35 +1,35 @@
b31790
 ##
b31790
 ## This file contains a list of blacklist/whitelist regular expressions for
b31790
 ## renderer strings.
b31790
 ##
b31790
 ## The regular expressions are case-insensitive POSIX Extended Regular
b31790
 ## Expressions. See regex(7) for details.
b31790
 ##
b31790
 ## Syntax:
b31790
 ##  - Comment lines start with '#'
b31790
 ##  - Lines starting with '+' are whitelisting.
b31790
 ##  - Lines starting with '-' are blacklisting.
b31790
 ##  - Lines not starting with '#', '+', '-' are ignored.
b31790
 ##
b31790
 
b31790
 # Intel 830-865
b31790
 -Intel\(R\) 8[[:digit:]]{2,2}[^[:digit:]]
b31790
 
b31790
 # Intel IGD 
b31790
 -Intel IGD
b31790
 
b31790
 # Pre-R300 radeon
b31790
 -Mesa DRI R[12]00[^[:digit:]]
b31790
 -Mesa DRI R[12]00$
b31790
 
b31790
 # NV30 family on Nouveau: https://bugzilla.redhat.com/show_bug.cgi?id=745202
b31790
 -Gallium .* on NV3[0-9A-F]$
b31790
 
b31790
 # Old Mesa software GL renderer
b31790
--software rasterizer
b31790
+#software rasterizer
b31790
 
b31790
 # Gallium has softpipe; we explicitly enable llvmpipe
b31790
 -softpipe
b31790
 
b31790
 # nouveau vieux NV25 doesn't work too well
b31790
 -Mesa DRI nv25
b31790
-- 
b31790
2.3.7
b31790