summaryrefslogtreecommitdiff
path: root/piglit.conf.example
diff options
context:
space:
mode:
authorDylan Baker <dylanx.c.baker@intel.com>2014-08-19 11:40:36 -0700
committerDylan Baker <dylanx.c.baker@intel.com>2014-08-26 17:23:36 -0700
commita1132024660876ad51652b08896040fb89e4396b (patch)
treef627d9b0b1b26f35faf380f3e35f9bb9a1e31f4b /piglit.conf.example
parent0e483bc2faa6eec8e3e49adc5f3302d12fb19372 (diff)
framework: Add support for setting default platform in piglit.conf
This patch adds support to piglit.conf to set a default platform. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'piglit.conf.example')
-rw-r--r--piglit.conf.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/piglit.conf.example b/piglit.conf.example
index bdf27aaef..3844bd026 100644
--- a/piglit.conf.example
+++ b/piglit.conf.example
@@ -48,3 +48,11 @@ test_name=testA
; For regular tests:
; run_test is the command used for running the test
run_test=./%(test_name)s
+
+[core]
+; Set the default platform to use.
+; Options can be found by running piglit -h and reading the section
+; for -p/--platform
+;
+; The default on Linux will be mixed_glx_egl
+;platform=gbm