summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/virgl
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2019-12-03 20:38:14 -0500
committerMarek Olšák <marek.olsak@amd.com>2020-05-13 13:47:27 -0400
commit8c9b9aac7d09e65195dca6681d59c10e4ef713d9 (patch)
tree4b419e23b0fb2e78eaadaefd31d5923d9c277fb0 /src/gallium/drivers/virgl
parentd6287a94b697ffe12a4e576a38943cdf4e90cdb0 (diff)
gallium: change comments to remove 'state tracker'
Acked-by: Eric Anholt <eric@anholt.net> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4902>
Diffstat (limited to 'src/gallium/drivers/virgl')
-rw-r--r--src/gallium/drivers/virgl/virgl_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/virgl/virgl_screen.c b/src/gallium/drivers/virgl/virgl_screen.c
index 6ce08b764ec..4cbca21ac96 100644
--- a/src/gallium/drivers/virgl/virgl_screen.c
+++ b/src/gallium/drivers/virgl/virgl_screen.c
@@ -725,7 +725,7 @@ virgl_is_format_supported( struct pipe_screen *screen,
/*
* Although possible, it is unnatural to render into compressed or YUV
* surfaces. So disable these here to avoid going into weird paths
- * inside the state trackers.
+ * inside gallium frontends.
*/
if (format_desc->block.width != 1 ||
format_desc->block.height != 1)