9 Feb
2023
9 Feb
'23
12:01 a.m.
Removing WINED3D_RS entries from state tables and moving stubs to wined3d_device_apply_stateblock. These patches remove the entries for: - WINED3D_RS_ANTIALIAS - WINED3D_RS_TEXTUREPERSPECTIVE - WINED3D_RS_WRAPU - WINED3D_RS_WRAPV - WINED3D_RS_MONOENABLE and remove: - state_antialias() - state_wrapu() - state_wrapv() - state_monoenable() -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2145