diff options
author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2020-06-15 12:31:34 +0200 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-06-16 20:36:38 +0000 |
commit | 429ff054917910190831ab554f6c7a25eeeaf069 (patch) | |
tree | be043ac3559105eb23a6c4d1a07a0671dcb78d9e /docs/relnotes/7.9.rst | |
parent | 9be0e2dbf4f6494efb6b42078638e869255e7dd2 (diff) | |
download | mesa-429ff054917910190831ab554f6c7a25eeeaf069.tar.gz mesa-429ff054917910190831ab554f6c7a25eeeaf069.tar.bz2 mesa-429ff054917910190831ab554f6c7a25eeeaf069.zip |
docs/relnotes: update internal references
This time, let's use proper Sphinx roles for the referenes, so we can
reference documents and inline refs.
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5471>
Diffstat (limited to 'docs/relnotes/7.9.rst')
-rw-r--r-- | docs/relnotes/7.9.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/relnotes/7.9.rst b/docs/relnotes/7.9.rst index b0ac067a939..fd257472f62 100644 --- a/docs/relnotes/7.9.rst +++ b/docs/relnotes/7.9.rst @@ -9,7 +9,7 @@ Mesa 7.9 implements the OpenGL 2.1 API, but the version reported by glGetString(GL_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 2.1. -See the `Compiling/Installing page <../install.rst>`__ for +See the :doc:`Compiling/Installing page <../install>` for prerequisites for DRI hardware acceleration. MD5 checksums @@ -27,8 +27,8 @@ MD5 checksums New features ------------ -- New, improved GLSL compiler written by Intel. See the `Shading - Language <../shading.rst>`__ page for more information. +- New, improved GLSL compiler written by Intel. See the :doc:`Shading + Language <../shading>` page for more information. - New, very experimental Gallium driver for R600-R700 Radeons. - Support for AMD Evergreen-based Radeons (HD 5xxx) - GL_EXT_timer_query extension (i965 driver and softpipe only) |