Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[directxtex] port update for January 2023 release #29343

Merged
merged 2 commits into from
Feb 3, 2023

Conversation

walbourn
Copy link
Member

@walbourn walbourn commented Feb 1, 2023

  • Fixed memory overwrite bug in ConvertToSinglePlane that can lead to a potential security issue for untrusted planar video format DDS files
  • Make sure ScratchImage zero-fills image memory
  • Fix DirectX12 GPU-validation warnings for texture loaders

First issue is a fix for a security bug reported by a researcher. See this notice.

@LilyWangLL LilyWangLL self-assigned this Feb 1, 2023
@LilyWangLL LilyWangLL added the category:port-update The issue is with a library, which is requesting update new revision label Feb 1, 2023
@walbourn walbourn marked this pull request as ready for review February 1, 2023 21:51
@walbourn
Copy link
Member Author

walbourn commented Feb 1, 2023

Verified all supported triplets and features:

vcpkg install directxtex:x86-windows
vcpkg install directxtex[dx12]:x86-windows --recurse
vcpkg install directxtex[openexr]:x86-windows --recurse
vcpkg install directxtex:x86-windows-static
vcpkg install directxtex:x86-windows-static-md

vcpkg install directxtex:x64-windows
vcpkg install directxtex[dx12]:x64-windows --recurse
vcpkg install directxtex[openexr]:x64-windows --recurse
vcpkg install directxtex:x64-windows-static
vcpkg install directxtex:x64-windows-static-md

vcpkg install directxtex:arm-windows
vcpkg install directxtex:arm64-windows
vcpkg install directxtex:arm64-windows-static
vcpkg install directxtex:arm64-windows-static-md

vcpkg install directxtex:x86-uwp
vcpkg install directxtex:x64-uwp
vcpkg install directxtex:arm-uwp
vcpkg install directxtex:arm64-uwp

./vcpkg install directxtex:x64-linux 
./vcpkg install directxtex[dx12]:x64-linux  --recurse
./vcpkg install directxtex[openexr]:x64-linux  --recurse

./vcpkg install directxtex:arm64-linux 
./vcpkg install directxtex[dx12]:arm64-linux  --recurse
./vcpkg install directxtex[openexr]:arm64-linux  --recurse

vcpkg install directxtex:x64-mingw-static
vcpkg install directxtex[dx12]:x64-mingw-static --recurse

vcpkg install directxtex:x86-mingw-static
vcpkg install directxtex[dx12]:x86-mingw-static --recurse

@walbourn walbourn closed this Feb 1, 2023
@walbourn walbourn reopened this Feb 1, 2023
@LilyWangLL LilyWangLL added the info:reviewed Pull Request changes follow basic guidelines label Feb 2, 2023
@BillyONeal BillyONeal merged commit 65eed91 into microsoft:master Feb 3, 2023
@BillyONeal
Copy link
Member

Thanks for the updates!

@walbourn walbourn deleted the directxtexjan2023 branch April 5, 2023 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants