DX11:
commitcc828c49b71024451d4c9d90a4a0283bbecbbb6f
authorNeoBrainX <NeoBrainX@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 17 Jun 2010 10:42:57 +0000 (17 10:42 +0000)
committerNeoBrainX <NeoBrainX@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 17 Jun 2010 10:42:57 +0000 (17 10:42 +0000)
treed9a667afc29904474e57f080cb559496f072883b
parent644be9184f72812c9c714a4a185ad61919375207
DX11:
Fix all remaining window resizing issues.
Implement screenshot functionality (doesn't seem to work completely, yet).
Assign debug names to (hopefully) all remaining device objects.
Flush the GPU's command buffer in Close() to make the ReportLiveDeviceObjects output clearer.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5730 8ced0084-cf51-0410-be5f-012b33b47a6e
Source/Plugins/Plugin_VideoDX11/Plugin_VideoDX11.vcproj
Source/Plugins/Plugin_VideoDX11/Src/D3DBase.cpp
Source/Plugins/Plugin_VideoDX11/Src/D3DTexture.cpp
Source/Plugins/Plugin_VideoDX11/Src/D3DUtil.cpp
Source/Plugins/Plugin_VideoDX11/Src/PixelShaderCache.cpp
Source/Plugins/Plugin_VideoDX11/Src/Render.cpp
Source/Plugins/Plugin_VideoDX11/Src/TextureCache.cpp
Source/Plugins/Plugin_VideoDX11/Src/VertexShaderCache.cpp
Source/Plugins/Plugin_VideoDX11/Src/VertexShaderCache.h
Source/Plugins/Plugin_VideoDX11/Src/main.cpp