Slightly optimize uploading D3DFMT_A8R8G8B8 data to textures.
commit8805afee3dcd22c23746d71429e74c7d7995c5bc
authorNeoBrainX <NeoBrainX@8ced0084-cf51-0410-be5f-012b33b47a6e>
Sat, 29 May 2010 09:32:44 +0000 (29 09:32 +0000)
committerNeoBrainX <NeoBrainX@8ced0084-cf51-0410-be5f-012b33b47a6e>
Sat, 29 May 2010 09:32:44 +0000 (29 09:32 +0000)
treecf761b548c804800266f404e935838998512d4bb
parented48b68bab8c4e6dc3a151117bf42c467e3e32e4
Slightly optimize uploading D3DFMT_A8R8G8B8 data to textures.
This is especially perceptible for "big" textures, so e.g. EFB copies to RAM should be a bit faster now.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5531 8ced0084-cf51-0410-be5f-012b33b47a6e
Source/Plugins/Plugin_VideoDX9/Src/D3DTexture.cpp