Skip to content

Commit

Permalink
Add version info for Microsoft SPIR-V to DXIL library
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Mar 21, 2021
1 parent 8d3b576 commit af3a4b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildscript/modules/addversioninfo.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit af3a4b9

Please sign in to comment.