Alexandre Julliard pushed to branch master at wine / wine Commits: 76f152e0 by Elizabeth Figura at 2026-02-04T22:21:41+01:00 wined3d: Clear backup_dc and backup_wnd when deleting them. If we were using a backup DC and then perform a reset, we will clear the DC, but not zero it, meaning that once 3D is initialized again, we may eventually end up trying to use the same backup DC which has been deleted. Fix this by also zeroing the DC pointer. - - - - - 98a441dd by Zhiyi Zhang at 2026-02-04T22:21:42+01:00 wined3d: Reset internal_format_set when using the backup DC. internal_format_set is only relevant to the real DC, but it's checked before setting the format on the backup DC as well. If the real DC stops being valid, we need to reset the field to make sure we actually set the format on the backup DC. - - - - - 4 changed files: - dlls/d3d8/tests/device.c - dlls/d3d9/tests/device.c - dlls/wined3d/context_gl.c - dlls/wined3d/device.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/410eda098d0d338c079a7b195e221d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/410eda098d0d338c079a7b195e221d... You're receiving this email because of your account on gitlab.winehq.org.