Blame SOURCES/gnome-session-3.6.2-swrast.patch

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