dolphin/Source/Plugins/Plugin_VideoDX11
2011-05-12 02:14:45 +00:00
..
Src Don't resize render target to handle out-of-bounds viewports. Instead, adjust the projection matrix. 2011-05-12 02:14:45 +00:00
Plugin_VideoDX11.vcxproj I think clean up DX11 code a bit. Used "smart" pointers to avoid need to manually AddRef/Release in many places. Eliminated the D3DBlob class (replaced with just D3D10CreateBlob). Eliminated some Init/Shutdown functions (moved stuff into ctors/dtors). This should not affect behavior at all, only code maintainability. 2011-03-30 07:17:23 +00:00
Plugin_VideoDX11.vcxproj.filters I think clean up DX11 code a bit. Used "smart" pointers to avoid need to manually AddRef/Release in many places. Eliminated the D3DBlob class (replaced with just D3D10CreateBlob). Eliminated some Init/Shutdown functions (moved stuff into ctors/dtors). This should not affect behavior at all, only code maintainability. 2011-03-30 07:17:23 +00:00