From af375d70673aab9fc001aa8e5892524f2e0e690f Mon Sep 17 00:00:00 2001 From: pal1000 Date: Mon, 7 Nov 2022 15:50:45 +0200 Subject: [PATCH] Add version info to D3D12 VA-API driver --- buildinfo/msvc.txt | 7 ++++--- buildscript/modules/addversioninfo.cmd | 3 +++ releasenotes.md | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/buildinfo/msvc.txt b/buildinfo/msvc.txt index 88d9008f..b61b2083 100644 --- a/buildinfo/msvc.txt +++ b/buildinfo/msvc.txt @@ -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 @@ -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 diff --git a/buildscript/modules/addversioninfo.cmd b/buildscript/modules/addversioninfo.cmd index f71cc904..eda404f0 100644 --- a/buildscript/modules/addversioninfo.cmd +++ b/buildscript/modules/addversioninfo.cmd @@ -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. diff --git a/releasenotes.md b/releasenotes.md index 493dea0b..3b86775e 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -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