Commit Graph

  • 09fc5fe957 Suppress some additional warnings for VS 2019 (16.7) Preview Chuck Walbourn 2020-06-03 14:12:14 -07:00
  • 1000c63840 June 1, 2020 jun2020 Chuck Walbourn 2020-06-01 21:38:11 -07:00
  • 2873a800d0 Added WIC_LOADER_SRGB_DEFAULT flag to WICTextureLoader Chuck Walbourn 2020-06-01 19:00:09 -07:00
  • 17aeb40917
    Switched to using strongly typed flags (#179) Chuck Walbourn 2020-06-01 00:42:02 -07:00
  • 8359882401 functions taking std::function should not be noexcept Chuck Walbourn 2020-05-30 22:14:59 -07:00
  • 21f7e28b80
    Added WIC_FLAGS_DEFAULT_SRGB flag (#178) Chuck Walbourn 2020-05-27 02:29:55 -07:00
  • 07c0aaa045 More code review Chuck Walbourn 2020-05-21 00:40:33 -07:00
  • 1d7790d553 Fix macro conformance Chuck Walbourn 2020-05-20 18:18:24 -07:00
  • f02f9db942 Fix preprocessor conformance issue Chuck Walbourn 2020-05-19 20:13:05 -07:00
  • 0fbef589b2 Updated CMake to use /Zc:preprocessor Chuck Walbourn 2020-05-19 20:11:23 -07:00
  • cd85013db8 May 10, 2020 may2020 Chuck Walbourn 2020-05-10 20:37:32 -07:00
  • 5e8ccbf76e texconv: updated with -dx9 switch; converted -bcuniform, -bcdither, -bcmax, -bcquick to -bc ?? Chuck Walbourn 2020-05-10 01:26:32 -07:00
  • 8005055446 Code review feedback Chuck Walbourn 2020-05-09 20:46:09 -07:00
  • c25f23eb46
    Add Save R16G16B16A16_FLOAT to HDR (#175) swordow 2020-05-10 08:44:15 +08:00
  • 91d783dc22 Reformat code Chuck Walbourn 2020-05-09 17:41:45 -07:00
  • 45fb8623d2
    Direct3D 9 versions of texture loaders (#176) Chuck Walbourn 2020-05-09 17:22:35 -07:00
  • fdd7a70c44 Updated DDS.H header Chuck Walbourn 2020-05-09 13:18:25 -07:00
  • fc1a420f06 noexcept for texture loaders Chuck Walbourn 2020-05-07 22:27:01 -07:00
  • c07bf59658 Minor code review for loaders Chuck Walbourn 2020-05-07 22:20:53 -07:00
  • 50abcdf121 Fixed -Wimplicit-int-float-conversion Chuck Walbourn 2020-04-30 01:18:41 -07:00
  • 6ca1e02f6a Updated for latest d3dx12.h fixes Chuck Walbourn 2020-04-30 01:06:28 -07:00
  • 36c27579b9 Fixed D3DX12 bug with mesh shader related ctors Chuck Walbourn 2020-04-22 15:51:14 -07:00
  • 90cc562f9c Added WIC_LOADER_FORCE_RGBA32 to WICTextureLoader Chuck Walbourn 2020-04-20 23:35:43 -07:00
  • e169033b60 texassemble/texconv/texdiag: added -l switch Chuck Walbourn 2020-04-13 17:22:55 -07:00
  • c0481b1030 Suppress /analyze noise Chuck Walbourn 2020-04-12 22:05:34 -07:00
  • d0ed2c9561 April 3, 2020 apr2020 Chuck Walbourn 2020-04-03 16:27:36 -07:00
  • fbef34734e Guard pch usage to support older CMake Chuck Walbourn 2020-03-29 15:09:59 -07:00
  • 27d7184912 Update to use CMake 3.16 for pch support note VS 2019 (16.5) includes CMake 3.16 Chuck Walbourn 2020-03-29 12:49:11 -07:00
  • 4dd58180d7 Minor shader compile script update Chuck Walbourn 2020-03-24 21:19:17 -07:00
  • 03351f5a62
    Remove BOM from two files (#166) Aaron Franke 2020-03-21 14:05:24 -04:00
  • a03f57976f Updated D3DX12 for 19041 SDK Chuck Walbourn 2020-03-17 21:45:33 -07:00
  • 7186bb7890 Minor code review Chuck Walbourn 2020-03-17 14:18:03 -07:00
  • 442b5b6de8 Cleaned up /analyze C++ Core Guideline warnings Chuck Walbourn 2020-03-16 02:16:44 -07:00
  • 9adc918c98 Minor code review Chuck Walbourn 2020-03-11 17:05:50 -07:00
  • dbaaffbefb Code review feedback for standalone texture loaders Chuck Walbourn 2020-03-10 01:05:10 -07:00
  • 7cd2abf078 Minor code review Chuck Walbourn 2020-03-03 12:12:18 -08:00
  • 3c79b68973 constexpr usage for IsValid Chuck Walbourn 2020-02-26 15:55:05 -08:00
  • a7ddd0695c Minor update to history file Chuck Walbourn 2020-02-24 14:25:39 -08:00
  • d0f1cf0728
    Support reading files that use a 'BC7\0' FourCC (#165) Nicholas Hayes 2020-02-23 21:54:41 -07:00
  • d9bfe01fdb February 14, 2020 feb2020 Chuck Walbourn 2020-02-14 17:29:50 -08:00
  • 9d7c832874 texconv: Fix for -nmap when outputing compressed UNORM formats Chuck Walbourn 2020-02-13 23:36:16 -08:00
  • 1c6f993963 PremultiplyAlpha fix to avoid divide-by-zero Chuck Walbourn 2020-02-13 23:08:54 -08:00
  • 53b8522394 Suppress some warnings in public header Chuck Walbourn 2020-02-12 18:05:57 -08:00
  • c740c2f8e3 Supress warnings for VS 2019 (16.5 Preview) Chuck Walbourn 2020-01-30 22:53:29 -08:00
  • 0dd4cb9ca2 texconv: added -at switch Chuck Walbourn 2020-01-30 11:40:42 -08:00
  • 9a548cf2e0 Updated D3DX12 with minor bug fix Chuck Walbourn 2020-01-28 14:13:42 -08:00
  • 29b4f59522 Update build config Chuck Walbourn 2020-01-27 20:02:17 -08:00
  • e15f564ba7 Minor code review Chuck Walbourn 2020-01-24 08:55:54 -08:00
  • 8b2a53e500 Added version info Chuck Walbourn 2020-01-23 15:58:52 -08:00
  • e5569b9724 Fix for NU5103 and NU5128 warnings Chuck Walbourn 2020-01-23 11:58:33 -08:00
  • 5a90698ec0 Add ARM64 desktop config to VS 2017 project Chuck Walbourn 2020-01-23 11:55:36 -08:00
  • ded992f48a Minor code review Chuck Walbourn 2020-01-19 01:36:52 -08:00
  • 20a685d62f Minor code review Chuck Walbourn 2020-01-17 12:20:39 -08:00
  • a2cb6fa763 Converted readme to markdown Chuck Walbourn 2020-01-15 17:33:22 -08:00
  • 31ae44771d Fix long-standing bug in BC4S / BC5S compression Chuck Walbourn 2020-01-13 19:14:01 -08:00
  • 6f53f79328 Updated copyright year Chuck Walbourn 2020-01-13 09:58:49 -08:00
  • a78a8125a4 Retire VS 2015 projects Chuck Walbourn 2020-01-12 22:53:06 -08:00
  • 9aff5e3014 Updated nuget to VS 2017 minimum; added ARM64 desktop Chuck Walbourn 2020-01-12 21:57:21 -08:00
  • 9bdda73b92 Fixed Wswitch-enum in public header Chuck Walbourn 2020-01-01 22:32:02 -08:00
  • a2923e573f Renamed desktop slns to use 'x86' instead of 'Win32' Chuck Walbourn 2019-12-28 19:39:25 -08:00
  • 9b3d57e881 Minor readme update Chuck Walbourn 2019-12-17 11:38:12 -08:00
  • 7e52dd928c December 17, 2019 dec2019 Chuck Walbourn 2019-12-17 11:27:53 -08:00
  • 5fca010c19 CMake updated to generate shaders Chuck Walbourn 2019-12-17 11:18:37 -08:00
  • 5d5ebd7b7c Code review for OpenMP code path Chuck Walbourn 2019-12-13 22:26:18 -08:00
  • 3bf3c288f3 Cmake build options Chuck Walbourn 2019-12-13 17:30:01 -08:00
  • 579a98aa1e Added ARM64 arch to VS 2019 Desktop Win10 library Chuck Walbourn 2019-12-13 00:12:10 -08:00
  • 316f65649b More noexcept annotation Chuck Walbourn 2019-12-13 00:01:17 -08:00
  • 79020d0f1e Added noexcept to public functions Chuck Walbourn 2019-12-11 19:52:48 -08:00
  • d284ff54b6 More Cmake code review Chuck Walbourn 2019-12-11 16:19:23 -08:00
  • 1f77e40045 Added #ifdef around 'enum DDS_ALPHA_MODE' definition Allow DDSTextureLoader.h and DDSTextureLoader12.h to be included together. The same for 'enum WIC_LOADER_FLAGS'. (#153) Filip Strugar 2019-12-11 20:04:52 +00:00
  • e5b520ea8e match case to actual file name for linux (#158) Jason Juang 2019-12-11 10:30:54 -08:00
  • daf4311228 More CMake code review feedback Chuck Walbourn 2019-12-02 10:52:27 -08:00
  • 9f80ffa4dc Cmake minor code review Chuck Walbourn 2019-11-30 23:10:19 -08:00
  • 61c0c3f09c One more cmake update Chuck Walbourn 2019-11-17 18:24:19 -08:00
  • 788d7b03a1 CMake file code review Chuck Walbourn 2019-11-15 00:39:50 -08:00
  • 12fff67438 Fixed printf portability issues Chuck Walbourn 2019-11-15 00:13:05 -08:00
  • 138efff1b9 Fix some /analyze warnings Chuck Walbourn 2019-10-24 16:55:13 -07:00
  • f235571cf6 NuGet updates Chuck Walbourn 2019-10-18 10:47:05 -07:00
  • 6a18c4b0cf NuGet updates Chuck Walbourn 2019-10-18 10:45:06 -07:00
  • 9a417f506c October 17, 2019 oct2019 Chuck Walbourn 2019-10-17 12:39:26 -07:00
  • 47c4031975 Fixed -Wzero-as-null-pointer-constant warning Chuck Walbourn 2019-10-17 12:14:39 -07:00
  • 4e14f7a5e2
    texconv: added -fixbc4x4 switch (#152) Chuck Walbourn 2019-10-10 20:53:25 -07:00
  • 351ff17936
    Update TGA codec for TGA 2.0 (#151) Chuck Walbourn 2019-10-04 13:25:44 -07:00
  • 002baf8072 Minor code review Chuck Walbourn 2019-10-03 15:07:15 -07:00
  • 7bda0c3a57
    Return TEX_ALPHA_MODE_OPAQUE metadata if the reader knows it returned opaque alpha (#150) Chuck Walbourn 2019-10-03 14:58:14 -07:00
  • aacd3919e8 Merge branch 'master' of https://github.com/Microsoft/DirectXTex Chuck Walbourn 2019-09-28 21:02:24 -07:00
  • 156af67b8c
    Added optional forceSRGB parameter to SaveWICTextureToFile (#148) Chuck Walbourn 2019-09-27 13:06:43 -07:00
  • 9ae810fbd3 Minor CMake Update Chuck Walbourn 2019-09-18 23:48:38 -07:00
  • f4954ce11b Minor code review and reformatting Chuck Walbourn 2019-09-13 17:31:09 -07:00
  • cadc01f3af Updated D3DX12.H to latest version with a/analyze fix for VS 2019 Chuck Walbourn 2019-08-23 13:26:03 -07:00
  • 4cf8c779cc Added texconv bptc, bptc_float aliases Chuck Walbourn 2019-08-22 17:31:58 -07:00
  • 49537314c5 Updated for legacy FourCC codes used by NVIDIA texture tools Chuck Walbourn 2019-08-22 17:31:43 -07:00
  • 213b657bb5 August 21, 2019 aug2019 Chuck Walbourn 2019-08-21 16:00:56 -07:00
  • bc0325b806 Cleaned up clang warnings in DDSTextureLoader, ScreenGrab, WICTextureLoader Chuck Walbourn 2019-07-31 17:05:23 -07:00
  • 5dcfb90b9e Fixed new clang 8 warning Chuck Walbourn 2019-07-24 22:36:14 -07:00
  • 14881d8097 Added command-line utilities to cmake project Chuck Walbourn 2019-07-12 00:40:57 -07:00
  • fb59321127 Fixed -Wsign-conversion warning Chuck Walbourn 2019-07-11 15:21:03 -07:00
  • 7d95a9d89a Code review feedback Chuck Walbourn 2019-07-08 11:57:07 -07:00
  • 70d6a77e3c Fixed -Wextra-semi-stmt warning Chuck Walbourn 2019-07-08 02:08:01 -07:00
  • 2aab4c9d8e clang warning cleanup for command-line tools Chuck Walbourn 2019-07-05 23:48:39 -07:00