http://bugs.winehq.org/show_bug.cgi?id=58483 Stefan Dösinger <stefan@codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #79949|0 |1 is obsolete| | --- Comment #7 from Stefan Dösinger <stefan@codeweavers.com> --- Created attachment 79951 --> http://bugs.winehq.org/attachment.cgi?id=79951 Add a dirty region on texture creation This patch is probably more correct than attachment 79949. It adds a dirty region to the texture on creation. That fixes the game without ignoring read only maps and without breaking the AddDirtyRect test. The invisible issue is that this means managed and sysmem resources have a system memory copy allocated on creation, increasing the VM size even if the texture is never used. -- 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.