[Bug 46224] ddraw-Create-rendering-targets-in-video-memory patch got borked between 3.19 and 3.20

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 1 23:40:30 CST 2019


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

Olivier F. R. Dierick <o.dierick at piezo-forte.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #8 from Olivier F. R. Dierick <o.dierick at piezo-forte.be> ---
Reopening because the rebased patch is not working.

(In reply to Matteo Bruni from comment #7)
> The patch currently in staging doesn't look right though:
> 
> +            wined3d_desc.usage = wined3d_desc.bind_flags;

If I understand the new code correctly, that line should be changed to:
+            wined3d_desc.bind_flags = bind_flags;

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