From 3950756b534e42de1ada8222398fbc1ac7432fca Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 5 Oct 2016 15:30:46 -0700 Subject: [PATCH] October 5, 2016 --- ReadMe.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ReadMe.txt b/ReadMe.txt index b734f98..488a23d 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex) Copyright (c) Microsoft Corporation. All rights reserved. -September 14, 2016 +October 5, 2016 This package contains DirectXTex, a shared source library for reading and writing DDS files, and performing various texture content processing operations including @@ -113,6 +113,17 @@ RELEASE NOTES ------------------------------------ RELEASE HISTORY +October 5, 2016 + *breaking change* + Renamed Evaluate to EvaluateImage, Transform to TransformImage + texdiag: new command-line tool for texture debugging + texconv: -bcmax, -bcquick, -tonemap, and -x2bias switches + texconv: overwrite writing and -y switch + texconv/texassemble: optional OpenEXR support + texassemble: command syntax with support for generating strip and cross images from cubemap + Updates to DDSTextureLoader, WICTextureLoader, and ScreenGrab + Minor code cleanup + September 14, 2016 HDR (RGBE Radiance) file format reader and writer Evaluate and Transform functions for computing user-defined functions on images