1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-21 12:00:06 +00:00
Commit Graph

696 Commits

Author SHA1 Message Date
Chuck Walbourn
51e865265a Minor update for VS 2019 sln 2020-10-06 12:00:36 -07:00
Chuck Walbourn
c1a3e42e4d September 30, 2020 2020-09-30 13:59:10 -07:00
Chuck Walbourn
7823346987 R16_SNORM, R8_SNORM pixel write code updated to round instead of truncate 2020-09-30 13:37:40 -07:00
Chuck Walbourn
b68c0df6d5 Updated tools to use TGA_FLAGS parameter 2020-09-30 12:37:49 -07:00
Chuck Walbourn
836cabd0f9
TGA flags for sRGB colorspace in TGA 2.0 extension area (#199) 2020-09-29 14:51:25 -07:00
Chuck Walbourn
5624f948af Fixed TGA 2.0 metadata writing for small images 2020-09-28 22:40:27 -07:00
Chuck Walbourn
61bdcf751c
Added Ex variants to DX9 DDSTextureLoader, WICTextureLoader (#198) 2020-09-28 15:05:15 -07:00
Chuck Walbourn
80f38c3903
Added TGA_FLAGS for TGA reader (#197) 2020-09-22 11:57:22 -07:00
Chuck Walbourn
9dbde8de5d Fixed WICTextureLoader resize error that resulted in WINCODEC_ERR_INSUFFICIENTBUFFER 2020-09-18 20:17:30 -07:00
Chuck Walbourn
216e2b0388 Avoid static initialization order fiasco (#196) 2020-09-18 14:06:27 -07:00
Chuck Walbourn
01823b7830 Enable OpenMP usage for GDK 2020-08-25 13:00:45 -07:00
Chuck Walbourn
7ad8833ad6 Fixed GDK projects to remove DX11 usage 2020-08-24 14:17:20 -07:00
Chuck Walbourn
054ffb428c August 15, 2020 2020-08-15 16:20:52 -07:00
Chuck Walbourn
5b64d42b39 Added version info to tex tool logo output 2020-08-15 16:09:40 -07:00
Chuck Walbourn
a8eff54bd5 Added GDK projects 2020-08-14 12:22:17 -07:00
Chuck Walbourn
b0667d7da9 Updates for Xbox 2020-08-12 14:35:39 -07:00
Chuck Walbourn
8aee4d3ccf CMake code review 2020-08-10 20:54:31 -07:00
Maciej
179d12148d
Changed binaries location from source dir to binary dir (#192) 2020-08-10 20:04:44 -07:00
Chuck Walbourn
97c859b53a
Removed prebuilt versions of shader inc/pdb from library (#190) 2020-07-28 23:27:30 -07:00
Chuck Walbourn
8333388734 Updated D3DX12 for Windows 10 SDK (19041) 2020-07-15 17:41:45 -07:00
Chuck Walbourn
93aa3c6c09 texconv updated with -reconstructz switch 2020-07-14 01:59:19 -07:00
Chuck Walbourn
9ef44739a3 Added FormatDataType utility function 2020-07-12 23:00:17 -07:00
Chuck Walbourn
86f59e62c0 Minor code cleanup 2020-07-10 21:01:52 -07:00
Chuck Walbourn
eda42c4923 Minor code review: 2020-07-10 15:39:55 -07:00
Chuck Walbourn
d980fb6576
DirectXTex updated with DDS_FLAGS_ALLOW_LARGE_FILES (#188) 2020-07-09 14:13:38 -07:00
Chuck Walbourn
81ab7997ec texassemble: updated with -fl switch to emit warnings for exceeding required hardware support 2020-07-09 13:59:11 -07:00
Chuck Walbourn
13e90f900f Code review feedback for TGA 2020-07-09 11:17:14 -07:00
Chuck Walbourn
bfa3a11aee Fixed issue when trying to Capture 'small alignment' textures 2020-07-08 17:47:06 -07:00
Chuck Walbourn
6a0f5a97d9 July 2, 2020 2020-07-02 15:51:27 -07:00
Chuck Walbourn
1208f96733 Reorganized code in texassmble 2020-07-01 01:37:13 -07:00
Chuck Walbourn
58164bbaba texassemble: Fixed AnimatedGif handling with transparency 2020-07-01 01:19:51 -07:00
Chuck Walbourn
8a0fa55b62 Added Security notice 2020-06-30 17:01:09 -07:00
Chuck Walbourn
6f825aa8c2 CMakeLists.txt updated for use as add_subdirectory 2020-06-20 23:08:42 -07:00
Chuck Walbourn
ecf5f1e40f June 15, 2020 2020-06-15 00:22:20 -07:00
Chuck Walbourn
e53a13e8c1 Fixed PVS Studio V1037 warning 2020-06-13 14:02:40 -07:00
Chuck Walbourn
2573bd8307 Fixed x86 warning 2020-06-12 21:39:09 -07:00
Chuck Walbourn
741870f834 Fixed PVS Studio V549 warning 2020-06-12 19:44:06 -07:00
Chuck Walbourn
80853b7771 Fixed regression in FS70 support introduced in pull request #180 2020-06-12 15:12:47 -07:00
Chuck Walbourn
759caf730e /analyze warning cleanup 2020-06-05 15:01:02 -07:00
Chuck Walbourn
5999f34c11 PFM half16 variant and cope with comments 2020-06-05 01:52:47 -07:00
Chuck Walbourn
0539287324
Portable PixMap reader/writers for texconv (#180) 2020-06-04 20:07:21 -07:00
Chuck Walbourn
09fc5fe957 Suppress some additional warnings for VS 2019 (16.7) Preview 2020-06-03 14:12:14 -07:00
Chuck Walbourn
1000c63840 June 1, 2020 2020-06-01 21:38:11 -07:00
Chuck Walbourn
2873a800d0 Added WIC_LOADER_SRGB_DEFAULT flag to WICTextureLoader 2020-06-01 19:00:09 -07:00
Chuck Walbourn
17aeb40917
Switched to using strongly typed flags (#179) 2020-06-01 00:42:02 -07:00
Chuck Walbourn
8359882401 functions taking std::function should not be noexcept 2020-05-30 22:14:59 -07:00
Chuck Walbourn
21f7e28b80
Added WIC_FLAGS_DEFAULT_SRGB flag (#178) 2020-05-27 02:29:55 -07:00
Chuck Walbourn
07c0aaa045 More code review 2020-05-21 00:40:33 -07:00
Chuck Walbourn
1d7790d553 Fix macro conformance 2020-05-20 18:18:24 -07:00
Chuck Walbourn
f02f9db942 Fix preprocessor conformance issue 2020-05-19 20:13:05 -07:00