-
f1b8a294
by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw/tests: Fix texture interface IID in test_multiple_devices() for ddraw1.
-
6c157696
by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw: Use global handle table in d3d_device2_SwapTextureHandles().
Fixes a regression introduced by
5a7ff3b45c78784dca0a465d9e21483f72bce6e5.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57300
-
f57ef9b4
by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw: Validate handles in d3d_device2_SwapTextureHandles().
-
abadd073
by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw: Update state if d3d_device2_SwapTextureHandles() results in texture change.