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

import os.path

global profile

execfile(os.path.dirname(__file__) + '/quick-driver.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'