470 Commits

Author SHA1 Message Date
Chuck Walbourn
86355f5542 Code review feedback 2022-02-22 17:03:58 -08:00
Chuck Walbourn
174539feb3 Constify variables 2022-02-21 01:10:19 -08:00
Chuck Walbourn
469c65406a
Convert internal functions to use Internal namespace instead of leading underscore (#266)
Fixes clang v13 -Wreserved-identifier warning
2022-02-20 14:47:07 -08:00
Chuck Walbourn
192e674537 Update D3DX12 for latest fixes 2022-02-07 14:30:28 -08:00
Chuck Walbourn
2defd8cd01 Added more VS 2022 projects 2022-02-04 19:01:10 -08:00
Chuck Walbourn
deabf731ad Project cleanup 2022-02-01 13:09:33 -08:00
Chuck Walbourn
6349ef3400 Minor SAL annotation simplification 2022-01-06 16:45:01 -08:00
Chuck Walbourn
20e246af2b Trimmed trailing whitespace 2021-12-07 13:42:36 -08:00
Chuck Walbourn
04c758fbc2 Keep ATG build props hook for GDK projects 2021-12-07 13:01:43 -08:00
Chuck Walbourn
faa554b802 Disable edit & continue and JMC for Debug libs 2021-12-02 15:10:13 -08:00
Chuck Walbourn
13c35062b8 Projects should have UseDebugLibraries=true for Debug configs 2021-12-02 14:31:56 -08:00
Chuck Walbourn
ab6776554b One more case of constexpr plus inline 2021-11-24 13:17:59 -08:00
cristei
bcf514174c
Get rid of redundancies (#260) 2021-11-23 15:37:57 -08:00
cristei
7a08ff19fc
Remove inline specifier from constexpr functions (#259) 2021-11-23 13:43:42 -08:00
Anthony Fuller
2009ee537c
Fix shaders not compiling with spaces in the path (#258) 2021-11-20 12:22:28 -08:00
Chuck Walbourn
e9d6e9c797 November 8, 2021 2021-11-08 12:33:01 -08:00
Chuck Walbourn
1cc6906aa5 Add offfical VS 2022 projects 2021-11-01 16:52:29 -07:00
Chuck Walbourn
6c661ae6d8 Update for latest fixes for D3DX12.h 2021-10-22 16:43:43 -07:00
Chuck Walbourn
ac9f540897 Fix warning C26451 2021-10-21 15:44:03 -07:00
Chuck Walbourn
1c9148db32 Minor code review feedback 2021-10-19 15:52:12 -07:00
Chuck Walbourn
d8852d3b00 Fixed -Wunused-macros warning 2021-10-19 13:38:57 -07:00
Chuck Walbourn
1363046e2b std::ignore usage instead of (void) for ignoring return values 2021-10-17 11:57:07 -07:00
Chuck Walbourn
42445c4474 Fixed shader script 2021-10-14 17:11:43 -07:00
Chuck Walbourn
800aa853e8
CMake updated to use BINARY dir instead of SOURCE dir for generated shaders (#250) 2021-10-06 23:14:26 -07:00
Chuck Walbourn
fd45216373 Update for latest D3DX12.h 2021-10-05 17:41:32 -07:00
Chuck Walbourn
094ebdcf9f Remove D3DX12.h guards for older Windows SDKs 2021-10-05 12:52:45 -07:00
Chuck Walbourn
193ee1982f D3DX12.h comment fixes 2021-10-04 23:51:02 -07:00
Chuck Walbourn
10ab96e22a VS 2017 projects updated to use Windows 10 SDK (19041) 2021-09-29 23:06:25 -07:00
Chuck Walbourn
e6e4ac513e Clean up DisableSpecificWarning usage 2021-09-08 11:25:13 -07:00
Chuck Walbourn
93b425f78f Suppress warning in VS 2022 2021-09-08 10:32:06 -07:00
Chuck Walbourn
54ce2c8da9 August 1, 2021 2021-08-01 23:52:17 -07:00
Chuck Walbourn
b11ad7b1c0 Fixed weight problem with custom linear filtering and wrap mode 2021-07-29 17:06:19 -07:00
Chuck Walbourn
7e6b4a0993 Added VS 2022 Preview projets for v143 Platform Toolset 2021-07-27 18:45:56 -07:00
Chuck Walbourn
103170232f Fixed -Wnonportable-system-include-path when using Windows 10 SDK (20348) 2021-06-27 00:24:35 -07:00
Chuck Walbourn
fb8393ec8e June 9, 2021 2021-06-09 18:26:00 -07:00
Maks Naumov
ac071b3425
Fix CONV_FLAGS_NOALPHA flag for 16bpp format (#238) 2021-06-06 20:58:32 -07:00
Chuck Walbourn
be1050bce2 Use DirectX-Headers via vcpkg 2021-05-11 22:49:27 -07:00
Chuck Walbourn
80bac6c1c9 Fixed typo 2021-04-24 20:23:18 -07:00
Chuck Walbourn
d729c9bcc9 Fixed /Wall 2021-04-24 20:09:28 -07:00
Chuck Walbourn
29c99117f2 Set External Warning Level coming in VS 2019 (16.10) to /W4 2021-04-23 14:28:21 -07:00
Chuck Walbourn
27b581cbf4 Fixed /analyze warning in d3dx12.h 2021-04-20 17:07:33 -07:00
Chuck Walbourn
63d671ee9b Fixed -Wnonportable-system-include-path when using Windows Insider SDK 2021-04-14 17:59:56 -07:00
Chuck Walbourn
edee596475 April 6, 2021 2021-04-06 18:09:27 -07:00
Chuck Walbourn
60fde45d28 Replaced use of CreateStreamOnHGlobal with a custom IStream 2021-04-06 17:52:47 -07:00
Chuck Walbourn
5f22c7cc39 NVTT 1.x wrote L8/L16 as RGB instead of LUMINANCE 2021-04-02 17:08:56 -07:00
Chuck Walbourn
7b4b9b18f7
NVTT 1.x wrote A8L8 as RGB instead of LUMINANCE (#229) 2021-03-30 15:16:12 -07:00
Chuck Walbourn
eda513ceba Fix TGA reader regression for TGA files smaller than 26 bytes 2021-03-26 21:43:56 -07:00
Chuck Walbourn
77f1a6fc86 Fixed /analyze warnings 2021-03-26 16:55:17 -07:00
Chuck Walbourn
5a3659ff99 Detabify 2021-03-22 20:16:16 -07:00
Chuck Walbourn
7df49719a1 Updated copyright banner 2021-02-26 22:59:42 -08:00