From 4a42efb7fcf81c9d55f9e5ccda74d18c8e87c8ec Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 7 Nov 2022 20:27:41 +0100 Subject: [PATCH] docs: IPE -> PIPE Reviewed-by: David Heidelberg Part-of: --- docs/gallium/cso/rasterizer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/cso/rasterizer.rst b/docs/gallium/cso/rasterizer.rst index f1f01f44393..822ebeba696 100644 --- a/docs/gallium/cso/rasterizer.rst +++ b/docs/gallium/cso/rasterizer.rst @@ -336,7 +336,7 @@ clip_plane_enable conservative_raster_mode The conservative rasterization mode. For PIPE_CONSERVATIVE_RASTER_OFF, - conservative rasterization is disabled. For IPE_CONSERVATIVE_RASTER_POST_SNAP + conservative rasterization is disabled. For PIPE_CONSERVATIVE_RASTER_POST_SNAP or PIPE_CONSERVATIVE_RASTER_PRE_SNAP, conservative rasterization is nabled. When conservative rasterization is enabled, the polygon smooth, line mooth, point smooth and line stipple settings are ignored.