Mesa (main): Fix up leftover "state_trackers" references to "frontends"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 2 07:52:49 UTC 2021


Module: Mesa
Branch: main
Commit: 61a2cfc302b57efcb6df829f303d363fef73631f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=61a2cfc302b57efcb6df829f303d363fef73631f

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Thu Jul  1 16:40:16 2021 +0200

Fix up leftover "state_trackers" references to "frontends"

Fixes: d6287a94b69 "gallium: rename 'state tracker' to 'frontend'"
Reviewed-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11676>

---

 .gitlab-ci/test-source-dep.yml | 2 +-
 REVIEWERS                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 433a1924e63..4be7742e32b 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -66,7 +66,7 @@
       - src/gallium/auxiliary/**/*
       - src/gallium/drivers/*
       - src/gallium/include/**/*
-      - src/gallium/state_trackers/**/*
+      - src/gallium/frontends/**/*
       - src/gallium/targets/**/*
       - src/gallium/tests/**/*
       - src/gallium/winsys/*
diff --git a/REVIEWERS b/REVIEWERS
index d06ade79183..81baad876b0 100644
--- a/REVIEWERS
+++ b/REVIEWERS
@@ -52,7 +52,7 @@ HAIKU
 R: Alexander von Gluck IV <kallisti5 at unixzen.com>
 F: include/HaikuGL/
 F: src/egl/drivers/haiku/
-F: src/gallium/state_trackers/hgl/
+F: src/gallium/frontends/hgl/
 F: src/gallium/targets/haiku-softpipe/
 F: src/gallium/winsys/sw/hgl/
 F: src/hgl/



More information about the mesa-commit mailing list