Module: wine
Branch: master
Commit: 982333b3a93f78289a03e54037f31594815b9694
URL: https://gitlab.winehq.org/wine/wine/-/commit/982333b3a93f78289a03e54037f315…
Author: Elizabeth Figura <zfigura(a)codeweavers.com>
Date: Thu Apr 25 19:30:26 2024 -0500
wined3d: Use the primary stateblock state in wined3d_device_process_vertices() where possible.
We eventually want to get things like render states out of wined3d_state,
keeping them only in wined3d_stateblock. wined3d_device_process_vertices(), as
a d3d < 9 function, is largely better suited to deal in wined3d_stateblock
directly at this point.
---
dlls/wined3d/device.c | 93 ++++++++++++++++++++++++---------------------------
1 file changed, 44 insertions(+), 49 deletions(-)