[Git][wine/wine][master] 5 commits: d3dx10: Move file/resource loading helper functions into shared code.
Alexandre Julliard pushed to branch master at wine / wine Commits: dbdf9975 by Connor McAdams at 2026-01-16T17:49:55+01:00 d3dx10: Move file/resource loading helper functions into shared code. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 7f3adb89 by Connor McAdams at 2026-01-16T17:49:55+01:00 d3dx11: Implement D3DX11GetImageInfoFromFile{A,W}(). Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 715060a9 by Connor McAdams at 2026-01-16T17:49:55+01:00 d3dx11: Implement D3DX11GetImageInfoFromResource{A,W}(). Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 55c97bcf by Connor McAdams at 2026-01-16T17:49:55+01:00 d3dx11: Implement D3DX11CreateTextureFromFile{A,W}(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56317 Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - c9e61b29 by Connor McAdams at 2026-01-16T17:49:55+01:00 d3dx11: Implement D3DX11CreateTextureFromResource{A,W}(). Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 11 changed files: - dlls/d3dx10_43/async.c - dlls/d3dx10_43/compiler.c - dlls/d3dx10_43/dxhelpers.h - dlls/d3dx10_43/texture.c - dlls/d3dx11_43/async.c - dlls/d3dx11_43/d3dx11_43_main.c - dlls/d3dx11_43/dxhelpers.h - dlls/d3dx11_43/tests/d3dx11.c - dlls/d3dx11_43/texture.c - dlls/d3dx9_36/d3dx_helpers.c - dlls/d3dx9_36/d3dx_helpers.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab22fef39741128de3221377435745... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab22fef39741128de3221377435745... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)