[Bug 44808] Regression in 3.4: Graphics show as garbage with multisampled textures enabled in The Witness

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 26 09:44:02 CDT 2018


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

--- Comment #3 from Henri Verbeet <hverbeet at gmail.com> ---
Created attachment 60866
  --> https://bugs.winehq.org/attachment.cgi?id=60866
Mesa patch

I believe this is a bug in Mesa. The attached patch (against current Mesa
master) should fix the issue.

It appears that texture views created on multi-sample textures don't inherit
the sample count from the original texture, resulting in incomplete framebuffer
objects when such views are mixed with other multi-sampled textures.

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