From 9ddeab48c85d45b7b7cc781dcf566e0767c84ba5 Mon Sep 17 00:00:00 2001
From: Corbin Simpson
Date: Sun, 20 Dec 2009 20:37:40 -0800
Subject: More docs. Glossary.
---
src/gallium/docs/build/html/cso/rasterizer.html | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
(limited to 'src/gallium/docs/build/html/cso/rasterizer.html')
diff --git a/src/gallium/docs/build/html/cso/rasterizer.html b/src/gallium/docs/build/html/cso/rasterizer.html
index 7a97214d40..51980953dd 100644
--- a/src/gallium/docs/build/html/cso/rasterizer.html
+++ b/src/gallium/docs/build/html/cso/rasterizer.html
@@ -73,7 +73,7 @@ points into circles or ovals.
point_size_per_vertex
Whether vertices have a point size element.
multisample
-Whether MSAA is enabled.
+Whether MSAA is enabled.
line_smooth
Whether lines should be smoothed. Line smoothing is simply anti-aliasing.
line_stipple_enable
@@ -118,13 +118,14 @@ clip away vertices that are not visible.
flatshade_first
There are several important exceptions to the specification of this rule.
-- PIPE_PRIMITIVE_POLYGON: The provoking vertex is always the first vertex.
-If the caller wishes to change the provoking vertex, they merely need to
-rotate the vertices themselves.
-- PIPE_PRIMITIVE_QUAD, PIPE_PRIMITIVE_QUAD_STRIP: This option has no effect.
-- PIPE_PRIMITIVE_TRIANGLE_FAN: When set, the provoking vertex is the second
-vertex, not the first. This permits each segment of the fan to have a
-different color.
+- PIPE_PRIMITIVE_POLYGON: The provoking vertex is always the first
+vertex. If the caller wishes to change the provoking vertex, they merely
+need to rotate the vertices themselves.
+- PIPE_PRIMITIVE_QUAD, PIPE_PRIMITIVE_QUAD_STRIP: This option has no
+effect; the provoking vertex is always the last vertex.
+- PIPE_PRIMITIVE_TRIANGLE_FAN: When set, the provoking vertex is the
+second vertex, not the first. This permits each segment of the fan to have
+a different color.
--
cgit v1.2.3