diff --git a/buildscript/modules/addversioninfo.cmd b/buildscript/modules/addversioninfo.cmd index 6a9a3249..a63ab040 100644 --- a/buildscript/modules/addversioninfo.cmd +++ b/buildscript/modules/addversioninfo.cmd @@ -39,6 +39,7 @@ @call %devroot%\%projectname%\buildscript\modules\rcgen.cmd "Mesa3D off-screen rendering classic driver" %devroot%\%projectname%\bin\%abi%\osmesa-swrast\osmesa.dll %abi% %mesaver% "Mesa/X.org" @call %devroot%\%projectname%\buildscript\modules\rcgen.cmd "Mesa3D off-screen rendering gallium driver" %devroot%\%projectname%\bin\%abi%\osmesa-gallium\osmesa.dll %abi% %mesaver% "Mesa/X.org" @call %devroot%\%projectname%\buildscript\modules\rcgen.cmd "Mesa3D off-screen rendering gallium driver" %devroot%\%projectname%\bin\%abi%\osmesa.dll %abi% %mesaver% "Mesa/X.org" +@call %devroot%\%projectname%\buildscript\modules\rcgen.cmd "Microsoft SPIR-V to DXIL library" %devroot%\%projectname%\bin\%abi%\spirv_to_dxil.dll %abi% %mesaver% "Microsoft Corporation" @echo Done @echo. diff --git a/releasenotes.md b/releasenotes.md index b5985948..3e0628db 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,6 +1,8 @@ # Next release ### Build script - MSVC build: Switch LLVM discovery method from config tool to cmake. +### Deployment +- Add version info for Microsoft SPIR-V to DXIL library. # 21.0.0 - Updated Mesa3D to [21.0.0](https://docs.mesa3d.org/relnotes/21.0.0.html). ### Debug