[Piglit] [PATCH] Remove obsolete quirk file "compiler.tests".

Kenneth Graunke kenneth at whitecape.org
Sun Dec 11 19:58:05 PST 2011


Using this file would force software rendering on a subset of tests
that, at one point during GLSL compiler development, didn't work on
i965.  That point is long past and no one should be using this now.
---
 tests/compiler.tests |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)
 delete mode 100644 tests/compiler.tests

diff --git a/tests/compiler.tests b/tests/compiler.tests
deleted file mode 100644
index a9ebca3..0000000
--- a/tests/compiler.tests
+++ /dev/null
@@ -1,29 +0,0 @@
-import os
-import re
-
-execfile(os.path.dirname(__file__) + '/quick.tests')
-
-from framework.core import *
-from framework.gleantest import *
-
-# 965 driver fails at some variable array access.
-profile.tests['shaders']['glsl-texcoord-array'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-profile.tests['shaders']['glsl-fs-uniform-array-2'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-
-# 965 driver lacks support for functions calls in the FS and VS.
-profile.tests['shaders']['glsl-fs-raytrace-bug27060'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-profile.tests['shaders']['glsl-vs-raytrace-bug26691'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-profile.tests['shaders']['glsl-fs-functions-2'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-profile.tests['shaders']['glsl-fs-functions-3'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-profile.tests['shaders']['glsl-vs-functions'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-profile.tests['shaders']['glsl-vs-functions-2'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-profile.tests['shaders']['glsl-vs-functions-3'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-# Note that software for the glean tests doesn't help, because swrast_dri.so  reports alpha channel even
-# though it can't actually store to it, so software tests always fail.
-#profile.tests['glean']['glsl1-function with early return (1)'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-#profile.tests['glean']['glsl1-function with early return (2)'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-#profile.tests['glean']['glsl1-function with early return (3)'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-#profile.tests['glean']['glsl1-function with early return (4)'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-
-# I really thought I'd fixed this.
-profile.tests['shaders']['glsl-fs-pointcoord'].env['LIBGL_ALWAYS_SOFTWARE'] = 1
-- 
1.7.7.3



More information about the Piglit mailing list