[0/3] d3dx9: stubs for D3DXGetImageInfo

Tony Wasserka tony.wasserka at freenet.de
Mon May 18 10:41:55 CDT 2009


This patch series adds the files surface.c and util.c.
General notes:
- surface.c will contain the function definitions for D3DXGetImageInfo
and D3DXLoadSurface.
- D3DXGetImageInfo can't be forwarded to the D3DX8 version, as the
D3DXIMAGE_INFO structure changed (as did the range of supported formats,
too)
- The LoadFileIntoMemory and LoadResourceIntoMemory functions will be
used for many other function groups, e.g. D3DXLoadSurface,
D3DXCreateTexture, D3DXLoadMesh, etc...




More information about the wine-patches mailing list