RESOLVED INVALID Bug 85086
[CSS Shaders] Improve performance of CSS Shaders rendering
https://bugs.webkit.org/show_bug.cgi?id=85086
Summary [CSS Shaders] Improve performance of CSS Shaders rendering
Alexandru Chiculita
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.