summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-04-04 13:59:57 +0200
committerMarge Bot <emma+marge@anholt.net>2023-04-26 08:09:37 +0000
commit870871c6a721f95cda0139f44ddc797698aa6fca (patch)
treead52ac37f355875a55c79b8ca5a95346ec3263df /docs
parentc3400a787b5adfd092d091e498b45624540b6899 (diff)
downloadmesa-870871c6a721f95cda0139f44ddc797698aa6fca.tar.gz
docs: correct spelling of "source"
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/gallium/tgsi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gallium/tgsi.rst b/docs/gallium/tgsi.rst
index be7e9dfa503..31afe09f7ea 100644
--- a/docs/gallium/tgsi.rst
+++ b/docs/gallium/tgsi.rst
@@ -2405,7 +2405,7 @@ after lookup.
additional float32 operand, reference value, which must be a register with
single-component, or a scalar literal. SAMPLE_C makes the hardware use the
current samplers compare_func (in pipe_sampler_state) to compare reference
- value against the red component value for the surce resource at each texel
+ value against the red component value for the source resource at each texel
that the currently configured texture filter covers based on the provided
coordinates.