summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/screen.rst
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-18 16:40:39 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-18 16:40:39 -0800
commit2b4ad023211ebd69e53ebb2c261af66d09383440 (patch)
treeca14e3032bd174cdc8c3803c351d1b9f274fdb92 /src/gallium/docs/source/screen.rst
parent4f52dfeda2b3bc40b6c0acea0e9012c3b8cb36e8 (diff)
docs: Fix terms and refs.
I fail at Sphinx-style ReST.
Diffstat (limited to 'src/gallium/docs/source/screen.rst')
-rw-r--r--src/gallium/docs/source/screen.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index 8cb7c70cd3..bac63135b5 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -6,6 +6,8 @@ A screen is an object representing the context-independent part of a device.
Useful Flags
------------
+.. _pipe_texture_usage:
+
PIPE_TEXTURE_USAGE
^^^^^^^^^^^^^^^^^^
@@ -53,7 +55,7 @@ is_format_supported
See if a format can be used in a specific manner.
-**usage** is a bitmask of ``PIPE_TEXTURE_USAGE`` flags.
+**usage** is a bitmask of :ref:`PIPE_TEXTURE_USAGE` flags.
Returns TRUE if all usages can be satisfied.