summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
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/r300/r300_context.c
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/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index 0a68d37b806..114f74ead24 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -262,7 +262,7 @@ static boolean r300_setup_atoms(struct r300_context* r300)
return TRUE;
}
-/* Not every state tracker calls every driver function before the first draw
+/* Not every gallium frontend calls every driver function before the first draw
* call and we must initialize the command buffers somehow. */
static void r300_init_states(struct pipe_context *pipe)
{