summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorskia-deps-roller <skia-deps-roller@chromium.org>2015-07-14 10:46:56 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-14 17:48:46 +0000
commit9c32236e4ff563bac6d3859481f030ea853eb96a (patch)
treeead33fbf010e1897930e18b74ea5de78b1e33857 /DEPS
parent3868550081d275ef8f73933ffcec88da453215a2 (diff)
downloadchromium_src-9c32236e4ff563bac6d3859481f030ea853eb96a.zip
chromium_src-9c32236e4ff563bac6d3859481f030ea853eb96a.tar.gz
chromium_src-9c32236e4ff563bac6d3859481f030ea853eb96a.tar.bz2
Roll src/third_party/skia db8e438:4abc186
Summary of changes available at: https://chromium.googlesource.com/skia/+log/db8e438..4abc186 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=scroggo@google.com NOTRY=true Commits in this roll: 4abc186 mtklein@chromium.org Add a GYP flag to define SKNX_NO_SIMD when set. bfd9ee6 mtklein@chromium.org Fix typo in non-SIMD Sk4f::thenElse(). 6968428 joshualitt@google.com Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) 3d32d76 robertphillips@google.com Add new SkPoint3 class 52e7657 joshualitt@chromium.org Another trivial cleanup c734e69 wangyix@google.com Added a glBench for testing performance of vec4 vs scalar coverage in generated shaders. 690fc75 joshualitt@chromium.org Get rid of GrMurmur3Hash 7aa1899 caryclark@google.com use portable typeface e20633e mtklein@chromium.org Add a GM that reproduces layout test failures with my new xfermode code. cd8c499 scroggo@google.com Revert of Added a GLBench for testing performance of vec4 vs scalar for coverage in generated shaders. (patchset #4 id:40002 of https://codereview.chromium.org/1225383002/) 6104ced wangyix@google.com Added a glBench for testing performance of vec4 vs scalar coverage in generated shaders. 24d2a7b senorblanco@chromium.org Fix for partially-specified crop rects. 4421a4c joshualitt@chromium.org small cleanups after fixing const of GrPipelineBuilder on DrawTarget 2419b36 joshualitt@chromium.org Add GrNonAtomicRef b031fcf ethannicholas@google.com reenabled GrAALinearizingConvexPathRenderer, but only for stroked paths ae3d63a joshualitt@chromium.org ovals now take a const GrPipelineBuilder 1e545b6 caryclark@google.com make gm text and colors portable 6f818b3 scroggo@chromium.org Do not attempt to scale webp. 24d8249 mtklein@chromium.org Tweak GYP to also link with XCode 7. 1c73548 joshualitt@chromium.org Start to propagate constness of GrPipelineBuilder up the stack 5e6ba21 joshualitt@chromium.org Modify GrClipMaskManager to reflect logical constness 672bb7f jvanverth@google.com Remove GL-specific code from GMs and tests ab9cb42 rmistry@google.com Revert of Whitespace change to test Skia's new bugdroid configuration (patchset #1 id:1 of https://codereview.chromium.org/1237653002/) 39a24f2 scroggo@google.com Revert of Bilinear optimization for 1D convolution. (patchset #5 id:200001 of https://codereview.chromium.org/1216623003/) 1770839 rmistry@google.com Whitespace change to test Skia's new bugdroid configuration Review URL: https://codereview.chromium.org/1230243004 Cr-Commit-Position: refs/heads/master@{#338709}
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index eab79c8..ea40c1a 100644
--- a/DEPS
+++ b/DEPS
@@ -34,7 +34,7 @@ vars = {
'chromium_git': 'https://chromium.googlesource.com',
'libvpx_revision': 'e6cd8259051bdc4885ca19d00a167cb1afbcbcd5',
'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
- 'skia_revision': 'db8e4382a49093dd8c7732f0d73ee1112765e79e',
+ 'skia_revision': '4abc186d029c3c57a53cec3f483de2fff6d4a954',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
# and whatever else without interference from each other.