# # 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'