summaryrefslogtreecommitdiff
path: root/docs/gallium
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-11-08 12:13:52 +0100
committerMarge Bot <emma+marge@anholt.net>2022-11-09 16:10:55 +0000
commitb51d1af1c13bafc872c2ca8de604004c49af3000 (patch)
treed8b84997b5af4d1914dc1aadbbc1cc8df9fe6846 /docs/gallium
parentfd0af2bb4d1367066b83801fec58d79e548272c0 (diff)
downloadmesa-b51d1af1c13bafc872c2ca8de604004c49af3000.tar.gz
docs: feeddback -> feedback
Reviewed-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19594>
Diffstat (limited to 'docs/gallium')
-rw-r--r--docs/gallium/screen.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst
index fc193b86d7a..882cb6d65d1 100644
--- a/docs/gallium/screen.rst
+++ b/docs/gallium/screen.rst
@@ -401,7 +401,7 @@ The integer capabilities:
equal interpolation qualifiers.
Components may overlap, notably when the gaps in an array of dvec3 are
filled in.
-* ``PIPE_CAP_STREAM_OUTPUT_PAUSE_RESUME``: Whether GL_ARB_transform_feeddback2
+* ``PIPE_CAP_STREAM_OUTPUT_PAUSE_RESUME``: Whether GL_ARB_transform_feedback2
is supported, including pausing/resuming queries and having
``count_from_stream_output`` set on indirect draws to implement
glDrawTransformFeedback. Required for OpenGL 4.0.