Module: wine Branch: stable Commit: df2aaade92ceffa996202eb294ad8ae0a922510f URL: https://source.winehq.org/git/wine.git/?a=commit;h=df2aaade92ceffa996202eb29...
Author: Dmitry Timoshkov dmitry@baikal.ru Date: Fri Feb 15 10:10:44 2019 +0800
windowscodecs: Add support for 32bppRGB, 32bppRGBA and 32bppPRGBA to format converter.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru Signed-off-by: Vincent Povirk vincent@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 4cbea6a5c2a2540aeeba2bb56cbf7cfe5f7d2837) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/windowscodecs/converter.c | 112 +++++++++++++++++++++++++++++++++++ dlls/windowscodecs/info.c | 2 + dlls/windowscodecs/regsvr.c | 36 +++++++++++ dlls/windowscodecs/tests/converter.c | 45 +++++++++++++- 4 files changed, 194 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=df2aaade92ceffa996202...