3b5326
From b524466482c9c64c11a55fb5d0174080471a1d5a Mon Sep 17 00:00:00 2001
3b5326
From: Adam Williamson <awilliam@redhat.com>
3b5326
Date: Fri, 8 May 2015 16:41:38 -0400
3b5326
Subject: [PATCH] blacklist NV30 adapter on nouveau until #745202 is fixed
3b5326
3b5326
---
3b5326
 data/hardware-compatibility | 3 +++
3b5326
 1 file changed, 3 insertions(+)
3b5326
3b5326
diff --git a/data/hardware-compatibility b/data/hardware-compatibility
3b5326
index 48b7946..3daef68 100644
3b5326
--- a/data/hardware-compatibility
3b5326
+++ b/data/hardware-compatibility
3b5326
@@ -1,32 +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
3c437c
 -Mesa DRI R[12]00[^[:digit:]]
3c437c
 -Mesa DRI R[12]00$
3c437c
 
3c437c
+# 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
 
3b5326
 # Gallium has softpipe; we explicitly enable llvmpipe
3b5326
 -softpipe
3b5326
 
3b5326
 # nouveau vieux NV25 doesn't work too well
3b5326
 -Mesa DRI nv25
3b5326
-- 
3b5326
2.3.7
3b5326