blob: f82a5b6ab1d35da5bc3a82406a653aeee446ef25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Testing the r500 DRI driver
#
from tests.quick import profile
__all__ = ['profile']
# 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'
|