[Bug 22744] Incoming: missing textures, blocky characters

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 17 13:58:45 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=22744

--- Comment #12 from Stefan Dösinger <stefan at codeweavers.com> 2011-10-17 13:58:45 CDT ---
The hack works for me, but what also works is not enumerating the RGB device at
all. It seems that the game picks up the first device that is enumerated, and
wants D3DPTEXTURECAPS_PERSPECTIVE set on the hal caps, otherwise it things the
device doesn't support textures.

Not setting D3DPTEXTURECAPS_PERSPECTIVE on the RGB device is correct, the
d9fef10b71 added tests for that and those tests still exist and pass on
Windows. I'll see if it is correct to enumerate the RGB device at all. Any
changes will need to be checked against Rollcage, MotoRacer and GTA 2 and the
other applications that have issues with the d3d device caps.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list