diff --git a/buildscript/modules/mesa3d.cmd b/buildscript/modules/mesa3d.cmd index 4d0c4c12..513e645d 100644 --- a/buildscript/modules/mesa3d.cmd +++ b/buildscript/modules/mesa3d.cmd @@ -138,7 +138,7 @@ @IF %intmesaver% GEQ 21300 IF %intmesaver% LSS 22000 call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" d3d10sw-2 @rem Clover build on Windows -@IF %intmesaver% GEQ 21300 call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" clover +@rem IF %intmesaver% GEQ 21300 call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" clover :configmesabuild @rem Configure Mesa build. diff --git a/releasenotes.md b/releasenotes.md index 6eb63f58..f0d24cc8 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -6,6 +6,8 @@ - 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; - LLD is not needed to build Mesa3D OpenCL stack. +### Out of tree patches +- Disable cloveer patch as it doesn't help. # 22.1.4 - Updated Mesa3D to [22.1.4](https://docs.mesa3d.org/relnotes/22.1.4.html). ### Build script