diff options
author | Ilia Mirkin <[email protected]> | 2014-03-31 18:08:07 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-04-01 10:17:13 -0400 |
commit | 05d0223da32a2749b7eb260c351f5623dafee022 (patch) | |
tree | 254b9fd6ad8066c4373cafebd21c685d48a2c29f /src/gallium/docs/source/tgsi.rst | |
parent | 45e383bfae12b7fa703ebdd407f88e4b1430254a (diff) |
gallium/docs: fix incorrect/missing references
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/docs/source/tgsi.rst')
-rw-r--r-- | src/gallium/docs/source/tgsi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index a408be41d81..16990de01ef 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -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 |