https://bugs.winehq.org/show_bug.cgi?id=44808
--- Comment #2 from David Oftedal zerooneo@01101001.net --- The regression appeared in commit 72de747c6a6cdd0be84a24932a4452f453861dbe - "wined3d: Pass the depth/stencil view as wined3d_rendertarget_info structure to context_apply_fbo_state()."
It appears to replace a struct wined3d_rendertarget_info called ds_info with NULL in one or more function calls, and replaces it with a call to wined3d_rendertarget_view_get_surface() in one instance.