summaryrefslogtreecommitdiff
path: root/piglit.conf.example
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-05-18 16:59:15 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2015-06-01 10:23:57 -0700
commit0e0701b2ce3e3825c00cca79b5cc103a3d45a486 (patch)
tree26b3e9511aae55938e3982dd81981293492fc1f0 /piglit.conf.example
parent2e29ca0abb45ea7ad929230b58650062ccd5fc16 (diff)
tests/deqp_gles2.py: add support for deqp gles2 tests
This adds support for running deqp's gles2 tests. This is verified working. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'piglit.conf.example')
-rw-r--r--piglit.conf.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/piglit.conf.example b/piglit.conf.example
index 5305c5338..9606272dd 100644
--- a/piglit.conf.example
+++ b/piglit.conf.example
@@ -33,6 +33,16 @@ bindir=/home/usr/oclconform
testA
testB
+[deqp-gles2]
+; Path to the deqp-gles2 executable
+; Can be overwritten by PIGLIT_DEQP_GLES2_BIN environment variable
+;bin=/home/knuth/deqp/modules/gles2/deqp-gles2
+
+; Space-separated list of extra command line arguments for deqp-gles31. The
+; option is not required. The environment variable PIGLIT_DEQP_GLES31_EXTRA_ARGS
+; overrides the value set here.
+;extra_args=--deqp-visibility hidden
+
;[deqp-gles3]
;
; Path to the deqp-gles3 executable. You can also set this with the environment