August 18, 2015

This commit is contained in:
Chuck Walbourn 2015-08-18 16:29:29 -07:00
parent 7093178481
commit 40496ecffa

View File

@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex)
Copyright (c) Microsoft Corporation. All rights reserved. Copyright (c) Microsoft Corporation. All rights reserved.
July 29, 2015 August 18, 2015
This package contains DirectXTex, a shared source library for reading and writing DDS This package contains DirectXTex, a shared source library for reading and writing DDS
files, and performing various texture content processing operations including files, and performing various texture content processing operations including
@ -106,6 +106,11 @@ RELEASE NOTES
------------------------------------ ------------------------------------
RELEASE HISTORY RELEASE HISTORY
August 18, 2015
Added GetWICFactory and SetWICFactory
Updates for new DXGI 1.3 types
Xbox One platform updates
July 29, 2015 July 29, 2015
Fixed rounding problem with 32-bit RGBA/BGRA format conversions Fixed rounding problem with 32-bit RGBA/BGRA format conversions
texconv: use CPU parallel compression for BC1-BC5 (-singleproc disables) texconv: use CPU parallel compression for BC1-BC5 (-singleproc disables)