[Webkit-unassigned] [Bug 115107] New: [Qt] Animated opacity does not trigger accelerated compositing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 24 08:12:17 PDT 2013


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

           Summary: [Qt] Animated opacity does not trigger accelerated
                    compositing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at digia.com
            Blocks: 106309


Opacity is one of the properties where we support accelerated compositing, but only animated transforms and filters they do not themselves trigger accelerated compositing. Since opacity are always performed through some type of compositing (using TransparencyLayers if not accelerated), it should always be faster for us to choose AC. 

That opacity animations does not trigger compositing was changed in http://trac.webkit.org/changeset/45309, which means it is desired behavior at least on Mac. So we should make sure this is an optional behavior change.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list