Граф коммитов

627 Коммитов

Автор SHA1 Сообщение Дата
Chuck Walbourn d04412d9f5 Fixed -Wimplicit-int-float-conversion, -Wdouble-promotion 2020-04-30 01:50:00 -07:00
Chuck Walbourn ec03465290 Updated for latest d3dx12.h fixes 2020-04-30 01:07:17 -07:00
Chuck Walbourn 1769540387 Fix resize logic bug 2020-04-27 03:00:41 -07:00
Chuck Walbourn 4f3a522d74 XMA2 support for streaming 2020-04-27 02:11:22 -07:00
Chuck Walbourn 5ca3b7a130 DebugTrace update 2020-04-27 00:59:43 -07:00
Chuck Walbourn a4efd8e805 Added new file to CMake 2020-04-26 20:17:50 -07:00
Chuck Walbourn 5ebdb6a218 DirectX Tool Kit for Audio code review 2020-04-26 14:11:44 -07:00
Chuck Walbourn 1b7a565fdd SoundStreamInstance for playing streaming wavebanks 2020-04-26 02:15:42 -07:00
Chuck Walbourn 864d6e05ba Fix fallback for dxil cmd 2020-04-24 21:24:44 -07:00
Chuck Walbourn a51658b0fe Fixed D3DX12 bug with mesh shader related ctors 2020-04-22 15:52:26 -07:00
Chuck Walbourn 5db9b0f68a Minor code review for DDPF_PIXELFORMAT decode 2020-04-22 00:43:20 -07:00
Chuck Walbourn 65d1f139e4 SimpleMath doesn't strictly require d3d11.h or d3d12.h 2020-04-20 22:38:07 -07:00
Chuck Walbourn 722b1705d4 Fixed /analyze warning 2020-04-20 14:32:12 -07:00
Chuck Walbourn 82a871b4d4 /analyze codereview feedback 2020-04-20 12:16:10 -07:00
Chuck Walbourn 30f7e9be57 Added WIC_LOADER_FORCE_RGBA32 to WICTextureLoader 2020-04-19 23:41:03 -07:00
Chuck Walbourn 19c38eb536 Added Model::Transition helper 2020-04-12 17:14:22 -07:00
Chuck Walbourn 66c484aca2 IsSupportedForGenerateMips should return false if a copy queue is currently active 2020-04-12 16:48:10 -07:00
Chuck Walbourn cc4bcb2abb
ResourceUploadBatch updated to support copy & compute queues (#71) 2020-04-12 12:46:20 -07:00
Chuck Walbourn 99d7825ded Supress /analyze noise 2020-04-12 12:43:08 -07:00
Chuck Walbourn 487478122f Fixed -Wunused-member-function clang warning 2020-04-06 14:37:47 -07:00
Chuck Walbourn e032fd50e0 April 3, 2020 2020-04-03 16:45:02 -07:00
Chuck Walbourn 6b519566c7 Added a few default lib references for public headers 2020-04-03 12:48:02 -07:00
Chuck Walbourn 81081a4843 Merge branch 'master' of https://github.com/Microsoft/DirectXTK12 2020-03-29 16:35:49 -07:00
Chuck Walbourn 927d194853 Minor code review for DXTK Audio 2020-03-29 16:35:36 -07:00
Chuck Walbourn 8acae38b85 Guard pch usage to support older CMake 2020-03-29 15:16:00 -07:00
Chuck Walbourn 78fcc30ea4 Update to use CMake 3.16 for pch support
note VS 2019 (16.5) includes CMake 3.16
2020-03-29 12:51:23 -07:00
Chuck Walbourn 9314ef4d00 Windows 10 November 2019 Update SDK 2020-03-24 18:12:56 -07:00
Chuck Walbourn b0f0362e68 Update shaders to use root signature 1.1 2020-03-24 18:11:11 -07:00
Chuck Walbourn d15cde4369 GamePad update for XInputEnable deprecation 2020-03-22 00:08:22 -07:00
Chuck Walbourn e816ba0b80 Fixed build break 2020-03-19 17:24:56 -07:00
Chuck Walbourn 0ac5bf3540 Updated D3DX12 for 19041 SDK 2020-03-17 21:45:53 -07:00
Chuck Walbourn c8110d41c6 Minor code review 2020-03-17 14:21:09 -07:00
Chuck Walbourn f4844c1e62 Fixed typo 2020-03-16 23:38:17 -07:00
Chuck Walbourn fa85b75eb4 Fixed some /analyze C++ Core Guideline warnings 2020-03-16 23:19:38 -07:00
Chuck Walbourn 0b2f50b125 Minor code review 2020-03-11 18:32:41 -07:00
Mike Copley 585e02901d
Modifications to the MeasureString and MeasureDrawBounds methods (#67) 2020-03-11 18:15:50 -07:00
Chuck Walbourn 831913344d Minor code review 2020-03-10 01:08:32 -07:00
Chuck Walbourn 2b2f10e98e Added standard header 2020-03-05 20:51:02 -08:00
Chuck Walbourn 1590421681 Minor code review 2020-03-03 12:52:40 -08:00
Chuck Walbourn 9f995cf57f Minor code review 2020-03-03 12:20:04 -08:00
Chuck Walbourn c44cb9364a SimpleMath no longer needs to use XM_CONSTEXPR since we dropped VS 2015 support 2020-02-29 21:47:26 -08:00
Chuck Walbourn 951b7fce81 February 24, 2020 2020-02-24 14:39:34 -08:00
Chuck Walbourn 7ce27c5c42
Added ModelLoaderFlags (#66) 2020-02-18 21:22:47 -08:00
Chuck Walbourn 193283cf86 Added ignoreWhitespace defaulted parameter to SpriteFont Measure methods 2020-02-08 00:00:00 -08:00
Chuck Walbourn 70c76cb666 Fixed -Wnonportable-system-include-path warning 2020-02-03 11:50:04 -08:00
Chuck Walbourn 5ee94939b1 DirectX Tool Kit for Audio support for XAudio2 NuGet Redist 2020-02-01 14:42:43 -08:00
Chuck Walbourn 9b8a2e1bc8 GamePad link library case 2020-01-31 16:58:02 -08:00
Chuck Walbourn 681d26a77c Suppress warnings for VS 2019 (16.5 Preview) 2020-01-31 00:19:50 -08:00
Chuck Walbourn 319c753cf6 Note about cmd line-endings 2020-01-30 20:19:31 -08:00
Chuck Walbourn f7399b4fb7 Updated D3DX12 with minor bug fix 2020-01-28 14:14:04 -08:00