[Bug 42592] The Witcher 3 has poor performance

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 14 02:23:03 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=42592

--- Comment #61 from Henri Verbeet <hverbeet at gmail.com> ---
Well, the wined3d_pool enum no longer exists in current Wine git, so any hack
based on that will run into issues. If you want to do a hack, I'd suggest
starting with not setting WINED3D_RESOURCE_ACCESS_CPU in d3d11's
d3d_buffer_init(), unless "Usage" is D3D11_USAGE_STAGING, in which case you
don't want WINED3D_RESOURCE_ACCESS_GPU. This is also an area that's currently
seeing active development though; any hack is likely to get broken again
relatively soon.

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