From 8272419d14d01c0ae3cb046a8eff32491fe0ab7f Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Mon, 23 Apr 2018 17:30:15 -0700 Subject: [PATCH] April 23, 2018 --- ReadMe.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ReadMe.txt b/ReadMe.txt index 15f76f2..cab85db 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex) Copyright (c) Microsoft Corporation. All rights reserved. -February 9, 2018 +April 23, 2018 This package contains DirectXTex, a shared source library for reading and writing DDS files, and performing various texture content processing operations including @@ -129,6 +129,12 @@ RELEASE NOTES ------------------------------------ RELEASE HISTORY +April 23, 2018 + Code cleanup + texconv: Updated with support reading "Extended BMP" files using DXTn + texconv: Updated to handle non-power-of-2 volume textures with mipmaps + texassemble, texconv, texdiag: support format name aliases like DXT3, RGBA, BGRA, FP16, etc. in addition to truncated DXGI_FORMAT_ values + February 9, 2018 HDR (RGBE Radiance) file format reader updated to support #?RGBE signature texconv: Added -rotatecolor and -nits switches