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

import os
import re

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

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

# glean/blendFunc
#   R500 blending hardware appears to be a bit better than R300
env = profile.tests['glean']['blendFunc'].env
env['GLEAN_BLEND_RGB_TOLERANCE'] = 1.35
env['GLEAN_BLEND_ALPHA_TOLERANCE'] = 1.35