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

import os.path

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'