[Git][wine/wine][master] 6 commits: d3dx9/tests: Add more tests for handling JPG/PNG files.
Alexandre Julliard pushed to branch master at wine / wine Commits: ea495257 by Connor McAdams at 2024-11-04T13:28:24+01:00 d3dx9/tests: Add more tests for handling JPG/PNG files. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> - - - - - 22af6a2c by Connor McAdams at 2024-11-04T13:28:26+01:00 d3dx9: Report 24bpp RGB as 32bpp XRGB for JPG and PNG files. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> - - - - - d1b4a406 by Connor McAdams at 2024-11-04T13:28:26+01:00 d3dx9: Add support for decoding 64bpp RGBA PNG files. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> - - - - - b0ede1ba by Connor McAdams at 2024-11-04T13:28:26+01:00 d3dx9: Add support for decoding 48bpp RGB PNG files. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48796 Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> - - - - - 83efd3e6 by Connor McAdams at 2024-11-04T13:28:26+01:00 d3dx9: Add support for loading surfaces from 48bpp RGB PNG files. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> - - - - - 48b30d4b by Connor McAdams at 2024-11-04T13:28:26+01:00 d3dx9: Add support for loading volumes from 48bpp RGB PNG files. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> - - - - - 8 changed files: - dlls/d3dx9_36/d3dx9_private.h - dlls/d3dx9_36/surface.c - dlls/d3dx9_36/tests/d3dx9_test_images.h - dlls/d3dx9_36/tests/surface.c - dlls/d3dx9_36/tests/texture.c - dlls/d3dx9_36/tests/volume.c - dlls/d3dx9_36/util.c - dlls/d3dx9_36/volume.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff2070b79006c74546c24106a02b81... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff2070b79006c74546c24106a02b81... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)