Skip to content

Commit

Permalink
Disable cloveer patch as it doesn't help
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Jul 27, 2022
1 parent fafc8b1 commit 7c547eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/modules/mesa3d.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c547eb

Please sign in to comment.