LookingGlass/host/platform/Windows/capture/DXGI
Quantum 9bded74543 [host] dxgi: use CopySubresourceRegion when possible
This commit adds damage tracking to the DXGI textures, and only copies the
damaged areas to the textures with ID3D11DeviceContext::CopySubresourceRegion.

The sleep logic in waitFrame makes it difficult for this to reduce the
latency, but removing it shows significant improvements (6-7 ms to ~3 ms)
when a tiny portion of the screen is damaged, while showing no difference on
full screen damage.
2021-08-11 19:01:52 +10:00
..
dll [host] windows: remove accidental addition of some junk 2021-07-17 15:02:36 +10:00
src [host] dxgi: use CopySubresourceRegion when possible 2021-08-11 19:01:52 +10:00
CMakeLists.txt [c-host] renamed finall to just plain host 2020-05-25 13:42:43 +10:00