import os.path global profile 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']