Merge branch '7.8'
[mesa.git] / src / gallium / docs / source / cso / rasterizer.rst
index e8dc82964fae73c3efdc96337bf3377b5650026e..56a601a8d06470a6f6f7e0b5075849566c0a9c8f 100644 (file)
@@ -81,8 +81,8 @@ point_quad_rasterization
 Determines if points should be rasterized as quads or points. Certain APIs,
 like Direct3D, always use quad rasterization for points, regardless of
 whether point sprites are enabled or not. If this state is enabled, point
-smoothing and antialiasing are disabled, and sprite coordinates are not
-generated.
+smoothing and antialiasing are disabled. If it is disabled, point sprite
+coordinates are not generated.
 
 .. note::