Skip to content

Commit

Permalink
Add version info to D3D12 VA-API driver
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Nov 7, 2022
1 parent 9d3a5a5 commit af375d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 deletions buildinfo/msvc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Python packages
---------------
Mako 1.2.3
MarkupSafe 2.1.1
meson 0.63.3
pip 22.3
meson 0.64.0
pip 22.3.1
setuptools 65.5.1

CMake 3.24.2
Expand All @@ -29,5 +29,6 @@ Bison 3.8.2
pkgconf 1.9.3
zlib 1.2.13
OpenCLonD3D12 ICD 2022.11.02
libva 2.17.0.1
libva 2.17.0.pre1
VA-API 1.17.0
DirectX headers 1.606.4
3 changes: 3 additions & 0 deletions buildscript/modules/addversioninfo.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
@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"
@call "%devroot%\%projectname%\buildscript\modules\rcgen.cmd" "Microsoft SPIR-V to DXIL library" "%devroot%\%projectname%\bin\%abi%\libspirv_to_dxil.dll" %abi% %mesaver% "Microsoft Corporation"

@rem Add version info to Microsoft D3D12 VA-API driver
@call "%devroot%\%projectname%\buildscript\modules\rcgen.cmd" "Microsoft VA-API over D3D12 driver" "%devroot%\%projectname%\bin\%abi%\vaon12_drv_video.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
Expand Up @@ -17,6 +17,8 @@
- MSVC: Roll LLVM 15.0.4;
- Add libva and VA-API versions;
- Add DirectX headers version.
### Distribution
- Add version info to D3D12 VA-API driver.
# 22.2.2
- Updated Mesa3D to [22.2.2](https://docs.mesa3d.org/relnotes/22.2.2.html).
### Distribution
Expand Down

0 comments on commit af375d7

Please sign in to comment.