summaryrefslogtreecommitdiff
path: root/docs/relnotes/19.0.0.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-06-04 16:45:37 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-13 10:42:00 +0000
commit841a47fb2869f83b4b92bc9486264bcc0d712475 (patch)
tree4512f3eb9b02a1d44b4ca5f94f085ed8e8be6129 /docs/relnotes/19.0.0.rst
parent2c0707d13dbf17140f776102f8cff22913b1b55a (diff)
docs: escape trailing underscores properly
In reStructuredText, a trailing underscore means a hyperlink reference, but it seems pandoc doesn't get this right for symbols that have already been escaped. So let's manually fix these up. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'docs/relnotes/19.0.0.rst')
-rw-r--r--docs/relnotes/19.0.0.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/relnotes/19.0.0.rst b/docs/relnotes/19.0.0.rst
index c800cf95817..4400b8bf535 100644
--- a/docs/relnotes/19.0.0.rst
+++ b/docs/relnotes/19.0.0.rst
@@ -157,7 +157,7 @@ Bug fixes
- `Bug 109075 <https://bugs.freedesktop.org/show_bug.cgi?id=109075>`__
- radv: New D3D boolean optimizations cause GPU hang in Witcher 3
- `Bug 109081 <https://bugs.freedesktop.org/show_bug.cgi?id=109081>`__
- - [bisected] [HSW] Regression in clipping.user_defined.clip_\*
+ - [bisected] [HSW] Regression in clipping.user_defined.clip\_\*
vulkancts tests
- `Bug 109086 <https://bugs.freedesktop.org/show_bug.cgi?id=109086>`__
- Crash software mesa with gl_select render mode
@@ -1619,7 +1619,7 @@ Kenneth Graunke (41):
counter
- st/mesa: Optionally override RGB/RGBX dst alpha blend factors
- gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS.
-- st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048
+- st/mesa: Limit GL_MAX_[NATIVE\_]PROGRAM_PARAMETERS_ARB to 2048
- anv: Put MOCS in the correct location
- nir: Don't reassociate add/mul chains containing only constants
- compiler: Mark clip/cull distance arrays as compact before lowering.