From 8fa8f6e01f4f491e0922d195ae8c298ca475b68d Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 18 Jun 2015 16:15:15 -0700 Subject: [PATCH] June 18, 2015 --- ReadMe.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index fa153064..03e00583 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex) Copyright (c) Microsoft Corporation. All rights reserved. -March 27, 2015 +June 18, 2015 This package contains DirectXTex, a shared source library for reading and writing DDS files, and performing various texture content processing operations including @@ -13,8 +13,8 @@ use of the Windows Image Component (WIC) APIs. It also includes a simple .TGA re writer since this image file format is commonly used for texture content processing pipelines, but is not currently supported by a built-in WIC codec. -The source is written for Visual Studio 2010, 2012, or 2013. It is recommended that you -make use of the Windows 8.1 SDK and Windows 7 Service Pack 1 or later. +The source is written for Visual Studio 2010, 2012, 2013, or 2015. It is recommended that +you make use of the Windows 8.1 SDK and Windows 7 Service Pack 1 or later. Details on using the Windows 8.1 SDK with VS 2010 are described on the Visual C++ Team Blog: @@ -77,6 +77,10 @@ DDSView\ All content and source code for this package are subject to the terms of the MIT License. . +Documentation is available at . + +For the latest version of DirectXTex, bug reports, etc. please visit the project site. + http://go.microsoft.com/fwlink/?LinkId=248926 @@ -105,6 +109,11 @@ RELEASE NOTES ------------------------------------ RELEASE HISTORY +June 18, 2015 + New BC_FLAGS_USE_3SUBSETS option for BC7 compressors; now defaults to skipping 3 subset blocks + Fixed bug with MakeTypeless and A8_UNORM + Fixed file length validation problem in LoadDDSFromFile + March 27, 2015 Added projects for Windows apps Technical Preview Fixed bug with WIC-based mipmap generation for non-WIC supported formats