Roll src/third_party/skia/ a1ce21639..0e72e9ee3 (5 commits).
https://chromium.googlesource.com/skia.git/+log/a1ce2163906e..0e72e9ee3b02 $ git log a1ce21639..0e72e9ee3 --date=short --no-merges --format='%ad %ae %s' 2016-07-22 egdaniel Remove asserts on scissor size in Vulkan 2016-07-22 mtklein Have SkRasterPipelineBlitter take over for 565 when it can. 2016-07-22 msarett Convert XYZ values from PNGs to D50 2016-07-22 herb In the current code, tiling and bilerp sampling are strongly tied together. They can be separated by taking advantage of observation that translating a sample point into filter points in the bilerp stage the filter points will be at most 0.5 outside the tile. This allows simplified repositioning for the various tiling modes; clamp and mirror use min and max while repeat has max -> 0 and 0-> max. This allows bilerp to simply treat the filter points that fall off the tile. This allows tiling and bilerp sampling to be totally separate. 2016-07-22 senorblanco Always init SkPathRef variables. BUG=623195 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=jcgregorio@google.com Review-Url: https://codereview.chromium.org/2176873002 Cr-Commit-Position: refs/heads/master@{#407297}
Showing
Please register or sign in to comment