access: screen: add DXGI capture support on Windows
- Mar 10, 2022
-
-
The mac module shouldn't present the mouse options if it doesn't handle them.
a84e2e72 -
33fd050e
-
0afe4c14
-
3fe7d92e
-
73895883
-
The DXGI code is always compiled on Windows as it's only using calls available since Windows 7, although IDXGIOutputDuplication will not be available. The block_t sent contains a D3D11-based picture_t that can be used without any additional copy using the shared handle.
9179497c -
cd62b12b
-
This is useful when textures come from a different Adapter/GPU or the bogus access with GPU output.
90ac4d16 -
Simplify the close callback which only needs to clean the screen_data_t.
7915f5d3 -
If the capture took too long we need to adjust which frame the capture belongs to.
d13e08b0
-