@@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex)
3
3
4
4
Copyright (c) Microsoft Corporation. All rights reserved.
5
5
6
- March 22 , 2013
6
+ April 16 , 2013
7
7
8
8
This package contains DirectXTex, a shared source library for reading and writing DDS
9
9
files, and performing various texture content processing operations including
@@ -88,6 +88,10 @@ http://go.microsoft.com/fwlink/?LinkId=248926
88
88
------------------------------------
89
89
RELEASE NOTES
90
90
91
+ * The alpha mode specification for DDS files was updated between the March 2013 and April 2013 releases. Any
92
+ DDS files created using the DDS_FLAGS_FORCE_DX10_EXT_MISC2 flag or the texconv -dx10 switch using the
93
+ March 2013 release should be refreshed.
94
+
91
95
* The DirectXTex library does not support block compression or decompression of mipmapped non-power-of-2 textures,
92
96
although DDSTextureLoader will load these files correctly if the underlying device supports it. [CodePlex issue 640]
93
97
@@ -123,6 +127,16 @@ RELEASE NOTES
123
127
------------------------------------
124
128
RELEASE HISTORY
125
129
130
+ April 16, 2013
131
+ Updated alpha-mode metadata details in .DDS files
132
+ Added new control flags for Convert
133
+ Added new optional flags for ComputeMSE
134
+ Fixed conversion handling for sRGB formats
135
+ Fixed internal routines for handling R10G10B10_XR_BIAS_A2_UNORM, R9G9B9E5_SHAREDEXP, and FORMAT_R1_UNORM
136
+ Fixed WIC I/O for GUID_WICPixelFormat32bppRGBE pixel format files (HD Photo)
137
+ Fixed non-square image handling in GenerateMipMaps3D
138
+ Fixed some error handling in the DDS load code
139
+
126
140
March 22, 2013
127
141
Supports reading and writing alpha-mode (straight, premultiplied, etc.) metadata in .DDS files
128
142
Added build option to use WICCreateImagingFactory_Proxy instead of CoCreateInstance to obtain WIC factory
0 commit comments