Direct3D 11 Multithreading
direct3dOriginally posted to Chuck Walbourn's Blog on MSDN,
There’s a lot of interest in the Multithreading features in Direct3D 11, especially since it can be used with existing Direct3D 10.x and 10level9 class hardware as well as new Direct3D 11 hardware. In addition to the Windows DirectX Graphics documentation, here are a number of resources for learning more about Direct3D 11 multithreading:
Gamefest 2008 - Multithreaded Rendering for Games
Game Developer Conference 2009 - Direct3D 11 Multithreaded Rendering and Compute
Gamefest 2010 / GDC 2010 - DirectX Technology Update
link
Direct3D Multithreaded Rendering Win32 Sample
Be sure to review the blog post on the known issue with UpdateSubresource.
Related: Getting Started with Direct3D 11