From bf1b46ab2b7012654030c4c348fc7b01b7e75837 Mon Sep 17 00:00:00 2001 From: pal1000 Date: Tue, 26 Jul 2022 19:23:17 +0300 Subject: [PATCH] releasenotes: Small improvement --- releasenotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes.md b/releasenotes.md index 5e18ac89..616ef70b 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -3,7 +3,7 @@ - Allow building osmesa with swr and without swrast; - Disable draw with LLVM if LLVM native module ends being unused but needed, workaround for [upstream issue 6817](https://gitlab.freedesktop.org/mesa/mesa/-/issues/6817); - Add [control mechanism](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17431) for [Futex](https://en.wikipedia.org/wiki/Futex) usage [22.2+]; -- clover: Allow using [LLVM lacking RTTI](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17055) [MSVC 22.0+/MinGW 22.2+]; +- clover: Allow using [LLVM lacking RTTI](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17055) [22.0+ MSVC/22.2+ MinGW]; - Require swrast to build swr otherwise swrast, tessts and radv disabling would pull out draw with LLVM which swr requires. # 22.1.4 - Updated Mesa3D to [22.1.4](https://docs.mesa3d.org/relnotes/22.1.4.html).