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

1590 Коммитов

Автор SHA1 Сообщение Дата
Linnea May 68258cb8bf Merge remote-tracking branch 'origin/master' into user/linneamay/stream-async 2022-06-23 14:30:47 -07:00
Linnea May 0c0f5fc27f launch from samples gallery 2022-05-17 14:33:00 -07:00
Linnea May d798a61261 Integrate into samples gallery 2022-05-16 15:18:03 -07:00
Brian Martin addb76a2ed
add dependency on telemetry lib (#475)
* add linker dependency on telemetry lib

* add tdh.lib to all projects

* capitalization
2022-05-04 14:37:01 -07:00
Brian Martin 3834ffc22c
bug fixes in log CPU fallback (#474)
* upgrade toolset

* update command line help string

* change "toggle" -> "enable" since it's not a toggle and check the value before logging.
2022-05-04 14:15:13 -07:00
Linnea May 5ed77f2a66 Remove framerate callback when flushing to keep reference count corret. 2022-05-04 13:47:05 -07:00
John Leitch 8bbc4c82dd
Fixed blocking issue caused by incompatibility with get-pip.py and Python 3.6. Automation now retrieves archived 3.6 compatible version of get-pip.py. (#473) 2022-05-02 11:14:26 -07:00
Linnea May 1b2ff854a1 Clean up power code, unecessary 2022-04-28 13:52:30 -07:00
Linnea May a9037fd63f extract to dll 2022-04-28 13:14:57 -07:00
Jingqiao Fu c31cf0c3ec
Merge pull request #472 from microsoft/user/jingf/cpu-fallback
Add event trace for CPU fallback
2022-04-25 09:47:31 -07:00
REDMOND\jingf c395fd7094 N/A 2022-04-25 01:17:34 -07:00
Linnea May 527adf08e2 Remove TransformAsync's dependency on MainWindow's setstatus function, pass over a handle to status bar HWND instead. 2022-04-22 14:23:56 -07:00
Linnea May 11f7a9a0b3 Move Notify code to a separate file 2022-04-21 14:19:32 -07:00
REDMOND\jingf 924e978f04 N/A 2022-04-20 23:27:30 -07:00
REDMOND\jingf 1503d91af2 N/A 2022-04-20 23:27:18 -07:00
REDMOND\jingf 37a6cc1249 N/A 2022-04-20 16:31:28 -07:00
Linnea May 066944da18 clean up naming conventions, left param with hungarian to match documentation of the interfaces that TransformAsync implements 2022-04-20 15:22:13 -07:00
Linnea May f1b955e8c4 WIL error handling with transformasync 2022-04-20 12:29:13 -07:00
REDMOND\jingf 6db95cfc2d N/A 2022-04-20 07:15:35 -07:00
REDMOND\jingf b63e9be950 N/A 2022-04-20 06:51:13 -07:00
Linnea May ac34e03250 WIL error handling for capture and a gross refernece counting bug. 2022-04-19 15:04:43 -07:00
Linnea May 5ded57b529 Use wil::unique_handle, global d3d fields as smart pointers, 2022-04-18 17:03:09 -07:00
Linnea May c165e0bdb0 address comments in segmentmodel 2022-04-15 13:32:34 -07:00
Linnea May bd70309d90 Remove backgroundblur-specific gitignore 2022-04-15 11:45:21 -07:00
REDMOND\jingf b969e244cb Add event trace for CPU fallback 2022-04-14 12:27:08 -07:00
Linnea May 9e14255bd4 Link allocator size to number of threads 2022-04-05 14:12:17 -07:00
Linnea May ee30afff05 Post frame rate message to status bar 2022-04-04 10:36:56 -07:00
Linnea May 387a9933af working framerate? 2022-03-31 16:23:23 -07:00
Linnea May 8e2748b215 Rough first pass but pretty sure the value is wrong for framerate 2022-03-31 15:18:23 -07:00
Linnea May 9755da3dc2 Hacky way to display text to the main window from transform 2022-03-30 14:47:14 -07:00
Linnea May 37894f4183 Start to implement framerate- get d3d objects needed and fence 2022-03-29 16:20:36 -07:00
Linnea May 979a372c17 Remove references to cautolock and critsec. 2022-03-29 11:54:35 -07:00
Linnea May b3b269d62c Use std::recursive_mutex instead of CRITCIAL_SECTION 2022-03-28 13:47:31 -07:00
Linnea May 17dcdefd9a address some pr comments 2022-03-23 16:19:02 -07:00
Jingqiao Fu 65a3ce340d
Merge pull request #467 from microsoft/user/jingf/fix-dependency-on-batchsupport
Remove Windows-Machine-Learning SampleSharedLib's dependency on BatchSupport sample project
2022-03-22 17:52:58 -07:00
Linnea May 63cbe6d96a n/a 2022-03-22 14:29:06 -07:00
Linnea May dc76154030 Update documentation for TransformAsync 2022-03-22 12:01:32 -07:00
REDMOND\jingf a587b9a7c7 Merge branch 'user/jingf/fix-dependency-on-batchsupport' of https://github.com/microsoft/Windows-Machine-Learning into user/jingf/fix-dependency-on-batchsupport 2022-03-21 23:25:37 -07:00
REDMOND\jingf 99ce09b957 N/A 2022-03-21 23:23:24 -07:00
Jingqiao Fu 8064c7363c
Merge branch 'master' into user/jingf/fix-dependency-on-batchsupport 2022-03-16 10:56:43 -07:00
Jingqiao Fu a4b0a98670
Merge pull request #466 from microsoft/user/jingf/add-pix-sample
Add pix tutorial sample
2022-03-16 10:48:30 -07:00
REDMOND\jingf 18951ad075 Change PlatformToolset back to v140 2022-03-16 10:05:18 -07:00
REDMOND\jingf 41da0a0104 removed CPPWinRT related imports from .vcxproj file to fix broken build 2022-03-16 10:03:13 -07:00
REDMOND\jingf 9646724017 N/A 2022-03-15 15:56:08 -07:00
Linnea May 842d6ae79e Documentation for Capture 2022-03-15 11:40:11 -07:00
Linnea May 71e274cd05 Update cppwinrt nuget package version 2022-03-14 15:29:28 -07:00
REDMOND\jingf ec3bfbd4e9 N/A 2022-03-13 19:26:11 -07:00
REDMOND\jingf 3c426e024d N/A 2022-03-11 16:45:29 -08:00
Linnea May 9efe50109e Clean up IStreamModel 2022-03-11 15:15:02 -08:00
REDMOND\jingf 55aa07029f N/A 2022-03-11 10:43:53 -08:00