DescriptionClip the size of the FBOs used for blurs to the bounds of the clipping region, inflated by the blur radius. This is a little tricky, since we want the rect we use for downsampling to be an integer multiple of the scale factor, so we scale down the clip rect to downsampled space, inflate by the (scaled) kernel width, and intersect the rects there.
Also check the blur radius against 0 and abort early, to prevent the fuzzer blowing up on a missing uniform.
http://code.google.com/p/skia/issues/detail?id=328
Patch Set 1 #
Total comments: 2
Patch Set 2 : Update to latest & remove SkRect changes #MessagesTotal messages: 9
|