diff options
author | Corbin Simpson <[email protected]> | 2010-01-18 16:40:39 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-18 16:40:39 -0800 |
commit | 2b4ad023211ebd69e53ebb2c261af66d09383440 (patch) | |
tree | ca14e3032bd174cdc8c3803c351d1b9f274fdb92 /src/gallium/docs/source/cso | |
parent | 4f52dfeda2b3bc40b6c0acea0e9012c3b8cb36e8 (diff) |
docs: Fix terms and refs.
I fail at Sphinx-style ReST.
Diffstat (limited to 'src/gallium/docs/source/cso')
-rw-r--r-- | src/gallium/docs/source/cso/rasterizer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/cso/rasterizer.rst b/src/gallium/docs/source/cso/rasterizer.rst index 4d8e1708e7c..ba0a7d10eee 100644 --- a/src/gallium/docs/source/cso/rasterizer.rst +++ b/src/gallium/docs/source/cso/rasterizer.rst @@ -108,7 +108,7 @@ scissor Whether the scissor test is enabled. multisample - Whether :ref:`MSAA` is enabled. + Whether :term:`MSAA` is enabled. bypass_vs_clip_and_viewport Whether the entire TCL pipeline should be bypassed. This implies that |