24 Dec
2025
24 Dec
'25
11:05 a.m.
Alexandre Julliard (@julliard) commented about dlls/wined3d/stateblock.c:
return; }
+ if (stateblock->type == WINED3D_SBT_PRIMARY && value == stateblock->stateblock_state.rs[state]) + { + TRACE("Ignoring redundant call on a primary stateblock.\n"); + return; + }
This is breaking the ddraw7 test, could you please have a look? ``` ddraw7.c:11539: Test failed: Got unexpected color 0x00808000, case 4. ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9814#note_126116