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.