diff options
author | Erik Faye-Lund <[email protected]> | 2020-06-27 10:31:18 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-28 09:06:57 +0000 |
commit | 05e61a915732b38aa65d1e7ecf07a6e61fb33158 (patch) | |
tree | 1f3dc540846ed1c29d425f781f7853c3a859bb20 | |
parent | 3b74e6fa28037ee2d3fc0824275a9e1c509a0e2c (diff) |
docs: remove non-existent reference
The section referenced here was removed a while ago, but it was always
empty anyway. Let's just remove it instead of trying to fix it up.
Reviewed-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5671>
-rw-r--r-- | docs/dispatch.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dispatch.rst b/docs/dispatch.rst index 4fcce5ac88e..470b9809bd1 100644 --- a/docs/dispatch.rst +++ b/docs/dispatch.rst @@ -219,8 +219,8 @@ implementation of each function. This makes the assembly file considerably larger (e.g., 29,332 lines for ``glapi_x86-64.S`` versus 1,155 lines for ``glapi_x86.S``) and causes simple changes to the function implementation to generate many lines of diffs. Since the -assembly files are typically generated by scripts (see -`below <#autogen>`__), this isn't a significant problem. +assembly files are typically generated by scripts, this isn't a +significant problem. Once a new assembly file is created, it must be inserted in the build system. There are two steps to this. The file must first be added to |