diff options
Diffstat (limited to 'src/gallium/docs/build/html/cso')
-rw-r--r-- | src/gallium/docs/build/html/cso/rasterizer.html | 17 | ||||
-rw-r--r-- | src/gallium/docs/build/html/cso/shader.html | 10 |
2 files changed, 19 insertions, 8 deletions
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.</dd> <dt>point_size_per_vertex</dt> <dd>Whether vertices have a point size element.</dd> <dt>multisample</dt> -<dd>Whether MSAA is enabled.</dd> +<dd>Whether <em class="xref">MSAA</em> is enabled.</dd> <dt>line_smooth</dt> <dd>Whether lines should be smoothed. Line smoothing is simply anti-aliasing.</dd> <dt>line_stipple_enable</dt> @@ -118,13 +118,14 @@ clip away vertices that are not visible.</p> <h3>flatshade_first<a class="headerlink" href="#flatshade-first" title="Permalink to this headline">¶</a></h3> <p>There are several important exceptions to the specification of this rule.</p> <ul class="simple"> -<li>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.</li> -<li>PIPE_PRIMITIVE_QUAD, PIPE_PRIMITIVE_QUAD_STRIP: This option has no effect.</li> -<li>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.</li> +<li><tt class="docutils literal"><span class="pre">PIPE_PRIMITIVE_POLYGON</span></tt>: 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.</li> +<li><tt class="docutils literal"><span class="pre">PIPE_PRIMITIVE_QUAD</span></tt>, <tt class="docutils literal"><span class="pre">PIPE_PRIMITIVE_QUAD_STRIP</span></tt>: This option has no +effect; the provoking vertex is always the last vertex.</li> +<li><tt class="docutils literal"><span class="pre">PIPE_PRIMITIVE_TRIANGLE_FAN</span></tt>: When set, the provoking vertex is the +second vertex, not the first. This permits each segment of the fan to have +a different color.</li> </ul> </div> </div> diff --git a/src/gallium/docs/build/html/cso/shader.html b/src/gallium/docs/build/html/cso/shader.html index fead11d377..9eebf1326c 100644 --- a/src/gallium/docs/build/html/cso/shader.html +++ b/src/gallium/docs/build/html/cso/shader.html @@ -21,6 +21,7 @@ <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="top" title="Gallium v0.3 documentation" href="../index.html" /> <link rel="up" title="CSO" href="../cso.html" /> + <link rel="next" title="Glossary" href="../glossary.html" /> <link rel="prev" title="Sampler" href="sampler.html" /> </head> <body> @@ -31,6 +32,9 @@ <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > + <a href="../glossary.html" title="Glossary" + accesskey="N">next</a> |</li> + <li class="right" > <a href="sampler.html" title="Sampler" accesskey="P">previous</a> |</li> <li><a href="../index.html">Gallium v0.3 documentation</a> »</li> @@ -72,6 +76,9 @@ <h4>Previous topic</h4> <p class="topless"><a href="sampler.html" title="previous chapter">Sampler</a></p> + <h4>Next topic</h4> + <p class="topless"><a href="../glossary.html" + title="next chapter">Glossary</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/cso/shader.txt" @@ -101,6 +108,9 @@ <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > + <a href="../glossary.html" title="Glossary" + >next</a> |</li> + <li class="right" > <a href="sampler.html" title="Sampler" >previous</a> |</li> <li><a href="../index.html">Gallium v0.3 documentation</a> »</li> |