summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-04-04 14:02:15 +0200
committerMarge Bot <emma+marge@anholt.net>2023-04-26 08:09:37 +0000
commit2234a7f86fa09d3fa1da97c3b73c9ebfd106a794 (patch)
treeb05f3ff0b407c808d43ce880a9ea50c5659f403b /docs
parent870871c6a721f95cda0139f44ddc797698aa6fca (diff)
downloadmesa-2234a7f86fa09d3fa1da97c3b73c9ebfd106a794.tar.gz
docs: correct spelling of "tagged"
Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22286>
Diffstat (limited to 'docs')
-rw-r--r--docs/drivers/freedreno.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/drivers/freedreno.rst b/docs/drivers/freedreno.rst
index a3b780441ef..bcc242e40c0 100644
--- a/docs/drivers/freedreno.rst
+++ b/docs/drivers/freedreno.rst
@@ -165,7 +165,7 @@ call is going to actually execute (some primitive is visible in the current
tile), the SQE goes through the ``GROUP_ID``\s and for any with an update since
the last time they were executed, it executes the corresponding fragment.
-Starting with a6xx, states can be taggged with whether they should be executed
+Starting with a6xx, states can be tagged with whether they should be executed
at draw time for any of sysmem, binning, or tile rendering. This allows a
single command stream to be generated which can be executed in any of the modes,
unlike pre-a6xx where we had to generate separate command lists for the binning