@@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex)
3
3
4
4
Copyright (c) Microsoft Corporation. All rights reserved.
5
5
6
- October 21 , 2013
6
+ December 24 , 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
@@ -14,9 +14,9 @@ writer since this image file format is commonly used for texture content process
14
14
but is not currently supported by a built-in WIC codec.
15
15
16
16
The source is written for Visual Studio 2010, 2012, or 2013. It is recommended that you
17
- make use of the Windows 8.x SDK and Windows 7 Service Pack 1 or later.
17
+ make use of the Windows 8.1 SDK and Windows 7 Service Pack 1 or later.
18
18
19
- Details on using the Windows 8.x SDK with VS 2010 are described on the Visual C++ Team Blog:
19
+ Details on using the Windows 8.1 SDK with VS 2010 are described on the Visual C++ Team Blog:
20
20
<http://blogs.msdn.com/b/vcblog/archive/2012/11/23/using-the-windows-8-sdk-with-visual-studio-2010-configuring-multiple-projects.aspx>
21
21
22
22
DDSTextureLoader\
@@ -74,7 +74,7 @@ DDSView\
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
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
77
+ does not use the Windows SDK 8.x instead. For details see
78
78
<http://blogs.msdn.com/b/chuckw/archive/2012/06/22/xna-math-version-2-05-smoothing-the-transition-to-directxmath.aspx>
79
79
80
80
All content and source code for this package except XNA Math are bound to the Microsoft Public License (Ms-PL)
@@ -114,6 +114,12 @@ RELEASE NOTES
114
114
------------------------------------
115
115
RELEASE HISTORY
116
116
117
+ December 24, 2013
118
+ texconv updated with -fl and -pow2 command-line switches
119
+ Fixed bug in Resize when doing custom filtering which occurred when exactly doubling the image size
120
+ Added move operators to ScratchImage and Blob classes
121
+ Xbox One platform support
122
+
117
123
October 21, 2013
118
124
Updated for Visual Studio 2013 and Windows 8.1 SDK RTM
119
125
PremultiplyAlpha updated with new 'flags' parameter and to use sRGB correct blending
0 commit comments