Module: Mesa
Branch: master
Commit: 8e1768cfd32a4fa47dd5d4e8f5434fafc3b31201
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e1768cfd32a4fa47dd5d4e8f5434fafc3b31201

Author: Corbin Simpson <[email protected]>
Date:   Fri Mar 19 00:07:55 2010 -0700

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 deletions(-)

diff --git a/src/gallium/docs/source/context.rst 
b/src/gallium/docs/source/context.rst
index 1f02257..e7a6932 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 8e758fa..92cde01 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
 ===============

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to