From 61a2cfc302b57efcb6df829f303d363fef73631f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 1 Jul 2021 16:40:16 +0200 Subject: [PATCH] Fix up leftover "state_trackers" references to "frontends" Fixes: d6287a94b69 "gallium: rename 'state tracker' to 'frontend'" Reviewed-by: Alyssa Rosenzweig Part-of: --- .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 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/