summaryrefslogtreecommitdiff
path: root/tests/r300.tests
blob: c4f24165d597bf6c1b7d85712d327ca2af851959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/python
#
# Testing the r300 DRI driver
#

import os
import re

execfile(os.path.dirname(__file__) + '/radeon.tests')

from framework.core import *
from framework.gleantest import *

# glean/blendFunc
#   R300 blending hardware appears to be bad
env = profile.tests['glean']['blendFunc'].env
env['GLEAN_BLEND_RGB_TOLERANCE'] = 1.9
env['GLEAN_BLEND_ALPHA_TOLERANCE'] = 2.0