3 # Testing the r500 DRI driver
9 execfile(os
.path
.dirname(__file__
) + '/radeon.tests')
11 from framework
.core
import *
12 from framework
.gleantest
import *
15 # R500 blending hardware appears to be a bit better than R300
16 env
= profile
.tests
['glean']['blendFunc'].env
17 env
['GLEAN_BLEND_RGB_TOLERANCE'] = 1.35
18 env
['GLEAN_BLEND_ALPHA_TOLERANCE'] = 1.35