summaryrefslogtreecommitdiff
path: root/docs/gallium
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-11-07 20:27:41 +0100
committerMarge Bot <emma+marge@anholt.net>2022-11-15 10:01:15 +0000
commit4a42efb7fcf81c9d55f9e5ccda74d18c8e87c8ec (patch)
tree0c68162d726ad175272128566333eb27a38e1170 /docs/gallium
parent26d6f506a44aa9f004781b0ec988471032d80841 (diff)
downloadmesa-4a42efb7fcf81c9d55f9e5ccda74d18c8e87c8ec.tar.gz
docs: IPE -> PIPE
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19719>
Diffstat (limited to 'docs/gallium')
-rw-r--r--docs/gallium/cso/rasterizer.rst2
1 files changed, 1 insertions, 1 deletions
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.