1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-08 22:10:05 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
Chuck Walbourn
c0481b1030 Suppress /analyze noise 2020-04-12 22:05:34 -07:00
Chuck Walbourn
7186bb7890 Minor code review 2020-03-17 14:18:03 -07:00
Chuck Walbourn
a78a8125a4 Retire VS 2015 projects 2020-01-12 22:53:06 -08:00
Chuck Walbourn
138efff1b9 Fix some /analyze warnings 2019-10-24 16:55:13 -07:00
Chuck Walbourn
45ea8ffc10 VS 2019 project set to use 'latest available SDK' 2019-04-25 23:27:09 -07:00
Chuck Walbourn
a983dcecd0 Officially dropped Windows Vista support 2019-04-25 12:30:59 -07:00
Chuck Walbourn
86b2bb5194 Enable compilation with clang-cl (LLVM on Windows) (#135) 2019-04-16 17:38:37 -07:00
Chuck Walbourn
1a249f8388
VS 2019 projects (#133) 2019-04-02 12:59:40 -07:00
Chuck Walbourn
031115465b Minor code review 2019-02-07 14:52:57 -08:00
Chuck Walbourn
ff034d7283 Windows 10 October 2018 Update SDK (17763) 2018-11-15 14:42:10 -08:00
Chuck Walbourn
2ef59eb99c Cleaned up vc projects 2018-06-11 11:50:01 -07:00
Chuck Walbourn
cfa63a8352
Windows 10 April 2018 Update SDK (17134) (#102) 2018-05-31 13:27:33 -07:00
Chuck Walbourn
d4e587dc5d VS project cleanup 2018-05-09 11:20:17 -07:00
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
3b05453e98 Fixed up comment header block 2018-02-23 22:24:46 -08:00
Chuck Walbourn
46e7ad7020 Minor code review 2018-01-18 15:02:05 -08:00
Chuck Walbourn
af90e04c71 Minor code cleanup 2017-12-18 13:35:07 -08:00
Francesco Pretto
d536725320 Set the render target view to sRGB format (#68)
This allows to correctly sample from sRGB textures and write back
correct colors to backbuffer. Also work with linear RGB textures
2017-12-18 13:27:20 -08:00
Chuck Walbourn
1e1fdb8d86 Removed unneeded warning disable 2017-12-05 13:47:01 -08:00
Chuck Walbourn
f87786b8f1
Update to use Windows 10 Fall Creators Update SDK (#63)
* Updated for Windows 10 Fall Creators Update SDK (16299)
2017-11-01 19:48:22 -07:00
Chuck Walbourn
e87e49cbe3 Updated for VS 2017 (15.3) 2017-08-14 23:43:27 -07:00
Chuck Walbourn
5935e6baf0 VS 2017 updated for Windows Creators Update SDK (15063) 2017-04-07 23:09:28 -07:00
Chuck Walbourn
c7c21c75d9 Added VS 2017 RC projects 2016-11-17 12:20:35 -08:00
Chuck Walbourn
4dd440e775 Normalize line endings 2016-08-22 11:26:36 -07:00
Chuck Walbourn
efc6c79d59 DDSView fix and code review feedback 2016-05-31 10:40:14 -07:00
Chuck Walbourn
649c5e53dc Purge WCHAR typedef 2016-05-11 11:36:27 -07:00
Chuck Walbourn
842c9aff1d Death to legacy NULL 2016-04-18 14:41:24 -07:00
Chuck Walbourn
2b22bfed1c Cleaned up /analyze warnings with VS 2015 Update 2 2016-03-18 00:48:24 -07:00
Chuck Walbourn
c64466e096 Retired VS 2012 projects 2016-02-23 12:11:00 -08:00
Chuck Walbourn
87141aea99 Merged single set of solutions 2015-08-03 16:17:20 -07:00
Chuck Walbourn
229b5ea528 Retired VS 2010 and Windows Store 8.0 projects 2015-07-27 10:54:07 -07:00
walbourn_cp
96b21d85e2 More VS 2015 projects 2015-03-26 13:52:36 -07: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
ef53c0d8a3 Fixed references for VS 2010 projects 2014-01-15 16:45:35 -08:00
walbourn_cp
f1ff6f10f2 DirectXTex: Dropped support for VS 2010 + legacy DirectX SDK without Windows 8.x SDK
- Removed DXGI_1_2_FORMATS and USE_XNAMATH control defines
- Deleted *Desktop_2010_SDK81.* project files, updated *Desktop_2010.* project files to use Windows 8.1 SDK
2014-01-15 13:14:48 -08:00
walbourn_cp
848294f2e7 Dropped VS 2010 + Windows 8.0 SDK in favor of VS 2010 + Windows 8.1 SDK 2013-11-20 13:35:35 -08:00
walbourn_cp
bbf444bb07 DirectXTex: fixed up project references and filters 2013-10-21 14:04:38 -07:00
walbourn_cp
65de5a1f37 DirectXTex: Added project which uses VS 2010 with the Windows 8.1 SDK 2013-10-18 20:49:03 -07:00
walbourn_cp
a69fcaa8de DirectXTex: Cleaned up .sln versions 2013-07-12 15:48:41 -07:00
walbourn_cp
bb622bf4ec DirectXTex: Added projects for VS 2013 Preview 2013-06-26 15:22:13 -07:00
walbourn_cp
09d243c6b4 ddsview: Added filepath name to window title
- Cleaned up /analyze issues
2013-06-11 17:17:25 -07:00
walbourn_cp
dc401291a1 VS 2012 and VS 2010+SDK8.0 projects don't use <xnamath.h>, they use DirectXMath
Fixed DDSView to use DirectXMath when it should
2013-04-10 23:37:19 -07:00
walbourn_cp
cee58c4aed DirectXTex: Added VS 2010+Windows SDK 8.0 projects; updated to use SAL2 annotation 2012-12-07 17:30:49 -08:00
walbourn_cp
8a96db2581 Rename projects and solutions to a standard naming convention 2012-09-28 16:28:30 -07:00
walbourn_cp
a6c5c5939a April 20, 2012 source 2012-05-01 13:00:24 -07:00