@@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex)
3
3
4
4
Copyright (c) Microsoft Corporation. All rights reserved.
5
5
6
- July 1, 2013
6
+ August 1, 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
@@ -73,9 +73,8 @@ DDSView\
73
73
74
74
XNAMath\
75
75
This contains a copy of XNA Math version 2.05, which is an updated version of the library. This is
76
- required if building content with USE_XNAMATH (the default for the VS 2010 projects). The VS 2012
77
- projects use DirectXMath in the Windows SDK 8.0 instead.
78
- For details see
76
+ required if building content with USE_XNAMATH. This is only needed for the VS 2010 project that
77
+ does not use the Windows SDK 8.0 instead. For details see
79
78
<http://blogs.msdn.com/b/chuckw/archive/2012/06/22/xna-math-version-2-05-smoothing-the-transition-to-directxmath.aspx>
80
79
81
80
All content and source code for this package except XNA Math are bound to the Microsoft Public License (Ms-PL)
@@ -92,10 +91,7 @@ RELEASE NOTES
92
91
DDS files created using the DDS_FLAGS_FORCE_DX10_EXT_MISC2 flag or the texconv -dx10 switch using the
93
92
March 2013 release should be refreshed.
94
93
95
- * The DirectXTex library does not support block compression or decompression of mipmapped non-power-of-2 textures,
96
- although DDSTextureLoader will load these files correctly if the underlying device supports it. [CodePlex issue 640]
97
-
98
- * Due to the underlying Windows BMP WIC codec, alpha channels are not supported for 16bpp or 32bpp BMP pixel format files. The Windows 8
94
+ * Due to the underlying Windows BMP WIC codec, alpha channels are not supported for 16bpp or 32bpp BMP pixel format files. The Windows 8.x
99
95
version of the Windows BMP WIC codec does support 32bpp pixel formats with alpha when using the BITMAPV5HEADER file header. Note the updated
100
96
WIC is available on Windows 7 SP1 with KB 2670838 installed.
101
97
@@ -118,6 +114,17 @@ RELEASE NOTES
118
114
------------------------------------
119
115
RELEASE HISTORY
120
116
117
+ August 1, 2013
118
+ Support for BC compression/decompression of non-power-of-2 mipmapped textures
119
+ Fixes for BC6H / BC7 codecs to better match published standard
120
+ Fix for BC4 / BC5 codecs when compressing RGB images
121
+ Minor fix for the BC1-3 codec
122
+ New optional flags for ComputeMSE to compare UNORM vs. SNORM images
123
+ New WIC loading flag added to control use of WIC metadata to return sRGB vs. non-sRGB formats
124
+ Code cleanup and /analyze fixes
125
+ Project file cleanup
126
+ Texconv utility uses parallel BC compression by default for BC6H/BC7, -singleproc disables multithreaded behavior
127
+
121
128
July 1, 2013
122
129
VS 2013 Preview projects added
123
130
SaveToWIC functions updated with new optional setCustomProps parameter
0 commit comments