[PATCH v3 2/2] d3dx10: Implement D3DX10GetImageInfoFromMemory().

Ziqing Hui zhui at codeweavers.com
Tue Jul 7 22:10:46 CDT 2020


Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48856
Signed-off-by: Ziqing Hui <zhui at codeweavers.com>
---
v2:
* Add Wine-Bug link in commit message.
* Add parameter name for WICCreateImagingFactory_Proxy() declaration.
* Change variable declarations order to a reverse Christmas tree.
* Move FIXME() for WMP format to the beginning of the function.

v3:
* Change wic_container_guid_to_file_format() to a table lookup.
* Remove FIXME() for WMP format.
* Add missing '\n' in log message.
* Remove a type cast.
* Change objects release order.

 dlls/d3dx10_43/Makefile.in      |   1 +
 dlls/d3dx10_43/d3dx10_43_main.c | 146 +++++++++++++++++++++++++++++++-
 dlls/d3dx10_43/tests/d3dx10.c   |   7 +-
 3 files changed, 147 insertions(+), 7 deletions(-)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-d3dx10-Implement-D3DX10GetImageInfoFromMemory.patch
Type: text/x-patch
Size: 7844 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200708/ba16fd1d/attachment.bin>


More information about the wine-devel mailing list