diff options
author | Corbin Simpson <[email protected]> | 2010-03-19 00:07:55 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-03-19 00:07:55 -0700 |
commit | 8e1768cfd32a4fa47dd5d4e8f5434fafc3b31201 (patch) | |
tree | 4a195dfd41bee3c8418704cb7061249ab4f0e3a3 /src | |
parent | 12a40dda394bd14e31c679551bc5abc8b601fdbf (diff) |
gallium/docs: Fix a couple ReST errors.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/docs/source/context.rst | 1 | ||||
-rw-r--r-- | src/gallium/docs/source/cso/velems.rst | 2 |
2 files changed, 2 insertions, 1 deletions
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 =============== |