[Git][wine/wine][master] 10 commits: d3dx10/tests: Add tests for loading 2D texture array DDS files.
Alexandre Julliard pushed to branch master at wine / wine Commits: 3c79597f by Connor McAdams at 2026-05-19T23:19:08+02:00 d3dx10/tests: Add tests for loading 2D texture array DDS files. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 5df870cd by Connor McAdams at 2026-05-19T23:19:08+02:00 d3dx11/tests: Add tests for loading 2D texture array DDS files. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 15aac332 by Connor McAdams at 2026-05-19T23:19:08+02:00 d3dx10: Add support for loading DDS files containing texture arrays. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 807cde6f by Connor McAdams at 2026-05-19T23:19:08+02:00 d3dx11: Add support for loading DDS files containing texture arrays. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 01bede4c by Connor McAdams at 2026-05-19T23:19:08+02:00 d3dx10/tests: Add tests for D3DX10LoadTextureFromTexture(). Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - e502e4ed by Connor McAdams at 2026-05-19T23:19:09+02:00 d3dx10: Validate some input arguments in D3DX10LoadTextureFromTexture(). Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - bbc4ceb8 by Connor McAdams at 2026-05-19T23:19:09+02:00 d3dx10: Handle cases in D3DX10LoadTextureFromTexture() where no data is loaded. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - d47cdbf2 by Connor McAdams at 2026-05-19T23:19:09+02:00 d3dx10: Implement texture level loading in D3DX10LoadTextureFromTexture(). Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 7da850e2 by Connor McAdams at 2026-05-19T23:19:09+02:00 d3dx10: Add support for mipmap generation in D3DX10LoadTextureFromTexture(). Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - c7172540 by Connor McAdams at 2026-05-19T23:19:09+02:00 d3dx10: Add support for 3D textures in D3DX10LoadTextureFromTexture(). Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> - - - - - 5 changed files: - dlls/d3dx10_43/d3dx10_43_main.c - dlls/d3dx10_43/tests/d3dx10.c - dlls/d3dx10_43/texture.c - dlls/d3dx11_43/tests/d3dx11.c - dlls/d3dx11_43/texture.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c031c7a265931304baf539068db75f... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c031c7a265931304baf539068db75f... 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)