mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 15:30:09 +00:00
docs: escape backquote character
This unescaped backquote charcter confuses Sphinx, making it emit a
warning and slightly confused HTML in the end.
Let's escape it instead, to keep things sane.
Fixes: fdff24d930
("docs: add release notes for 20.1.8")
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6863>
This commit is contained in:
parent
92831412d9
commit
96ac7115db
@ -32,7 +32,7 @@ Bug fixes
|
||||
---------
|
||||
|
||||
- Crash in ruvd_end_frame when calling vaBeginPicture/vaEndPicture without rendering anything
|
||||
- khr_debug-push-pop-group_gl: ../src/util/simple_mtx.h:86: simple_mtx_lock: Assertion `c != _SIMPLE_MTX_INVALID_VALUE' failed.
|
||||
- khr_debug-push-pop-group_gl: ../src/util/simple_mtx.h:86: simple_mtx_lock: Assertion \`c != _SIMPLE_MTX_INVALID_VALUE' failed.
|
||||
- Amber test opt_peel_loop_initial_if: Assertion failed
|
||||
- Dirt Rally: Flickering glitches on certain foliage since Mesa 20.1.0 caused by MSAA
|
||||
- [BRW] WRC 5 asserts with gallium nine and iris.
|
||||
|
Loading…
Reference in New Issue
Block a user