docs/relnotes: escape non-urls
Sphinx can be a bit overly eager at interpreting text with colons in it as URLs. There's a few cases in our older relnotes where this happens, so let's escape them to avoid strange, broken links in the rendered output. Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19574>
This commit is contained in:
@@ -1884,7 +1884,7 @@ Matt Turner (41):
|
||||
nir_shader_get_entrypoint()
|
||||
- nir: Wire up int64 lowering functions
|
||||
- nir: Implement lowering of 64-bit shift operations
|
||||
- nir: Add and set info::uses_64bit
|
||||
- nir: Add and set \info::uses_64bit
|
||||
- nir: Create nir_builder in nir_lower_doubles_impl()
|
||||
- nir: Add lowering support for 64-bit operations to software
|
||||
- nir: Unset metadata debug bit if no progress made
|
||||
|
Reference in New Issue
Block a user