[Git][wine/wine][master] 4 commits: d3dx11_42: Don't share source with d3dx11_43.
Alexandre Julliard pushed to branch master at wine / wine Commits: 0e609247 by Connor McAdams at 2025-09-11T22:16:33+02:00 d3dx11_42: Don't share source with d3dx11_43. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> - - - - - 3b41f3fb by Connor McAdams at 2025-09-11T22:16:33+02:00 d3dx11/tests: Add a helper function for checking image info structure values. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> - - - - - d98935a7 by Connor McAdams at 2025-09-11T22:16:33+02:00 d3dx11/tests: Import more image info tests from d3dx10. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> - - - - - f7619fe4 by Connor McAdams at 2025-09-11T22:16:33+02:00 d3dx11: Implement D3DX11GetImageInfoFromMemory() using shared code. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50210 Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> - - - - - 8 changed files: - dlls/d3dx11_42/Makefile.in - dlls/d3dx11_42/d3dx11_42.spec - + dlls/d3dx11_42/d3dx11_42_main.c - dlls/d3dx11_43/Makefile.in - dlls/d3dx11_43/main.c → dlls/d3dx11_43/d3dx11_43_main.c - + dlls/d3dx11_43/dxhelpers.h - dlls/d3dx11_43/tests/d3dx11.c - dlls/d3dx11_43/texture.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6daf953c43b33c5bcacfeeef6c1471... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6daf953c43b33c5bcacfeeef6c1471... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)