Bug 85086 - [CSS Shaders] Improve performance of CSS Shaders rendering
Summary: [CSS Shaders] Improve performance of CSS Shaders rendering
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 82655 85013 88427 88429 93623 96579 96692
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-27 11:42 PDT by Alexandru Chiculita
Modified: 2014-03-02 09:35 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2012-04-27 11:42:11 PDT
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.