File: hardware-compatibility

package info (click to toggle)
gnome-session 3.4.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,900 kB
  • sloc: ansic: 21,616; sh: 11,164; xml: 757; makefile: 484
file content (27 lines) | stat: -rw-r--r-- 659 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
##
## This file contains a list of blacklist/whitelist regular expressions for
## renderer strings.
##
## The regular expressions are case-insensitive POSIX Extended Regular
## Expressions. See regex(7) for details.
##
## Syntax:
##  - Comment lines start with '#'
##  - Lines starting with '+' are whitelisting.
##  - Lines starting with '-' are blacklisting.
##  - Lines not starting with '#', '+', '-' are ignored.
##

# Intel 830-865
-Intel\(R\) 8[[:digit:]]{2,2}[^[:digit:]]

# Pre-R300 radeon
-Mesa DRI R[12]00[^[:digit:]]
-Mesa DRI R[12]00$

# Old Mesa software GL renderer
-software rasterizer

# Gallium has softpipe and llvmpipe
-softpipe
-llvmpipe