[Webkit-unassigned] [Bug 91769] Layout Test css3/filters/custom/custom-filter-animation.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 9 10:14:39 PDT 2012


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





--- Comment #7 from Chiculita Alexandru <achicu at adobe.com>  2012-08-09 10:15:05 PST ---
There are two issues:
1. Safari Mac on Mountain Lion has accelerated animations support for filters. It is only enabled on ML at runtime. However, CSS Shaders are not composited in hardware yet, so it fallbacks to software rendering.   CSS animations will still try to apply using platform code meaning that WebKit will be stuck forever waiting for the animation started event.

2. The framebuffer is not attached again in repaints. That's because of a GraphicsContext3D bug: https://bugs.webkit.org/show_bug.cgi?id=93625

I will post patches for both bugs soon.

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