summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2020-07-26 09:44:01 -0700
committerMarge Bot <eric+marge@anholt.net>2020-07-28 09:45:08 +0000
commitf39afda1a7a896820dae0a815a18531efd80f413 (patch)
tree93cb4b043e02955f412001f38927987e432dac21 /.gitlab-ci
parentf7bd3456d79aaeccb5f5e8d1408e85ad198f4f38 (diff)
freedreno: move a2xx disasm out of gallium
So that it can be reused by the decode tools. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6070>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-source-dep.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 23561445a53..6a006b8d6c3 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -96,6 +96,7 @@
- src/freedreno/common/**/*
- src/freedreno/drm/**/*
- src/freedreno/fdl/**/*
+ - src/freedreno/ir2/**/*
- src/freedreno/ir3/**/*
- src/freedreno/perfcntrs/**/*
- src/freedreno/registers/**/*