aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/encoder/pan_afbc.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2019-12-03 20:38:14 -0500
committerMarek Olšák <[email protected]>2020-05-13 13:47:27 -0400
commit8c9b9aac7d09e65195dca6681d59c10e4ef713d9 (patch)
tree4b419e23b0fb2e78eaadaefd31d5923d9c277fb0 /src/panfrost/encoder/pan_afbc.c
parentd6287a94b697ffe12a4e576a38943cdf4e90cdb0 (diff)
gallium: change comments to remove 'state tracker'
Acked-by: Eric Anholt <[email protected]> Acked-by: Alyssa Rosenzweig <[email protected]> Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4902>
Diffstat (limited to 'src/panfrost/encoder/pan_afbc.c')
-rw-r--r--src/panfrost/encoder/pan_afbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panfrost/encoder/pan_afbc.c b/src/panfrost/encoder/pan_afbc.c
index f29020e15b8..cb429e4f8c0 100644
--- a/src/panfrost/encoder/pan_afbc.c
+++ b/src/panfrost/encoder/pan_afbc.c
@@ -94,7 +94,7 @@ panfrost_format_supports_afbc(enum pipe_format format)
/* Z32/Z16/S8 are all compressible as well, but they are implemented as
* Z24S8 with wasted bits. So Z24S8 is the only format we actually need
- * to handle compressed, and we can make the state tracker deal with
+ * to handle compressed, and we can make the gallium frontend deal with
* the rest. */
if (format == PIPE_FORMAT_Z24_UNORM_S8_UINT)