Alexandre Julliard pushed to branch master at wine / wine
Commits: d231cb28 by Elizabeth Figura at 2024-12-17T14:53:54+01:00 wined3d: Add nop state entries for states now invalidated on the client side.
9313c14c63a9b941b66ea367b72f0f928e39c68b and following commits moved invalidation to the client side of the CS, and removed the state table entries since nothing needed to be done. However, in order to avoid errors, the state table still validates that all states have a representative, and thus complains at the missing representatives for all of these states. Avoid this by adding state_nop entries, as is done in some other places.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57207
- - - - -
2 changed files:
- dlls/wined3d/ffp_gl.c - dlls/wined3d/glsl_shader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d231cb2832afed97179f502eb32fe85...