summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/ci
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-06-24 13:17:28 -0700
committerAlyssa Rosenzweig <[email protected]>2019-06-25 13:39:18 -0700
commitddf5f04edfdda8d013d564e889ad840792efd7ec (patch)
treee856ce430578c7a7a17028ac30dd1bdf2b234860 /src/gallium/drivers/panfrost/ci
parent33f3cac1c222327dfc19ee71ea8002097eab4691 (diff)
panfrost/ci: Set MESA_GLES_VERSION_OVERRIDE=3.0
Fixes cube map tests due to disagreements between Mesa, dEQP, and the spec... Signed-off-by: Alyssa Rosenzweig <[email protected]> Cc: Tomeu Vizoso <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/ci')
-rw-r--r--src/gallium/drivers/panfrost/ci/deqp-runner.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/ci/deqp-runner.sh b/src/gallium/drivers/panfrost/ci/deqp-runner.sh
index 228f4141cba..33f146d789f 100644
--- a/src/gallium/drivers/panfrost/ci/deqp-runner.sh
+++ b/src/gallium/drivers/panfrost/ci/deqp-runner.sh
@@ -15,6 +15,7 @@ export XDG_RUNTIME_DIR=/tmp
export LIBGL_DRIVERS_PATH=/mesa/lib/dri/
export LD_LIBRARY_PATH=/mesa/lib/
export XDG_CONFIG_HOME=$(pwd)
+export MESA_GLES_VERSION_OVERRIDE=3.0
echo "[core]\nidle-time=0\nrequire-input=false\n[shell]\nlocking=false" > weston.ini