summaryrefslogtreecommitdiff
path: root/tests/r300.tests
blob: 1f2547c7322d18a8cd00e0a99d9891832707e047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/python
#
# Testing the r300 DRI driver
#

execfile(__dir__ + '/all.tests')

# Potentially serious problem, but workaround for now
GleanTest.globalParams += [ '--visuals', 'id != 0x4b' ]
Test.ignoreErrors.append('3D driver claims to not support')

# Debug info
Test.ignoreErrors.append('Try R300_SPAN_DISABLE_LOCKING env var if this hangs.')


# glean/blendFunc
#   R300 blending hardware appears to be bad
env = tests['glean']['blendFunc'].env
env['GLEAN_BLEND_RGB_TOLERANCE'] = 1.9
env['GLEAN_BLEND_ALPHA_TOLERANCE'] = 2.0

# glean/exactRGBA
#   insane OpenGL spec requirements
env = tests['glean']['exactRGBA'].env
env['GLEAN_EXACTRGBA_ROUNDING'] = 1