Commit db52a181 authored by skia-deps-roller's avatar skia-deps-roller Committed by Commit bot

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}
parent f9eeec11
...@@ -36,7 +36,7 @@ vars = { ...@@ -36,7 +36,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia # the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other. # and whatever else without interference from each other.
'skia_revision': 'a1ce2163906eeb1dd5c543215c25cea856eda6cb', 'skia_revision': '0e72e9ee3b0201f05e5d74917b17c8a427b14d9f',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8 # the commit queue can handle CLs rolling V8
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment