[PATCH v4 3/3] windowscodecs: Add support for decoding uncompressed DDS image.
For uncompressed DDS image, "a block" means a pixel. Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- dlls/windowscodecs/ddsformat.c | 75 +++++++++++++++++----------- dlls/windowscodecs/tests/ddsformat.c | 10 ---- 2 files changed, 47 insertions(+), 38 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=75357 Your paranoid android. === build (build log) === error: patch failed: dlls/windowscodecs/ddsformat.c:104 error: patch failed: dlls/windowscodecs/tests/ddsformat.c:237 error: patch failed: dlls/windowscodecs/tests/ddsformat.c:168 error: patch failed: dlls/windowscodecs/ddsformat.c:104 error: patch failed: dlls/windowscodecs/tests/ddsformat.c:431 Task: Patch failed to apply
participants (2)
-
Marvin -
Ziqing Hui