summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2017-11-22 12:53:48 +0200
committerMartin Peres <martin.peres@linux.intel.com>2018-03-13 12:37:28 +0200
commit770441a90b13b4debe74811edd24c1542a82c851 (patch)
tree163ad9d2400f0611a312496ffd69706e7f45c9b0
parent64714ed5a5a3edf99226faff191595cb293908b3 (diff)
tests/opengl/unigine: remove useless overrides
Suggested-by: Eero Tamminen <eero.t.tamminen@intel.com>
-rw-r--r--tests.d/opengl/unigine-heaven.test2
-rw-r--r--tests.d/opengl/unigine-valley.test2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests.d/opengl/unigine-heaven.test b/tests.d/opengl/unigine-heaven.test
index 73ec622..9938065 100644
--- a/tests.d/opengl/unigine-heaven.test
+++ b/tests.d/opengl/unigine-heaven.test
@@ -8,8 +8,6 @@ function __unigine_heaven_run__ {
height=$3
LD_LIBRARY_PATH=bin:bin/x64:$LD_LIBRARY_PATH \
- MESA_EXTENSION_OVERRIDE="-GL_ARB_sample_shading -GL_ARB_blend_func_extended" \
- MESA_GL_VERSION_OVERRIDE="3.2" \
run_bench 300 ./bin/heaven_x64 \
-video_app opengl \
-data_path ../ \
diff --git a/tests.d/opengl/unigine-valley.test b/tests.d/opengl/unigine-valley.test
index cd668fa..32c2e16 100644
--- a/tests.d/opengl/unigine-valley.test
+++ b/tests.d/opengl/unigine-valley.test
@@ -8,8 +8,6 @@ function __unigine_valley_run__ {
height=$3
LD_LIBRARY_PATH=bin:bin/x64:$LD_LIBRARY_PATH \
- MESA_EXTENSION_OVERRIDE="-GL_ARB_sample_shading -GL_ARB_blend_func_extended" \
- MESA_GL_VERSION_OVERRIDE="3.2" \
run_bench 215 ./bin/valley_x64 \
-video_app opengl \
-data_path ../ \