d3dx9: Allow implicit conversions in D3DXCreateTextureFromFileInMemoryEx.
commit5aeb834dd4e7b9ed32fb3ffee532e7bcebce2bdb
authorMatteo Bruni <mbruni@codeweavers.com>
Wed, 27 Aug 2014 16:40:50 +0000 (27 18:40 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 27 Aug 2014 17:24:41 +0000 (27 19:24 +0200)
treecc7a68f56627dd9f9745c8a1b0de7ee07f4de98c
parent807c01727cdfbefaba0f71b063d20bf14e28e106
d3dx9: Allow implicit conversions in D3DXCreateTextureFromFileInMemoryEx.

They should be generally supported by the existing code.
Specific missing format conversions are caught and reported by
D3DXLoadSurfaceFromMemory(), which is called directly or indirectly
from here.
dlls/d3dx9_36/texture.c