skia2/src
Herb Derby 2c75957b0f Clean up mask blur code.
This code has interpolation for small radii like the old code.
This code is protected by the flag:

SK_LEGACY_SUPPORT_INTEGER_SMALL_RADII

In addition, I have improved the scale calculation for Gauss to be more
accurate, and it is also protected by the flag:

SK_LEGACY_SUPPORT_INTEGER_SMALL_RADII

When SK_LEGACY_SUPPORT_INTEGER_SMALL_RADII is defined, then there
is no difference.


Bug: skia:
Change-Id: I588299c3768dd009852ce41f33a6a8572d9f4ad3
Reviewed-on: https://skia-review.googlesource.com/41746
Commit-Queue: Herb Derby <herb@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2017-09-06 18:59:28 +00:00
..
android Reland "skia: add heif decoding support" 2017-08-18 14:40:29 +00:00
c Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
codec Stop using SkRasterPipeline inside GIF 2017-09-05 18:36:25 +00:00
core Clean up mask blur code. 2017-09-06 18:59:28 +00:00
effects Remove isMipMapped from GrSurfaceDesc 2017-09-06 14:41:18 +00:00
fonts Replace SkFAIL with SK_ABORT. 2017-08-16 15:37:54 +00:00
gpu Try finding exact scratch texture in cache before approx 2017-09-06 15:13:18 +00:00
image Revert "Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget."""" 2017-08-31 20:04:12 +00:00
images when encoding PNG, don't assume F16 values are in range 2017-07-21 17:47:24 +00:00
jumper clean up SK_JUMPER_LEGACY_X86_8BIT 2017-09-06 00:32:32 +00:00
lazy SkDiscardableMemoryPool: always have a mutex for testing 2017-05-05 15:10:13 +00:00
opts Add missing methods to neon/sse SkNx implementations 2017-08-28 21:21:36 +00:00
pathops possible fix for pathops timeout 2017-09-06 14:40:18 +00:00
pdf Rename methods and enum on SkClipStack::Element to indicate "device space" 2017-08-30 15:58:12 +00:00
pipe Remove uses of sk_throw. 2017-08-17 19:45:01 +00:00
ports Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
sfnt Set the kMultiMaster_FontFlag in DirectWrite. 2017-04-07 23:07:08 +00:00
shaders fold params into StageRec 2017-08-29 20:10:31 +00:00
sksl Revert "Switched highp float to highfloat and mediump float to half." 2017-08-17 15:08:17 +00:00
svg Replace SkFAIL with SK_ABORT. 2017-08-16 15:37:54 +00:00
utils Cache the results of get_pixel_formats_to_try 2017-08-18 13:29:49 +00:00
views Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
xml Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
xps SkDocument: consolidate trimBox code 2017-07-05 21:35:37 +00:00