Module: Mesa Branch: master Commit: 2a70fee7dc9a212a0ab345b11008212f8d62cad3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a70fee7dc9a212a0ab345b11008212f8d62cad3
Author: Lionel Landwerlin <[email protected]> Date: Thu Apr 16 21:48:32 2020 +0300 ci: Add intel to shaderdb runs Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Acked-by: Matt Turner <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4594> --- .gitlab-ci/run-shader-db.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/run-shader-db.sh b/.gitlab-ci/run-shader-db.sh index 7580457d850..4fb9933809a 100755 --- a/.gitlab-ci/run-shader-db.sh +++ b/.gitlab-ci/run-shader-db.sh @@ -10,7 +10,8 @@ export LD_LIBRARY_PATH=$LIBDIR cd /usr/local/shader-db -for driver in freedreno v3d; do +for driver in freedreno intel v3d; do + echo "Running drm-shim for $driver" env LD_PRELOAD=$LIBDIR/lib${driver}_noop_drm_shim.so \ ./run -j 4 ./shaders \ > $ARTIFACTSDIR/${driver}-shader-db.txt _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
