Add more structure constructor tests.
[piglit/hramrach.git] / tests / r500.tests
blob6fe27338ac54a7da70352429ec19e611ebd6d840
1 #!/usr/bin/python
3 # Testing the r500 DRI driver
6 import os
7 import re
9 execfile(os.path.dirname(__file__) + '/radeon.tests')
11 from framework.core import *
12 from framework.gleantest import *
14 # glean/blendFunc
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