dolphin/Source/Plugins/Plugin_VideoDX11
2011-04-01 01:35:07 +00:00
..
Src Add a "force no texture filter" option, useful for some 2D games (like Mega Man 10) and people who like their pixelated graphics. 2011-04-01 01:35:07 +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