[Bug 35112] L.A. Noire 1.3 (Steam version) fails to start, claiming "DX94: Graphics card capabilities are below the minimum specifications." (wined3d clamps device caps MaxVertexIndex to 0xFFFFF)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 28 13:50:05 CDT 2014


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

--- Comment #4 from Stefan Dösinger <stefan at codeweavers.com> ---
I think the value you're looking at is MaxPrimitiveCount. My Evergreen-class
AMD GPU sets MaxPrimitiveCount = 0x555555 and MaxVertexIndex = 0xffffff.

MaxStreamStride on Windows is 508, MaxStreams 16 (no surprise there, that's an
SDK define).

I'll send a patch to raise MaxPrimitiveCount.

-- 
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