~ubuntu-branches/ubuntu/raring/gnome-session/raring

« back to all changes in this revision

Viewing changes to .pc/97_dont_blacklist_llvmpipe.patch/data/hardware-compatibility

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-09-09 14:20:35 UTC
  • mfrom: (1.1.80)
  • Revision ID: package-import@ubuntu.com-20120909142035-mf8oby49hhtxfd7r
Tags: 3.5.91-0ubuntu1
* New upstream translation update release.
* 97_dont_blacklist_llvmpipe.patch:
  Patch from Fedora to not blacklist llvmpipe from GNOME sessions
  (LP: #1047828) Thanks Tim!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##
 
2
## This file contains a list of blacklist/whitelist regular expressions for
 
3
## renderer strings.
 
4
##
 
5
## The regular expressions are case-insensitive POSIX Extended Regular
 
6
## Expressions. See regex(7) for details.
 
7
##
 
8
## Syntax:
 
9
##  - Comment lines start with '#'
 
10
##  - Lines starting with '+' are whitelisting.
 
11
##  - Lines starting with '-' are blacklisting.
 
12
##  - Lines not starting with '#', '+', '-' are ignored.
 
13
##
 
14
 
 
15
# Intel 830-865
 
16
-Intel\(R\) 8[[:digit:]]{2,2}[^[:digit:]]
 
17
 
 
18
# Pre-R300 radeon
 
19
-Mesa DRI R[12]00[^[:digit:]]
 
20
-Mesa DRI R[12]00$
 
21
 
 
22
# Old Mesa software GL renderer
 
23
-software rasterizer
 
24
 
 
25
# Gallium has softpipe and llvmpipe
 
26
-softpipe
 
27
-llvmpipe