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

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