[Bug 52116] World of Warships: garbled textures and GL_INVALID_OPERATION errors due to invalid PBO access

WineHQ Bugzilla wine-bugs at winehq.org
Mon Nov 29 05:02:43 CST 2021


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

--- Comment #1 from Jan Sikorski <jsikorski at codeweavers.com> ---
Created attachment 71170
  --> https://bugs.winehq.org/attachment.cgi?id=71170
Proposed fix

Looks like we don't always unbind buffers after using them, so we need to make
sure nothing is bound to GL_PIXEL_UNPACK_BUFFER before copying data from system
memory. Attached patch should fix the issue.

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