Module: Mesa Branch: main Commit: 870871c6a721f95cda0139f44ddc797698aa6fca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=870871c6a721f95cda0139f44ddc797698aa6fca
Author: Erik Faye-Lund <[email protected]> Date: Tue Apr 4 13:59:57 2023 +0200 docs: correct spelling of "source" Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22286> --- docs/gallium/tgsi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
