summaryrefslogtreecommitdiff
path: root/tests/r300.tests
blob: 78f457f20da17799a5929df97431ed8a10c2c9c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Testing the r300 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
#   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'