From f3475859fa73ce9c1d500d9f7663761d514320bc Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 16:58:38 +0200 Subject: [PATCH] docs: correct spelling of "rasterizer" We use rasterizer all over the docs, so let's be consistent. Reviewed-by: Eric Engestrom Part-of: --- 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 92b8bb07a65..bacaf46e722 100644 --- a/docs/gallium/tgsi.rst +++ b/docs/gallium/tgsi.rst @@ -3554,7 +3554,7 @@ Declaration Interpolate This token is only valid for fragment shader INPUT declarations. The Interpolate field specifes the way input is being interpolated by -the rasteriser and is one of TGSI_INTERPOLATE_*. +the rasterizer and is one of TGSI_INTERPOLATE_*. The Location field specifies the location inside the pixel that the interpolation should be done at, one of ``TGSI_INTERPOLATE_LOC_*``. Note that