summaryrefslogtreecommitdiff
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2010-03-19 00:07:55 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-03-19 00:07:55 -0700
commit8e1768cfd32a4fa47dd5d4e8f5434fafc3b31201 (patch)
tree4a195dfd41bee3c8418704cb7061249ab4f0e3a3 /src/gallium/docs
parent12a40dda394bd14e31c679551bc5abc8b601fdbf (diff)
gallium/docs: Fix a couple ReST errors.
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/context.rst1
-rw-r--r--src/gallium/docs/source/cso/velems.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst
index 1f022570db..e7a693251e 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 8e758fae10..92cde014fb 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
===============