From 183937c3f767c19b41d05152ca53dea1757bceaa Mon Sep 17 00:00:00 2001 From: walbourn_cp Date: Mon, 24 Feb 2014 17:08:40 -0800 Subject: [PATCH] Updated for February 24, 2014 release --- ReadMe.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ReadMe.txt b/ReadMe.txt index 95a82bd..b16ffaf 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex) Copyright (c) Microsoft Corporation. All rights reserved. -January 24, 2014 +February 24, 2014 This package contains DirectXTex, a shared source library for reading and writing DDS files, and performing various texture content processing operations including @@ -102,6 +102,14 @@ RELEASE NOTES ------------------------------------ RELEASE HISTORY +February 24, 2014 + Direct3D 11 video and Xbox One extended format support + New APIs: IsPlanar, IsPalettized, IsDepthStencil, ConvertToSinglePlane + Added 'alphaWeight' parameter to GPU Compress [breaking change] + texconv '-aw' switch to control the alpha weighting for the BC7 GPU compressor + Fixed bug with ordered dithering in non-WIC conversion codepaths + Fixed SaveToDDS* functions when using arbitrary row pitch values + January 24, 2014 Added sRGB flags for Compress (TEX_COMPRESS_SRGB*) Added 'compress' flag parameter to GPU versions of Compress [breaking change]