aboutsummaryrefslogtreecommitdiff
path: root/tests/r600.tests
blob: fe7426f77f621288a66d16161deb4132c5883968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env python

import os.path

execfile(os.path.dirname(__file__) + '/quick-driver.tests')

from framework.core import *
from framework.gleantest import *

# NOTE: You need kernel 2.6.38 or later to avoid/survive some hardlocks

# These lock up RV730:
del profile.tests['spec']['glsl-1.20']['execution']['variable-indexing']['vs-temp-array-mat4-index-col-row-rd']
del profile.tests['spec']['glsl-1.20']['execution']['variable-indexing']['fs-temp-array-mat4-index-col-row-rd']
del profile.tests['spec']['glsl-1.20']['execution']['variable-indexing']['vs-temp-array-mat4-index-row-rd']