Bug 114272

Summary: [BlackBerry][CSS Filters] Blur filter fails to recompute blur size when layer size changes
Product: WebKit Reporter: Arvid Nilsson <anilsson>
Component: WebKit BlackBerryAssignee: Arvid Nilsson <anilsson>
Status: RESOLVED FIXED    
Severity: Normal CC: anilsson, anlo, cgarcia, commit-queue, jpetsovits, mifenton, rwlbuis, tonikitoo, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Arvid Nilsson
Reported 2013-04-09 06:00:52 PDT
This seems to happen frequently with CSS filters applied to images - the initial image size is small, and when the image is fully decoded the surface size increases to the true image size. If a surface starts out at 12x12, the blur distance will be computed as 1/12 and that will still be used when the surface increases to the right size. Can be seen by manual inspection ofLayoutTests/css3/filters/effect-blur-hw.html PR 323730
Attachments
Patch (7.00 KB, patch)
2013-04-11 03:29 PDT, Arvid Nilsson
no flags
Arvid Nilsson
Comment 1 2013-04-11 02:54:46 PDT
"blur size" is the term used in the actual shader
Arvid Nilsson
Comment 2 2013-04-11 03:29:01 PDT
Rob Buis
Comment 3 2013-04-11 07:00:36 PDT
Comment on attachment 197567 [details] Patch Nice fix.
WebKit Commit Bot
Comment 4 2013-04-11 07:34:57 PDT
Comment on attachment 197567 [details] Patch Clearing flags on attachment: 197567 Committed r148201: <http://trac.webkit.org/changeset/148201>
WebKit Commit Bot
Comment 5 2013-04-11 07:35:00 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.