http://bugs.winehq.org/show_bug.cgi?id=5661
Summary: Half Life 2 missing textures under flashlight Product: Wine Version: 0.9.17. Platform: PC URL: http://appdb.winehq.org/appview.php?iAppId=2095 OS/Version: Linux Status: UNCONFIRMED Keywords: regression, download Severity: normal Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: vitaliy@kievinfo.com
The following patch causing loss of textures on zombies under the flash light: Good: http://www.kievinfo.com/2/B/HL2_B_dx70_13.jpg Bad: http://www.kievinfo.com/2/B/HL2_B_dx70_12.jpg
Patch: commit 7f9e61f7d2bc54731f755d10c9cc91cd7d8b6b08 Author: H. Verbeet <> Date: Tue Jun 27 23:44:26 2006 +0200
wined3d: Use register combiners for texture stage operations.
Make wined3d use register combiners for texture stage operations. In order to do that the texture unit index needs to be separated from the texture stage index. For cards that don't support the NV_register_combiners extension nothing should change.