Commit Graph

81 Commits

Author SHA1 Message Date
Chuck Walbourn
e62bbb24f8
Retire Windows 8.1 Store, Windows phone 8.1. and VS 2013 projects (#96)
* Retire VS 2013 projects
* Cleaned up warning suppression
* Use ``noexcept`` instead of ``throw()``
* Can use ``%zu`` instead of ``%Iu``
* More uniform initialization
2018-05-01 17:34:54 -07:00
Chuck Walbourn
90a34e9959 texconv updated to handle non-pow2 volume textures with mips 2018-04-18 00:08:35 -07:00
Chuck Walbourn
3b05453e98 Fixed up comment header block 2018-02-23 22:24:46 -08:00
Chuck Walbourn
cfc063becd texconv/texassemble/texdiag: additional format aliases 2018-02-22 11:57:53 -08:00
Chuck Walbourn
06816df22c Add support for reading non-standard BMP files with DXTn data 2018-02-22 01:49:04 -08:00
Chuck Walbourn
2b2f90259a texconv/diag/assemble updated with format name aliases like DXT3 and FP16 2018-02-22 00:17:49 -08:00
Chuck Walbourn
ac7b79033d minor build warning fix 2018-02-09 14:48:49 -08:00
Chuck Walbourn
386764334b texconv: HDR10 to 709 fix 2018-02-08 17:21:27 -08:00
Chuck Walbourn
16e605acf5 texconv: -rotatecolor and -nits options 2018-02-07 17:14:11 -08:00
Chuck Walbourn
3a4748ddeb command-line tools updated with -flist 2017-09-19 11:13:34 -07:00
Chuck Walbourn
1f05a8c276 texconv: -wicmulti switch 2017-02-26 00:32:11 -08:00
Chuck Walbourn
209a5b4a54 texassemble: -tonemap option 2017-02-25 23:57:13 -08:00
Chuck Walbourn
8fcd276eba permissive- code cleanup 2017-01-10 14:51:52 -08:00
Chuck Walbourn
bff5db3f6d texconv: added optional .exr support 2016-10-02 01:53:31 -07:00
Chuck Walbourn
a7b3393d4d added -x2bias switch for texconv 2016-09-30 00:16:56 -07:00
Chuck Walbourn
9fb5335cac Minor code review 2016-09-27 00:04:19 -07:00
Chuck Walbourn
c537f0130f Minor code cleanup: Const usage 2016-09-25 14:09:14 -07:00
Chuck Walbourn
97fa22b8ae texconv overwrite warning and -y command switch 2016-09-23 23:48:33 -07:00
Chuck Walbourn
c5f238b6d4 texconv -tonemap option 2016-09-23 17:36:38 -07:00
Chuck Walbourn
c825869b65 texconv: -bcmax and -bcquick are mutually exclusive switches 2016-09-20 16:59:15 -07:00
Chuck Walbourn
1b27a1b819 BC7 compressor optimziation for only using mode 6 2016-09-20 16:40:49 -07:00
Chuck Walbourn
bfa53ff6c0 Rename Evaluate and Transform 2016-09-19 11:33:43 -07:00
Chuck Walbourn
055ad9025d texconv: Fixed build warning 2016-09-15 11:33:42 -07:00
Chuck Walbourn
9290fcdf04 Added TEX_THRESHOLD_DEFAULT constant 2016-09-14 10:56:38 -07:00
Chuck Walbourn
1dec86435d Code review feedback 2016-09-14 00:21:44 -07:00
Chuck Walbourn
a30c37220b Support premultiply reverse and -alpha switch 2016-09-14 00:03:22 -07:00
Chuck Walbourn
50e4e6552e Transform function and texconv -c switch 2016-09-13 18:09:46 -07:00
Chuck Walbourn
a93b58ec13 Fixed assert failures 2016-09-13 16:25:43 -07:00
Chuck Walbourn
5d16f93f1f Code review feedback 2016-09-12 23:45:40 -07:00
Chuck Walbourn
e35e84f6e1 texassemble/texconv: added wildcard support 2016-09-12 21:54:08 -07:00
Chuck Walbourn
2d27b1447e texassemble/texconv: Code cleanup 2016-09-12 16:39:26 -07:00
Chuck Walbourn
4c5a4d3ee3 texconv: only emit non-pow2 warning if using -fl with a 9.x feature level 2016-09-12 12:48:27 -07:00
Chuck Walbourn
7275893dbe badtails flag to enable loading of legacy DXTn DDS files with incomplete mipchain tails 2016-09-11 14:29:10 -07:00
Chuck Walbourn
04143d621c Added HDR readers and writes and Evaluate function 2016-09-10 20:43:33 -07:00
Chuck Walbourn
4dd440e775 Normalize line endings 2016-08-22 11:26:36 -07:00
Chuck Walbourn
b6d2db759b Minor fix for when -gpu switch not provided 2016-08-18 16:57:03 -07:00
Chuck Walbourn
71d1471cab texconv updated with -gpu switch 2016-08-18 16:49:24 -07:00
Chuck Walbourn
e0a2f7f2fe texconv: Added -wicq and -wiclossless switches 2016-06-21 16:58:18 -07:00
Chuck Walbourn
649c5e53dc Purge WCHAR typedef 2016-05-11 11:36:27 -07:00
Chuck Walbourn
ab9fd446ee Minimized windows.h content 2016-04-24 20:28:04 -07:00
Chuck Walbourn
51e92d4e5d Use IID_PPV_ARGS macro 2016-04-18 14:45:56 -07:00
Chuck Walbourn
115829ff09 Added feature levels 12.0 and 12.1 to texconv 2015-11-02 17:03:41 -08:00
Chuck Walbourn
445a3d2da4 Whitespace cleanpu 2015-07-27 12:46:54 -07:00
Chuck Walbourn
4feff1578c Use parallel compression for BC1-BC5 2015-07-07 14:20:14 -07:00
Chuck Walbourn
429b3e7995 BC7 compressor optimization for skipping mode 0 & 2 by default 2015-04-22 13:31:37 -07:00
walbourn_cp
f618e9f19d Fixed bugs in WIC loader for multframe images when resizing was required
- texconv & texassemble now load multi-frames if present from WIC files (tiff, gif)
2015-03-17 18:07:21 -07:00
walbourn_cp
c93fb6b3d9 texconv: added -nmap command-line switch for generating normal maps from height maps 2015-03-10 15:22:08 -07:00
walbourn_cp
e23c8e19fd Code review feedback 2015-01-30 17:31:49 -08:00
walbourn_cp
5f95b87ddf Updated libraries for VS 2015 C99 and legacy printf conformance
- Static libraries built with _CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS
2015-01-24 01:17:54 -08:00
walbourn_cp
00289d607e texconv: fixed spelling error in comments 2014-10-22 17:50:21 -07:00