diff options
author | skia-deps-roller <skia-deps-roller@chromium.org> | 2016-03-25 13:45:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-25 20:46:19 +0000 |
commit | 5d2c9486cf93044eefbd010f8d0d372c95eb781a (patch) | |
tree | 77163434d938aefcebe75a4aad8b66fa20c131a7 | |
parent | f1d5099411488018d87c69efe7802dca119bb107 (diff) | |
download | chromium_src-5d2c9486cf93044eefbd010f8d0d372c95eb781a.zip chromium_src-5d2c9486cf93044eefbd010f8d0d372c95eb781a.tar.gz chromium_src-5d2c9486cf93044eefbd010f8d0d372c95eb781a.tar.bz2 |
Roll src/third_party/skia/ d442d3233..397536cab (8 commits).
https://chromium.googlesource.com/skia.git/+log/d442d32335a1..397536cabe12
$ git log d442d3233..397536cab --date=short --no-merges --format='%ad %ae %s'
2016-03-25 cdalton Consolidate GPU buffer implementations
2016-03-25 msarett Compile default SkMovie on cmake
2016-03-25 scroggo Move SkRWBuffer.h to include/ and add SK_API
2016-03-25 halcanary SkPDF: draw{Image,Bitmap} always serializes early
2016-03-25 brianosman Revert of Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU bu… (patchset #1 id:1 of https://codereview.chromium.org/1835003002/ )
2016-03-25 halcanary experimental/fiddle: update to work again
2016-03-25 brianosman Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB.
2016-03-25 benjaminwagner Don't convert to Sk48Dot16 in DrawOneGlyph.
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
TBR=bsalomon@google.com
Review URL: https://codereview.chromium.org/1835573003
Cr-Commit-Position: refs/heads/master@{#383354}
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and whatever else without interference from each other. - 'skia_revision': 'd442d32335a12964af1691b64977621d18048d20', + 'skia_revision': '397536cabe12a9936659870dd220c869789424ba', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. |