[Webkit-unassigned] [Bug 217103] [TextureMapper] A semi-transparent parent layer is rendered as a opaque layer for children layers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 14:46:38 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217103

--- Comment #7 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Created attachment 410055

  --> https://bugs.webkit.org/attachment.cgi?id=410055&action=review

test caes of sterically intersecting sibling semi-transparent layers

Because TextureMapperLayer sorts siblings by z order (in TextureMapperLayer::sortByZOrder),
sibling semi-transparent layers are blended as expected in most cases.

However, if sibling semi-transparent layers are sterically intersecting,
some semi-transparent layers can hide background.

To solve this issue perfectly, TextureMapper needs OIT support.
  Bug 217080 – [TextureMapper] Order Independent Transparency support

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200929/9a227269/attachment.htm>


More information about the webkit-unassigned mailing list