[Git][wine/wine][master] 11 commits: d3dx10/tests: Add tests for decoding DXTn DDS files.
Alexandre Julliard pushed to branch master at wine / wine Commits: bda755d0 by Connor McAdams at 2026-04-17T19:00:06+02:00 d3dx10/tests: Add tests for decoding DXTn DDS files. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 7ed98a37 by Connor McAdams at 2026-04-17T19:03:17+02:00 d3dx11/tests: Add tests for decoding DXTn DDS files. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - c8a59256 by Connor McAdams at 2026-04-17T19:03:17+02:00 d3dx9: Properly handle DXT textures with premultiplied alpha. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - a3ec62cf by Connor McAdams at 2026-04-17T19:03:17+02:00 d3dx10/tests: Add a test for invalid image load filter flags. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - c92112e8 by Connor McAdams at 2026-04-17T19:04:15+02:00 d3dx11/tests: Add a test for invalid image load filter flags. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 6ef33dcb by Connor McAdams at 2026-04-17T19:04:15+02:00 d3dx10: Only use passed in filter flags if image scaling is necessary. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - ec315966 by Connor McAdams at 2026-04-17T19:04:15+02:00 d3dx11: Only use passed in filter flags if image scaling is necessary. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 61634061 by Connor McAdams at 2026-04-17T19:04:15+02:00 d3dx9/tests: Add tests for D3DX_FILTER_SRGB flags. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 19cff11d by Connor McAdams at 2026-04-17T19:04:15+02:00 d3dx10/tests: Add tests for SRGB formats and filter flags. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 062cd659 by Connor McAdams at 2026-04-17T19:04:43+02:00 d3dx11/tests: Add tests for SRGB formats and filter flags. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - beee00b8 by Connor McAdams at 2026-04-17T19:05:30+02:00 d3dx: Handle SRGB filter flags. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 10 changed files: - dlls/d3dx10_43/tests/d3dx10.c - dlls/d3dx10_43/texture.c - dlls/d3dx11_42/tests/Makefile.in - dlls/d3dx11_43/tests/Makefile.in - dlls/d3dx11_43/tests/d3dx11.c - dlls/d3dx11_43/texture.c - dlls/d3dx9_36/d3dx_helpers.c - dlls/d3dx9_36/d3dx_helpers.h - dlls/d3dx9_36/tests/d3dx9_test_images.h - dlls/d3dx9_36/tests/surface.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ce0f51c8ad9450d5857014b1f9ceec... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ce0f51c8ad9450d5857014b1f9ceec... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)