[Webkit-unassigned] [Bug 85086] New: [CSS Shaders] Improve performance of CSS Shaders rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 27 11:42:11 PDT 2012


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

           Summary: [CSS Shaders] Improve performance of CSS Shaders
                    rendering
           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: achicu at adobe.com


This is a master bug for performance improvements on CSS shaders. Currently, the implementation is very slow for two reasons:
1. Each time the style changes a new GraphicsContext3D is allocated (and textures, shaders etc.)
2. The shader is not using the accelerated composition and moves pixels from CPU to GPU.

For that reason animations are not smooth and tolerance values used in animation tests are very large.

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