From: Corbin Simpson Date: Fri, 19 Mar 2010 07:07:55 +0000 (-0700) Subject: gallium/docs: Fix a couple ReST errors. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e1768cfd32a4fa47dd5d4e8f5434fafc3b31201;p=mesa.git gallium/docs: Fix a couple ReST errors. --- diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst index 1f022570dbb..e7a693251ef 100644 --- a/src/gallium/docs/source/context.rst +++ b/src/gallium/docs/source/context.rst @@ -50,6 +50,7 @@ Non-CSO State These pieces of state are too small, variable, and/or trivial to have CSO objects. They all follow simple, one-method binding calls, e.g. ``set_blend_color``. + * ``set_stencil_ref`` sets the stencil front and back reference values which are used as comparison values in stencil test. * ``set_blend_color`` diff --git a/src/gallium/docs/source/cso/velems.rst b/src/gallium/docs/source/cso/velems.rst index 8e758fae103..92cde014fb8 100644 --- a/src/gallium/docs/source/cso/velems.rst +++ b/src/gallium/docs/source/cso/velems.rst @@ -1,4 +1,4 @@ -.. _vertex,elements +.. _vertexelements: Vertex Elements ===============