gallium/docs: fix incorrect/missing references
authorIlia Mirkin <imirkin@alum.mit.edu>
Mon, 31 Mar 2014 22:08:07 +0000 (18:08 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 1 Apr 2014 14:17:13 +0000 (10:17 -0400)
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/docs/source/context.rst
src/gallium/docs/source/cso/dsa.rst
src/gallium/docs/source/debugging.rst
src/gallium/docs/source/distro.rst
src/gallium/docs/source/resources.rst
src/gallium/docs/source/tgsi.rst

index efa2a1c77f0fe6ed47a77c52abc533dbc89cd4a0..1fc8a3e4bad0436961ecf5ae2e6ccab7a1110035 100644 (file)
@@ -31,10 +31,10 @@ CSO objects handled by the context object:
   the CSO module will always replace all samplers at once (no sub-ranges).
   This may change in the future.
 * :ref:`Rasterizer`: ``*_rasterizer_state``
-* :ref:`Depth, Stencil, & Alpha`: ``*_depth_stencil_alpha_state``
+* :ref:`depth-stencil-alpha`: ``*_depth_stencil_alpha_state``
 * :ref:`Shader`: These are create, bind and destroy methods for vertex,
   fragment and geometry shaders.
-* :ref:`Vertex Elements`: ``*_vertex_elements_state``
+* :ref:`vertexelements`: ``*_vertex_elements_state``
 
 
 Resource Binding State
@@ -310,7 +310,7 @@ The interface currently includes the following types of queries:
 
 ``PIPE_QUERY_OCCLUSION_COUNTER`` counts the number of fragments which
 are written to the framebuffer without being culled by
-:ref:`Depth, Stencil, & Alpha` testing or shader KILL instructions.
+:ref:`depth-stencil-alpha` testing or shader KILL instructions.
 The result is an unsigned 64-bit integer.
 This query can be used with ``render_condition``.
 
index 1bbe381f9e9489bfd36c9eab02b70442e0c7f61d..473d4f424e6eb6844b5a94923c79684009faab70 100644 (file)
@@ -1,4 +1,4 @@
-.. _depth,stencil,&alpha:
+.. _depth-stencil-alpha:
 
 Depth, Stencil, & Alpha
 =======================
index dc308e539d0cf2c55d8a5d4312485e5638b52be6..8566dbdd75157d2f0f32a649153c58c89000d346 100644 (file)
@@ -31,7 +31,7 @@ Controls if the :ref:`rbug` should be used.
 
 .. envvar:: GALLIUM_TRACE <string> ("")
 
-If set, this variable will cause the :ref:`Trace` output to be written to the
+If set, this variable will cause the :ref:`trace` output to be written to the
 specified file. Paths may be relative or absolute; relative paths are relative
 to the working directory.  For example, setting it to "trace.xml" will cause
 the trace to be written to a file of the same name in the working directory.
index 0089b28ee0a5470ac68ae6f5f96614d1f8831a4d..d69c1860345c4bb8c190441182c8d30edb523c6b 100644 (file)
@@ -67,6 +67,8 @@ Softpipe
 
 Reference software rasterizer. Slow but accurate.
 
+.. _trace:
+
 Trace
 ^^^^^
 
index 56a86d6cfcaf0b3490c6ebffcc7f5a9233ec0218..e3e15f85f3cfdbd90601aa00aa2b00c68e9a1447 100644 (file)
@@ -1,3 +1,5 @@
+.. _resource:
+
 Resources and derived objects
 =============================
 
index a408be41d81ec9f7d74d93b8571e7ad423f075f0..16990de01effe9a1b999a231067fb0e265e6936d 100644 (file)
@@ -17,7 +17,7 @@ one.
 
 Some instructions, like :opcode:`I2F`, permit re-interpretation of vector
 components as integers. Other instructions permit using registers as
-two-component vectors with double precision; see :ref:`Double Opcodes`.
+two-component vectors with double precision; see :ref:`doubleopcodes`.
 
 When an instruction has a scalar result, the result is usually copied into
 each of the components of *dst*. When this happens, the result is said to be