File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex)
3
3
4
4
Copyright (c) Microsoft Corporation. All rights reserved.
5
5
6
- January 24, 2014
6
+ February 24, 2014
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
@@ -102,6 +102,14 @@ RELEASE NOTES
102
102
------------------------------------
103
103
RELEASE HISTORY
104
104
105
+ February 24, 2014
106
+ Direct3D 11 video and Xbox One extended format support
107
+ New APIs: IsPlanar, IsPalettized, IsDepthStencil, ConvertToSinglePlane
108
+ Added 'alphaWeight' parameter to GPU Compress [breaking change]
109
+ texconv '-aw' switch to control the alpha weighting for the BC7 GPU compressor
110
+ Fixed bug with ordered dithering in non-WIC conversion codepaths
111
+ Fixed SaveToDDS* functions when using arbitrary row pitch values
112
+
105
113
January 24, 2014
106
114
Added sRGB flags for Compress (TEX_COMPRESS_SRGB*)
107
115
Added 'compress' flag parameter to GPU versions of Compress [breaking change]
You can’t perform that action at this time.
0 commit comments