shairai / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Create a child window for the D3D11 swap chain. #961

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Experiment with creating a child window for the swap chain for D3D11.

User metrics show that at least 20% of our Chrome users are unable to use the 
D3D11 renderer because they lack DXGI 1.2 and cannot create a D3D11 swap chain 
for a window owned by another process.

 - Try with and without a WndProc, delayed resize may not be an issue.
 - Measure resize jank in Chrome

Original issue reported on code.google.com by geofflang@chromium.org on 30 Mar 2015 at 3:12