From 8e1768cfd32a4fa47dd5d4e8f5434fafc3b31201 Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Fri, 19 Mar 2010 00:07:55 -0700 Subject: [PATCH] gallium/docs: Fix a couple ReST errors. --- src/gallium/docs/source/context.rst | 1 + src/gallium/docs/source/cso/velems.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 =============== -- 2.30.2