Commit Graph

39900 Commits

Author SHA1 Message Date
skia-autoroll
f5a24187fa Roll third_party/externals/swiftshader 7fb0b73b1aa7..9686153413f3 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/7fb0b73b1aa7..9686153413f3


git log 7fb0b73b1aa7..9686153413f3 --date=short --no-merges --format='%ad %ae %s'
2019-02-08 schuffelen@google.com Early exit in es2::Context::drawElements on count=0.


Created with:
  gclient setdep -r third_party/externals/swiftshader@9686153413f3

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=fmalita@google.com

Change-Id: Ide902a8dc4557b1f486bb5d5cd8d09255e58bb62
Reviewed-on: https://skia-review.googlesource.com/c/190731
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-08 23:37:33 +00:00
skia-autoroll
31736e300e Roll third_party/externals/angle2 cd4f1fbaabce..2b0553ce59c3 (7 commits)
cd4f1fbaab..2b0553ce59


git log cd4f1fbaabce..2b0553ce59c3 --date=short --no-merges --format='%ad %ae %s'
2019-02-08 jonahr@google.com Implement EXT_instanced_arrays
2019-02-08 jmadill@chromium.org Refine Ozone suppression.
2019-02-08 geofflang@chromium.org Vulkan: Implement eglBindTexImage
2019-02-08 jmadill@chromium.org Use github link to SVG example image in docs.
2019-02-08 jmadill@chromium.org Fix link to example in Dirty Bits docs.
2019-02-08 jmadill@chromium.org Add markdown documentation for dirty bits.
2019-02-08 fjhenigman@chromium.org Increase instanced draw testing.


Created with:
  gclient setdep -r third_party/externals/angle2@2b0553ce59c3

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=fmalita@google.com

Change-Id: I3897a4d3a9af11cbd40f832b4b878d07f74a8938
Reviewed-on: https://skia-review.googlesource.com/c/190728
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-08 22:24:23 +00:00
Mike Reed
8d4594175c update dox for pathmeasure
Of note, the client need not keep the path around after creating/resetting the measure
object. The parts that are needed are copied, so the client is free to modify/delete
the path afterwards.

Bug: skia:
Change-Id: I9b9a0fd8e3cd6fd6c60de0017bcaee1fbc2fb893
Reviewed-on: https://skia-review.googlesource.com/c/190679
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-08 22:24:04 +00:00
Jim Van Verth
be39f713e5 Add Metal context to Viewer.
Bug: skia:8737
Change-Id: I5c4c839bcf39f2cd3a9a32d005bf4bdb7c42e6a5
Reviewed-on: https://skia-review.googlesource.com/c/187925
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-02-08 21:26:52 +00:00
Brian Salomon
1f05d459e2 Add GrContext::resetGLTextureBindings().
This function binds texture ID 0 to any texture unit/target combo that
Skia has modified.

Bug: chromium:926017
Change-Id: I3ac8f8050c863232886102886e60d3b91a5380c9
Reviewed-on: https://skia-review.googlesource.com/c/190663
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-02-08 21:26:51 +00:00
Jim Van Verth
3e8392e42c Manage Mac paint events more directly.
Trying to shuttle our paint events through the Mac event system seems
to be causing a number of problems, one being that we're refreshing
too often. This works around that by tracking the invalidation flag
per window.

Bug: skia:8737
Change-Id: Ib1b8041f1d9299ff366747831a466439bfd0db29
Reviewed-on: https://skia-review.googlesource.com/c/190673
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-02-08 20:35:00 +00:00
Ben Wagner
58a2e3d7ff Distinguish DDL in Gold results.
Bug: skia:8749
Change-Id: I2b21130dc0b81d605122504e7ea5c253c3f50212
Reviewed-on: https://skia-review.googlesource.com/c/190668
Commit-Queue: Stephan Altmueller <stephana@google.com>
Auto-Submit: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Stephan Altmueller <stephana@google.com>
2019-02-08 19:24:20 +00:00
Hal Canary
70441faaef SkQP: make text context outlast gm
Change-Id: Ia8e3b42d1b88d111a3885a7b2ae90c29985a8c10
Reviewed-on: https://skia-review.googlesource.com/c/190672
Commit-Queue: Hal Canary <halcanary@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
Auto-Submit: Hal Canary <halcanary@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-02-08 19:19:52 +00:00
Herb Derby
e59d40e0bc Simplify mask handling in SkRemoteGlyphCache
I'm only handling the processGlyphRunForMask in this CL, and I
am leaving processGlyphRunForPaths and maybeProcessGlyphRunForDFT
alone. I don't want to have to think about the Fallback code path
right now.

This should not be much of a problem because addGlyph exits early
if the glyph is already processed.

Change-Id: I78886ef87e2fbc3b9bfcb98101401138873bee37
Reviewed-on: https://skia-review.googlesource.com/c/190421
Commit-Queue: Herb Derby <herb@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: Khushal Sagar <khushalsagar@chromium.org>
2019-02-08 19:14:00 +00:00
Herb Derby
c6dde3bc69 Split getOrCreateCache into a SkFont and descriptor based calles
Change-Id: Ie4724137baf3d355b94bd9966cc381a688c465fb
Reviewed-on: https://skia-review.googlesource.com/c/190671
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-02-08 18:49:30 +00:00
Brian Osman
37064c1739 Remove support for GPU bone transformations
This code has been disabled - there were no reasonable scenarios where
it was faster than CPU transformation of the vertex data.

Bug: skia:
Change-Id: Ide2ba24ebbd4543393e4e8997f089a8ca788e787
Reviewed-on: https://skia-review.googlesource.com/c/190665
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-02-08 18:07:30 +00:00
Mike Klein
1edcea99ab add more test cases to DAA gm
These explicitly hit the double up edge screw case we use all the time,
with a couple variations in number of draws and in the winding.

Bug: skia:6886
Change-Id: I0a22d9a48254fe80c874dcfc46e2af6eb1c21f17
Reviewed-on: https://skia-review.googlesource.com/c/190667
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Reed <reed@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
2019-02-08 17:37:50 +00:00
Robert Phillips
d6841487eb Move auditTrail and opMemoryPool from GrContext to GrRecordingContext
Any context that records ops (i.e., direct and/or DDL) will need these two objects.

Change-Id: Ifd3527c23a4015f7d469ad2222563508cccbd339
Reviewed-on: https://skia-review.googlesource.com/c/190307
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-08 16:07:56 +00:00
Brian Osman
a5ab35cc0e Fix vertex indexing error when using ImGui skiaWidgets
skiaWidget adds fake "images" to the ImGui draw list. Those have
vertices allocated for them (even though we don't consume them). We
still need to skip over those if any ImGui widget rendering happens
after the callback, though.

Bug: skia:
Change-Id: Ia0243e600bd32d90ba97ac9fbe58b715f70aa83a
Reviewed-on: https://skia-review.googlesource.com/c/190664
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
2019-02-08 15:43:26 +00:00
Mike Klein
9707e907ae move some methods out of line
This started because I noticed some repeated symbols while disassembling
object files.  I decided to fix up one or two to kill time while waiting
for Blink layout tests, but then I got a little quixotic.  In the end, I
ran:

    ninja -C out && git add -u && nm -U -j out/obj/gm/gm.*.o | sort | uniq -c | sort -g | c++filt | less

And then outlined things that stuck out as funny, either because they
were big, because they were virtual, because there were many copies of
them, or some combination of those factors.

I'm on the fence about moving a few of SkRefCnt's virtuals out of line,
so I've left SkRefCnt.h unchanged for now.

I'm not sure that this is important.

Change-Id: I425d05aa4beabbae40dd8df465155bfb909ef43a
Reviewed-on: https://skia-review.googlesource.com/c/190422
Auto-Submit: Mike Klein <mtklein@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-08 15:41:36 +00:00
Herb Derby
f412d8bb94 Simplify typeface and effects handling
Through many changes, SkRemoteGlyphCache's handling of
typefaces became confused.

* The SkGlyphCacheState doesn't need the font, only
  the SkTypeface from that font.

* effects don't need to be recalculated all the time.

Change-Id: I0158d68501bf5b544d79111543fc6bff1173548c
Reviewed-on: https://skia-review.googlesource.com/c/190423
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-02-08 15:24:06 +00:00
Robert Phillips
a41c6858da Move proxyProvider and singleOwner to GrImageContext
This starts to beef up the capabilities of the GrImageContext in preparation for its future responsibilities (i.e., creating promise images w/o a recordingContext).

Note that the proxyProvider still has different behavior if it has a full context vs. a reduced context. I intend to just let this behavior remain as is.

Change-Id: Idb9d99a548ef928fc1b9dc1e5a34f74343bb0b4b
Reviewed-on: https://skia-review.googlesource.com/c/189490
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-08 15:20:06 +00:00
Mike Klein
764f25a3c5 remove a couple more jsoncpp deps
Presumably if we don't need these in Skia,
we don't need them in Android?

Change-Id: Iff18066c1c2a52c999beabbd9239d4bc96d0ba6d
Reviewed-on: https://skia-review.googlesource.com/c/190438
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
2019-02-08 15:17:26 +00:00
Joe Gregorio
dc7ef26b13 docs - Trim down infra trooper docs.
The trimmed docs have been moved to go/skia-infra-trooper.

No-Try: true
Docs-Preview: https://skia.org/?cl=190661
Bug: skia:
Change-Id: I9214575e763ed1bcd0f3396a539df63a8394a84c
Reviewed-on: https://skia-review.googlesource.com/c/190661
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Auto-Submit: Joe Gregorio <jcgregorio@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
2019-02-08 15:12:26 +00:00
Kevin Lubick
6f509dbb60 Remove abandoned fSubdivisionsMax
Was removed in https://skia-review.googlesource.com/c/skia/+/187922
There's probably a better high level solution.

Bug: oss-fuzz:12991
Change-Id: Ie64e46f17b91a8b6aa9f0be1b7d060d4033aba6e
Reviewed-on: https://skia-review.googlesource.com/c/190439
Reviewed-by: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-02-08 14:56:36 +00:00
recipe-roller
4fd1b7c5f3 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
recipe_engine:
  https://crrev.com/198ca137ca89ccca60ebc98b6c575d97f49836f5 [swarming] Iterate over CIPD packages deterministically (joshuaseaton@google.com)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I3313efce005282440bdbffac47acb7ff97c84553
Reviewed-on: https://skia-review.googlesource.com/c/190660
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-08 14:35:56 +00:00
skia-autoroll
f2a3f5943e Roll third_party/externals/angle2 52d861bd49cc..cd4f1fbaabce (27 commits)
52d861bd49..cd4f1fbaab


git log 52d861bd49cc..cd4f1fbaabce --date=short --no-merges --format='%ad %ae %s'
2019-02-08 jmadill@chromium.org Fix gtest main from including the wrong headers.
2019-02-07 jmadill@chromium.org Suppress EGLSurfaceTest.MessageLoopBugContext on Ozone.
2019-02-07 spang@chromium.org Vulkan: Enumerate instance & device extensions provided by layers
2019-02-07 timvp@google.com Revert "Vulkan: Reduce Default Descriptor Pool Max Sets"
2019-02-07 syoussefi@chromium.org Vulkan: implement swapchain resizing
2019-02-07 syoussefi@chromium.org Vulkan: Suppress flaky test on Nexus5X
2019-02-07 lfy@google.com GLES1: dirty bit pass
2019-02-06 cnorthrop@google.com Docs: Add glmark2 instructions for Android
2019-02-06 spang@chromium.org Vulkan: Move vulkan config target to $angle_root:vulkan_config
2019-02-06 jonahr@google.com Fix ShCompileTest.DecimalSepLocale failing on Linux/AMD
2019-02-06 spang@chromium.org Vulkan: Add support for loading layers from DisplayVk
2019-02-06 syoussefi@chromium.org Vulkan: improve calculation of swapchain image count
2019-02-05 jmadill@chromium.org Skip WhitelistMatchesSupport test on Android.
2019-02-05 jonahr@google.com Fix unit test for setting locale creating malformed HLSL shader code
2019-02-05 timvp@google.com Vulkan: Reduce Default Descriptor Pool Max Sets
2019-02-05 tobine@google.com Vulkan: Add trace markers
2019-02-05 syoussefi@chromium.org Vulkan: Implement basic barrier perf test
2019-02-05 jmadill@chromium.org Move ozone detection earlier in white list.
2019-02-05 jmadill@chromium.org Fix issues with config whitelisting.
2019-02-05 courtneygo@google.com Do not call eglMakeCurrent with invalid parameters
2019-02-05 jmadill@chromium.org Use whitelist to filter test configs.
2019-02-05 syoussefi@chromium.org Vulkan: optimize image memory barriers
2019-02-04 geofflang@chromium.org Vulkan: Store ImageHelper as a pointer in TextureVk and RenderbufferVk
2019-02-04 ianelliott@google.com Improve EGLRecordableTest
2019-02-04 geofflang@chromium.org Vulkan: Merge the PixelBuffer logic into ImageHelper.
2019-02-04 syoussefi@chromium.org Add instructions on how to run glmark2+ANGLE on Linux
2019-02-04 syoussefi@chromium.org Vulkan: Store xcb visual id/type in egl::Config


Created with:
  gclient setdep -r third_party/externals/angle2@cd4f1fbaabce

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=fmalita@google.com

Change-Id: I1325733a79ec58afe5cb60db497c579910e9a0f1
Reviewed-on: https://skia-review.googlesource.com/c/190613
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-08 13:32:06 +00:00
Eric Boren
56bf8ce97b Roll third_party/externals/angle2 a54104803d72..52d861bd49cc (8 commits)
a54104803d..52d861bd49


git log a54104803d72..52d861bd49cc --date=short --no-merges --format='%ad %ae %s'
2019-02-02 syoussefi@chromium.org Disable -Wextra-semi-stmt
2019-02-02 ianelliott@google.com Implement EGL_ANDROID_recordable for Vulkan back-end.
2019-02-01 jonahr@google.com Fix unnecessary copy of for loop variables in ANGLE
2019-02-01 syoussefi@chromium.org Use env variable to select default backend
2019-02-01 jmadill@chromium.org Enable -Wextra-semi and -Wextra-semi-stmt.
2019-02-01 syoussefi@chromium.org Initial support for compiler AST validation
2019-02-01 jmadill@chromium.org Roll glslang.
2019-02-01 ckulakowski@opera.com Fix for linking of non-component angle_unittests


Created with:
  gclient setdep -r third_party/externals/angle2@52d861bd49cc

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=borenet@google.com

Change-Id: I008df064f6301658404c371cf47a5656d8c11621
Reviewed-on: https://skia-review.googlesource.com/c/188852
Reviewed-by: Eric Boren <borenet@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2019-02-08 12:34:36 +00:00
skia-autoroll
e0c94a27a3 Roll ../src 635f11205d4b..3e6732ee4ac8 (349 commits)
635f11205d..3e6732ee4a


git log 635f11205d4b..3e6732ee4ac8 --date=short --no-merges --format='%ad %ae %s'
2019-02-08 svillar@igalia.com Make GaiaCookieManagerService::GetURLLoaderFactory() private
2019-02-08 sdefresne@chromium.org Convert OnPrimaryAccountSet to use CoreAccountInfo
2019-02-08 clemensh@chromium.org [test] Reenable wasm_worker_termination_while_compiling
2019-02-08 msarda@chromium.org Add experiments for Android and iOS to fieldtrial_testing_config.json.
2019-02-08 lethalantidote@chromium.org Updates comment to reflect reasoning to pass nullptr for HitTestData.
2019-02-08 toyoshim@chromium.org OOR-CORS: Introduce ResourceRequest::cors_exempt_headers
2019-02-08 mahmadi@chromium.org [iOS][Translate] ios/chrome/browser/translate/OWNERS
2019-02-08 delphick@chromium.org Fix deprecated BooleanValue call in chrome os code
2019-02-08 dvadym@chromium.org Add testing field trial to NewPasswordFormParsingForSaving finch config.
2019-02-08 luoe@chromium.org DevTools: remove flex from Computed widget for copyability
2019-02-08 msarda@chromium.org Remove usage of signin_view_controller from inline login handler.
2019-02-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 79ffba7a9de6..7c539fa95b0a (5 commits)
2019-02-08 vogelheim@chromium.org [trusted types] Fix spurious crash when calling createHTML.
2019-02-08 jsbell@chromium.org Android Sign-In Manager: Disable bogus test preventing refactors
2019-02-08 thestig@chromium.org Remove WebLocalFrame::IsPrintScalingDisabledForPlugin().
2019-02-08 ceciliani@google.com [App Management] Add Search View
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto ee4a5ccc89d4..fc5de6a89d4e (1 commits)
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 26490759e464..44bffbfc1c3e (1 commits)
2019-02-08 findit-for-me@appspot.gserviceaccount.com Revert "Flesh out |VirtualCtap2Device|'s makeCredential UV behaviour."
2019-02-08 treib@chromium.org Remove many unnecessary includes of profile_sync_service.h
2019-02-08 emaxx@google.com Fix JS error in extensions test script
2019-02-08 abhijeet@igalia.com Implement ITE::SimulateSuccessfulFetchOfAccountInfo method.
2019-02-08 sdefresne@chromium.org Convert SetPrimaryAccount helper method to return a CoreAccountInfo
2019-02-08 sdefresne@chromium.org Remove uses of deprecated RegisterDictionaryPref
2019-02-08 raphael.kubo.da.costa@intel.com quic_flags_impl: Fix GCC build after #618558
2019-02-08 findit-for-me@appspot.gserviceaccount.com Revert "Add MultiDrawManager state invariants and unittests"
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 8338670f9829..22b1689dde6c (2 commits)
2019-02-08 nhiroki@chromium.org Worker: Fix comments about threading in dedicated_worker.h
2019-02-08 dstaessens@chromium.org media/gpu/test: Simplify frame validator by removing the "linear" parameter.
2019-02-08 jkim@igalia.com [s13n] Eliminate fake_profile_oauth2_token_service_builder.cc/h
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia a8878a1df9b0..26490759e464 (1 commits)
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 9f3b5566dab7..545f0d025ef1 (2 commits)
2019-02-08 dstaessens@chromium.org media/gpu/test: Simplify frame validator by moving md5 file loading/saving.
2019-02-08 ericale@google.com Convert test_running.py to use Python logging, and add more logs.
2019-02-08 peria@chromium.org IDL compiler: Check if V8 value is callable for callback functions
2019-02-08 nickdiego@igalia.com ozone/wayland: Remove WaylandXkbKeyboardLayoutEngine
2019-02-08 mukai@chromium.org Skips unnecessary window icon image updates
2019-02-08 raul@tambre.ee [FeatureEngagement] Fix x_date_released_in_seconds being formatted as floating point in unittests
2019-02-08 abhijeet@igalia.com Replace use of AccountFetcherService by IdentityTestEnvironment
2019-02-08 raul@tambre.ee //remoting: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-08 kojii@chromium.org [LayoutNG] Fix LocalVisualRect to include LocalSelectionRect
2019-02-08 pfeldman@chromium.org DevTools: migrate to the upstream base string adapter.
2019-02-08 lucmult@chromium.org [Files app] Convert to ES6 arrow functions file file_table_list.js
2019-02-08 dstaessens@chromium.org media/gpu/test: Make VideoFrame::HashFrameForTesting use a const VideoFrame.
2019-02-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 248eabeb7086..79ffba7a9de6 (9 commits)
2019-02-08 xiaochengh@chromium.org Add a new web test for moving into/out of inline block
2019-02-08 tkent@chromium.org Cleanup of MarkupAccumulator::SerializeNodesWithNamespaces()
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 50e24d7d5f52..a8878a1df9b0 (2 commits)
2019-02-08 rockot@google.com Convert remaining JSON service manifests [part 6]
2019-02-08 rockot@google.com Reland "Convert remaining JSON service manifests [part 3]"
2019-02-08 hollingum@google.com Modified logic for auto-removing "persistent" folders
2019-02-08 mmenke@chromium.org Socket Pools Refactor 22: Let HttpProxyClientSocket take a StreamSocket.
2019-02-08 wzang@chromium.org cros: Show a splash screen to cover the login user pods in Demo Mode
2019-02-08 pfeldman@chromium.org Reland "DevTools: roll third_party/inspector_protocol"
2019-02-08 rockot@google.com Convert remaining JSON service manifests [part 5]
2019-02-08 tzik@chromium.org Drop nullable document.domain experiment
2019-02-08 kojii@chromium.org Simplify LayoutObject::IsSelected
2019-02-08 ortuno@chromium.org bluetooth: Disallow concurrent calls to SetPowered
2019-02-08 thomasanderson@chromium.org Add a fallback path for SELECT window size when there's no available space
2019-02-08 kainino@chromium.org Don't expose nonconformant renderbuffer sample counts to WebGL
2019-02-08 calamity@chromium.org Disable AutoscrollBrowserTest.GSUGSEValidPositionInWidget.
2019-02-08 agl@chromium.org Flesh out |VirtualCtap2Device|'s makeCredential UV behaviour.
2019-02-08 johnchen@chromium.org [ChromeDriver] Remove old-style version
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 38769c1f96a3..8338670f9829 (4 commits)
2019-02-08 lethalantidote@chromium.org Disables time scrubber when no preload / no source.
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools b9ae2ca9a55d..9f3b5566dab7 (3 commits)
2019-02-08 ratan@microsoft.com Add commandline switch and enable UIAutomation
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 088e521769f9..cd4f1fbaabce (5 commits)
2019-02-08 huangdarwin@chromium.org Async Clipboard: Integrate readImage/writeImage into generic read/write
2019-02-08 jacde@chromium.org Use XRRigidTransform based on latest webxr spec.
2019-02-08 kainino@chromium.org Fix manual changes to ui/gl generated code; add tricium NOLINTs
2019-02-08 johntlee@chromium.org Navi: Add proxy for interacting with NtpBackgroundHandler
2019-02-08 anastasi@google.com Focus Switch Access on first menu item by default
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite f2c1116f97a6..43ecc6793a5c (6 commits)
2019-02-08 karandeepb@chromium.org Mark background-fetch/fetch.https.window.html as timing out.
2019-02-08 yrsun@chromium.org Add disable-best-effort-tasks to Chrome flags
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader c81766320762..7fb0b73b1aa7 (1 commits)
2019-02-08 reillyg@chromium.org [serial] Implement feature policy checks
2019-02-08 slangley@google.com Add a "Send feedback" menu item to the Files App Gear Menu.
2019-02-08 mfoltz@chromium.org [Media Router] Simplify unit tests
2019-02-08 ksakamoto@chromium.org SignedExchange: Add SignedExchangeRequestMatcher
2019-02-08 rmcelrath@chromium.org Don't tell network service that DNS & IP changed after restart.
2019-02-08 billorr@chromium.org Add owners to xr and vr flags in flag-metadata.json
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 413f0052c89e..ee4a5ccc89d4 (1 commits)
2019-02-08 rockot@google.com Revert "Convert remaining JSON service manifests [part 3]"
2019-02-08 pfeldman@chromium.org Revert "DevTools: roll third_party/inspector_protocol"
2019-02-08 karandeepb@chromium.org Disable SigninInteractionControllerTestCase/testSignInDisconnectFromChromeManaged.
2019-02-08 luoe@chromium.org DevTools: clear timeout when highlighting frames
2019-02-08 pfeldman@chromium.org DevTools: roll third_party/inspector_protocol
2019-02-08 karandeepb@chromium.org Disable flaky Memlog/MemlogBrowserTest.EndToEnd/*.
2019-02-08 uwyiming@google.com Add missing gn_isolate_map entry for captured_sites_interactive_tests.
2019-02-08 pbos@chromium.org Add Incognito text badge to avatar button
2019-02-08 rmcelrath@chromium.org Move ChromeOS network connection initialization from BrowserTestBase to ContentBrowserTest
2019-02-08 kbr@chromium.org Add support for crashing GPU process via DevTools protocol.
2019-02-08 rockot@google.com Convert remaining JSON service manifests [part 4]
2019-02-08 martinkr@google.com Update //device/fido/OWNERS
2019-02-08 danielng@google.com Revert "Installation functionality for Crostini App search"
2019-02-08 gyuyoung@igalia.com s13n: Replace use of AccountTrackerService in arc_auth_service.h/cc
2019-02-08 dlibby@microsoft.com Improve string formatting for ETW event values
2019-02-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ff3805a63456..248eabeb7086 (5 commits)
2019-02-08 dgozman@chromium.org [DevTools] Stop passing base::Value to DevToolsManagerDelegate
2019-02-08 thestig@chromium.org Document Browser::tab_strip_model() is never nullptr.
2019-02-08 tienmai@chromium.org [GCPW] Don't startup fake servers on flaky tests that will not run.
2019-02-08 danakj@chromium.org Remove lots of DidInvalidateRect plumbing and APIs.
2019-02-08 kmilka@chromium.org [NTP] Add browser_tests for search suggestions
2019-02-08 estade@chromium.org Enable a views desktop widget test on Chrome OS.
2019-02-08 amistry@chromium.org Fix UAF in smb_client::MDnsHostLocator
2019-02-08 thestig@chromium.org Remove a check that always evaluates to true in AppMenuModel.
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia a29dd9d0cb8b..50e24d7d5f52 (20 commits)
2019-02-08 llin@chromium.org Set the default activity name for opening app.
2019-02-08 sammc@chromium.org Skip calling |on_disconnected_| when disconnected by being destructed.
2019-02-08 noel@chromium.org Run FilesApp Providers browsertest with Smb provider feature disabled
2019-02-08 ericorth@chromium.org Remove unneeded resolves in socket tests.
2019-02-08 lucmult@chromium.org [Files app] ES6 convert var to let/const file selection files
2019-02-08 acourbot@chromium.org media/gpu/v4l2ip: revamp jobs queue
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src cf21146137cf..10a7def6c03e (2 commits)
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3690.0_rc-r1 to 74.0.3698.0_rc-r1
2019-02-08 chaopeng@chromium.org Cleanup for mouse_capture_target_ in RenderWidgetHostInputEventRouter
2019-02-08 rockot@google.com Convert remaining JSON service manifests [part 3]
2019-02-08 collinbaker@chromium.org Always call into in-product help backend upon new tab opening
2019-02-08 lucmult@chromium.org Nit @struct isn't needed for ES6 classes
2019-02-08 rbpotter@chromium.org Print Preview: ignore document isScalingDisabled
2019-02-08 chrome-release-bot@chromium.org Updating trunk VERSION from 3699.0 to 3700.0
2019-02-08 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.110.
2019-02-08 mxcai@chromium.org Settings: Fix the UI issue when an origin after data clearing.
2019-02-08 lgrey@chromium.org Use dark mode Omnibox in dark mode even if themed
2019-02-08 csharrison@chromium.org RecentTabHelper tests: don't use navigation auto advance
2019-02-08 calamity@chromium.org Revert "Adds AssistantNotificationView."
2019-02-08 shend@chromium.org assistant: Skip opt-in menu when --oobe-skip-postlogin flag is used.
2019-02-08 dmblack@google.com Adds AssistantNotificationView.
2019-02-08 crouleau@chromium.org Revert "Third try of ResourceLoadViaDataPipe"
2019-02-08 googleo@chromium.org Fix js err for ime extension binding.
2019-02-08 kmilka@chromium.org [NTP] Convert NTP service DLOGs into DVLOGs
2019-02-08 raphael.kubo.da.costa@intel.com color_utils: Use std::sqrt() instead of std::sqrtf()
2019-02-08 dpapad@chromium.org Settings WebUI: Fix managed UI header not showing up in Polymer 1.
2019-02-08 aluo@chromium.org Add use-webview-provider option.
2019-02-08 kaznacheev@google.com Add tooltip to close button in ChromeOS search box
2019-02-08 martinkr@chromium.org fido: support caBLE on Windows with the native API present
2019-02-08 meilinw@google.com Add an autotest Api to set whitelisted user preferences.
2019-02-08 dalecurtis@chromium.org Tickle the GL context during context loss test to ensure loss event.
2019-02-08 raul@tambre.ee //net: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-08 dfried@chromium.org Add a flag to separately enable hover card preview images.
2019-02-08 ntfschr@chromium.org AW: improve command_line tool
2019-02-08 wolenetz@chromium.org MSE: Gather metrics to realistically bound allowed empty samples
2019-02-08 wutao@chromium.org app_list: Modify dialog plate in assistant_page.
2019-02-08 luoe@chromium.org DevTools: hide inherited styles from the same location
2019-02-08 kbr@chromium.org Expand shader-with-non-reserved-words suppression.
2019-02-08 stevenjb@chromium.org Cleanup chromeos::NetworkStateTest
2019-02-08 wutao@chromium.org app_list: Handle event in assistant_page_view
2019-02-08 calamity@chromium.org Revert "[image_decode_bench] Use //base CommandLine to process arguments"
2019-02-08 noel@chromium.org [image_decode_bench] Use //base CommandLine to process arguments
2019-02-08 nicolaso@chromium.org [BrowserSwitcher] Go to chrome://browser-switch before switching
2019-02-08 raul@tambre.ee //dbus: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-08 ericorth@chromium.org Modernize resolve calls in QuicStreamFactory
2019-02-08 chrishtr@chromium.org Move UpdateCompositedSelectionIfNeeded() after pre-paint.
2019-02-08 bsazonov@chromium.org [Android] Add UiUtils.getTintedDrawable
2019-02-08 morlovich@chromium.org SimpleFileTracker: out-of-line some shared histogram code.
2019-02-08 morlovich@chromium.org SimpleFdLimit test: serialize Close ops at the end.
2019-02-08 rockot@google.com Convert remaining JSON service manifests [part 2]
2019-02-08 hcarmona@chromium.org Navi: Update centering CSS to prevent clipping on small screen.
2019-02-08 etiennep@chromium.org [TaskScheduler]: Fix line removed.
2019-02-08 raul@tambre.ee //google_apis: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 20be13b329a2..b9ae2ca9a55d (2 commits)
2019-02-08 juncai@chromium.org Reland: Reland: Network Service: Use histograms instead of chartjsons for network service performance tests
2019-02-08 rmcelrath@chromium.org Make NetworkContextConfigurationBrowserTest work when network service is enabled by default
2019-02-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 9b6ba4d1c57e..cf21146137cf (1 commits)
2019-02-08 weidongg@chromium.org Fix extra vox announcement "Alert" in app list
2019-02-08 sammiequon@google.com splitview: Fix animation not showing up when exiting overview.
2019-02-07 manukh@chromium.org [omnibox]: Show original text when reverting with a default keyword match.
2019-02-07 ssid@chromium.org Fix ProcessMemoryMetricsEmitterTest
2019-02-07 yosin@chromium.org Get rid of unused class SearchBuffer
2019-02-07 davidbienvenu@chromium.org Add user visible flag for WebContentsOcclusion on Windows.
2019-02-07 zmo@chromium.org Add back direct composition InfoCollection test.
2019-02-07 raul@tambre.ee //gpu: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-07 drott@chromium.org Move font unique name lookup table construction to own singleton class
2019-02-07 bsazonov@chromium.org [Unity][Android] Implement bottom button bar in SyncAndServicesPreferences
2019-02-07 avi@chromium.org Port flag doc to markdown.
2019-02-07 lucmult@chromium.org [Files app] Hide delete button for Downloads folder
2019-02-07 skym@chromium.org [Feed] Import feed@159a13d840ef3638205987e117f746fb12514edf
2019-02-07 kbr@chromium.org Revert "Reland "Add build file for PFFFT""
2019-02-07 tonikitoo@igalia.com Add a simple network::mojom::CookieManager implementation to services/network/test
2019-02-07 drubery@chromium.org Revert "SafeBrowsing: Send FULL_PINGs for PDF downloads."
2019-02-07 fayang@chromium.org In QUIC, when processing timestamps in ACK frame, close connection if delta_from_largest_observed is too high.
2019-02-07 findit-for-me@appspot.gserviceaccount.com Revert "Don't send download pings if the download is cancelled"
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 93c01741f610..f2c1116f97a6 (1 commits)
2019-02-07 jrummell@chromium.org Update MediaDrmStorage::Initialize() to indicate success properly
2019-02-07 weidongg@chromium.org Fix duplicate announcement for apps in grid
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 710f3d3e4483..59ab1cf08196 (3 commits)
2019-02-07 alessiob@chromium.org Reland "Add build file for PFFFT"
2019-02-07 raphael.kubo.da.costa@intel.com allocator shim: Swap ALIGN_LINKAGE and SHIM_ALWAYS_EXPORT's positions
2019-02-07 enga@chromium.org Add MultiDrawManager state invariants and unittests
2019-02-07 corising@chromium.org Add a delay to tab hover cards based on tab width.
2019-02-07 afakhry@chromium.org top-chrome slide: Remove unneeded DCHECK
2019-02-07 yigu@chromium.org [Animation Worklet] Update the animator name sync logic to serve multiple global scopes
2019-02-07 jdoerrie@chromium.org [Passwords] Add base::Feature for Editing Passwords in Desktop Settings
2019-02-07 martiniss@chromium.org Remove linux_chromium_headless_rel from the CQ
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 82105494f27a..762247be1246 (1 commits)
2019-02-07 sebmarchand@chromium.org SwapThrashingMonitor: Move the blocking calls to a MayBlock sequence
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia c877ea265759..a29dd9d0cb8b (15 commits)
2019-02-07 drubery@chromium.org SafeBrowsing: Send FULL_PINGs for PDF downloads.
2019-02-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal be531eda4378..ff3805a63456 (5 commits)
2019-02-07 lambroslambrou@chromium.org Fix register_local_nm_hosts.sh
2019-02-07 danan@chromium.org Add DemoMode.AppLaunched UMA metric
2019-02-07 wutao@chromium.org app_list: assistant_page to search_result_page
2019-02-07 bratell@opera.com Listing plugin_instance_throttler.h once in BUILD.gn is enough.
2019-02-07 hta@chromium.org Use webrtc-level IceTransport factory instead of direct allocation
2019-02-07 rayankans@chromium.org Initial boilerplate for the DevTools background services feature
2019-02-07 vtsyrklevich@chromium.org Revert "Add GWP-ASan hook to macOS crashpad handler"
2019-02-07 dmurph@chromium.org [DOMStorage] Enable Onion-Soup codepath
2019-02-07 iwells@chromium.org UMA for failed MHTML loading including offline namespace
2019-02-07 bsheedy@chromium.org Update VR dialog tests to be RenderTests
2019-02-07 hirono@chromium.org Fix data_offer_accept with null mimetype.
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto af5e7a520e64..413f0052c89e (5 commits)
2019-02-07 johnidel@chromium.org Record UseCounter for adframe size intervention
2019-02-07 bokan@chromium.org Fix nullptr scrollbar crash
2019-02-07 lukasza@chromium.org Enable CORB and request_initiator_site_lock for SharedWorkers.
2019-02-07 bungeman@chromium.org Remove duplicate build entry for HarfBuzz.
2019-02-07 dtapuska@chromium.org Move context_lifecycle_observer from dom to execution_context.
2019-02-07 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.105.
2019-02-07 sky@chromium.org chromeos: gets aura as mus client library working with client ids
2019-02-07 weidongg@chromium.org Fix vox for opening and closing folder
2019-02-07 csharrison@chromium.org Add QUIC owners to protocol_page_load_metrics_observer.cc
2019-02-07 rockot@google.com Convert remaining JSON service manifests [part 1]
2019-02-07 crouleau@chromium.org Disable newtab story
2019-02-07 mahmadi@chromium.org [iOS][Translate] Fix translate infobar being created in "translating" state
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 06d1040fab75..20be13b329a2 (1 commits)
2019-02-07 bcwhite@chromium.org Document that 'never' is valid for expires_after in rare cases.
2019-02-07 wdzierzanowski@opera.com Clarify that ProxyDelegate tunnel methods are for HTTP/1.x
2019-02-07 karandeepb@chromium.org Disable flaky test: BrowserAccessibilityWinTest.TestIAccessible2Relations.
2019-02-07 danakj@chromium.org Use JsReplace() to build strings for ExecuteScript.
2019-02-07 drubery@chromium.org Don't send download pings if the download is cancelled
2019-02-07 wjmaclean@chromium.org Add PSF scaling to scaling in CC to scroll-deltas for OOPIFs.
2019-02-07 karandeepb@chromium.org Revert "Click to Open PDF: Improve first-time IFRAME throttle behavior"
2019-02-07 drott@chromium.org Move DWrite related font file access functions to separate file
2019-02-07 andrewxu@chromium.org Hiding the drag handle of app list depending on MRU windows
2019-02-07 penghuang@chromium.org Always use RGB or RGBA for desktop gl and egl.
2019-02-07 sahel@chromium.org Autoscroll GFS and GFC should populate positions in widget properly.
2019-02-07 alexclarke@chromium.org Don't schedule work for disabled queues even from other threads
2019-02-07 smcgruer@chromium.org Revert "Declare Chrome OS Account Manager for field trial testing"
2019-02-07 ellyjones@chromium.org flags: remove deleted flags
2019-02-07 xhwang@chromium.org media: Add MediaLog on selected DecryptingDemuxerStream
2019-02-07 bsheedy@chromium.org Fix fling scroll flakiness on Vega
2019-02-07 drott@chromium.org Move UMA logging methods out of DWriteFontProxyImpl
2019-02-07 dougarnett@chromium.org [Previews] Fix issue with NoScript hiding LoFi at commit time
2019-02-07 raphael.kubo.da.costa@intel.com [Promises] Drop constexpr from unique_any/any_internal's operator=
2019-02-07 crouleau@chromium.org Disable TheOnion on loading.desktop
2019-02-07 agaynor@mozilla.com Removed a stray word that reduced readability
2019-02-07 beaufort.francois@gmail.com Do not require user gesture if pictureInPictureElement is set
2019-02-07 thakis@chromium.org Remove a few semicolons.
2019-02-07 vtsyrklevich@chromium.org Enable GWP-ASan client on macOS
2019-02-07 jbudorick@chromium.org Remove luci, compile, and test configurations for six decommed android bots.
2019-02-07 bsheedy@chromium.org Fix select tag test race condition on Vega
2019-02-07 agrieve@chromium.org Android: Write .jar.info files for bundle targets
2019-02-07 thestig@chromium.org Remove unneeded includes from some printing/ code.
2019-02-07 npm@chromium.org [ElementTiming] Use TimingAllowOrigin check and remove bubbling
2019-02-07 skare@chromium.org [Omnibox] Document provider: add icons for most popular missed types.
2019-02-07 agrieve@chromium.org Android: Add build targets for bundle .apks file
2019-02-07 vmpstr@chromium.org Test: Don't CHECK if IsAcceleratedCompositingActive is false.
2019-02-07 xidachen@chromium.org Ensure white listed touch action has value at touch sequence start
2019-02-07 xhwang@chromium.org base: Add CreateTimeValue() and GetValueAsTime()
2019-02-07 klausw@chromium.org webxr-tests: change media/ to ../media/
2019-02-07 tonikitoo@igalia.com Eliminate //chrome's signin_manager_builder.cc
2019-02-07 thestig@chromium.org Remove a check that is always true in PluginList::GetPluginInfoArray().
2019-02-07 bajones@chromium.org Implement XRRenderState and XRSession.updateRenderState
2019-02-07 cthomp@chromium.org Add comment to cthomp entry in tools/metrics/histograms/OWNERS
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from e80b59856124 to 7f1a00721378
2019-02-07 chouinard@chromium.org [Chromeshine] TokenMappings JNI bridge setup.
2019-02-07 cmumford@google.com Switched ChromiumHttpConnection to use network service.
2019-02-07 hhli@chromium.org [DevTools] Add request headers to cached response matching
2019-02-07 mabian@microsoft.com Keep mask bounds expanded to edges of div to fully mask dest_rect.
2019-02-07 jortaylo@microsoft.com [Animation Worklet] Upstream local-time related web tests to WPT
2019-02-07 rhalavati@chromium.org Add ObfuscatedFileUtilMemoryDelegate.
2019-02-07 tbarzic@chromium.org Remove code to delay lock screen note launch for web UI lock animation
2019-02-07 cjgrant@chromium.org Remove android_64bit_browser flag
2019-02-07 nuskos@chromium.org Remove the workaround to perfetto calling CommitData on the wrong sequence.
2019-02-07 siggi@chromium.org RC: Start renaming CoordinationUnit->Node.
2019-02-07 fkastenholz@chromium.org Landing Recent QUIC changes until 019/01/25 10:48:28
2019-02-07 chrome-release-bot@chromium.org Updating trunk VERSION from 3698.0 to 3699.0
2019-02-07 jianj@google.com Roll src/third_party/libvpx/source/libvpx/ cde3da57b..ce4336c2a (26 commits)
2019-02-07 falken@chromium.org Use NoDestructor for ServiceWorkerDevToolsManager instead of Singleton.
2019-02-07 tedchoc@chromium.org Allow incoming intent redirects to submit forms w/o user gesture.
2019-02-07 danakj@chromium.org Frozen RenderWidgets are not marked shown (and thus cant be hidden).
2019-02-07 backer@chromium.org Eliminate duplicate CopyOutputRequest geometry calcs
2019-02-07 hferreiro@igalia.com Move IdentityGetProfileUserInfoFunction to C++ IdentityManager
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 0041fe53dcfe..710f3d3e4483 (1 commits)
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 603ad164a6fc..088e521769f9 (1 commits)
2019-02-07 bsazonov@chromium.org [Unity][Android] Use wrap_content for sign-in buttons height
2019-02-07 markusheintz@chromium.org Move the ConsentSyncBridge from namespace syncer to consent_auditor
2019-02-07 raul@tambre.ee //services: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 36651e4e3873..be531eda4378 (3 commits)
2019-02-07 arbesser@google.com [Autofill Assistant] Replaced all occurrences of DLOG with DVLOG.
2019-02-07 ekaramad@chromium.org [ FeaturePolicy ] Disable a flaky test
2019-02-07 kylechar@chromium.org Mark UI.CompositorResizeLock.* histograms obsolete.
2019-02-07 ellyjones@chromium.org tools: add unowned-flags tool
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 01a3e9b6383f..3b71e65658cd (1 commits)
2019-02-07 jdoerrie@chromium.org [base] Clean Up CommandLine::ParseFromString()
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia c19d81acc096..c877ea265759 (1 commits)
2019-02-07 mamir@chromium.org [Sync] Fill in the required fields before logging the protocol event
2019-02-07 mnissler@chromium.org Fix typo in FakeDebugDaemonClient
2019-02-07 pmarko@chromium.org Modernize base::Value handling in a few ChromeOS configuration policy handlers
2019-02-07 vasilii@chromium.org Reuse the code for filling username/password on iOS.
2019-02-07 finnur@chromium.org Photo Picker: Much better handling of orientation changes.
2019-02-07 bratell@opera.com jumbo + gn analyze workaround: Add sources to |input|
2019-02-07 treib@chromium.org Make ProfileSyncService::ReconfigureDatatypeManager private
2019-02-07 etiennep@chromium.org [TaskScheduler]: Cleanup Task.
2019-02-07 chrome-release-bot@chromium.org Updating trunk VERSION from 3697.0 to 3698.0
2019-02-07 treib@chromium.org Move Add/RemovePreferenceProvider up into SyncService
2019-02-07 davidben@chromium.org Remove unused base/{md5,sha1}.h includes
2019-02-07 lizeb@chromium.org blink/bindings: Make foreground and background compression mutually exclusive.
2019-02-07 fhorschig@chromium.org [Mfill Android] Ensure integration tests cover the native component
2019-02-07 caitlinfischer@google.com [Autofill] Changed suggestion.h icon from string16 to std::string
2019-02-07 igorcov@chromium.org Define admin policy for reboot on sign out
2019-02-07 dullweber@chromium.org Add dullweber@ as browsing_data extension owner
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 3043fbd9fc27..af5e7a520e64 (5 commits)
2019-02-07 tangltom@chromium.org Add dbg tryjob for chrome/browser/resources
2019-02-07 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG
2019-02-07 svillar@igalia.com Remove GaiaCookieManagerService dependency from ChildAccountService
2019-02-07 domfarolino@gmail.com Revert "Link element events should be able to fire more than once"
2019-02-07 kylechar@chromium.org gpu: Cleanup callback types (part 4).
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 7ca375c8ca54..0041fe53dcfe (9 commits)
2019-02-07 luoe@chromium.org DevTools: fix old shadow dom in DOMLinkifier
2019-02-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 2a54660850c3..36651e4e3873 (3 commits)
2019-02-07 hans@chromium.org Clang update.py: set -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON
2019-02-07 luoe@chromium.org DevTools: fix wrapping of eager eval preview for layoutNG
2019-02-07 mlippautz@chromium.org Workers: Free memory when worker is terminated before thread creation
2019-02-07 jdoerrie@chromium.org [base] Add as_u16cstr() utility function
2019-02-07 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.101.
2019-02-07 beaufort.francois@gmail.com Add Skip Ad Origin Trial
2019-02-07 nicolaso@chromium.org BrowserSwitcherService: split implementation between platforms
2019-02-07 carlscab@google.com Add tasks traits for BrowserUIThreadScheduler
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 382b122e45dc..c19d81acc096 (1 commits)
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 29ecb64560ae..3043fbd9fc27 (1 commits)
2019-02-07 yhirano@chromium.org Remove WebDataConsumerHandle use out of platform/loader
2019-02-07 sinhak@chromium.org Declare Chrome OS Account Manager for field trial testing
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite f0a00cd7f17b..93c01741f610 (4 commits)
2019-02-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b68e715cb291..2a54660850c3 (1 commits)
2019-02-07 nikitapodguzov@chromium.org Use |base::Value| in CloudDeviceDescription.
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 859db6b5a03c..382b122e45dc (1 commits)
2019-02-07 alancutter@chromium.org Do not create app shims for sync'd PWAs on Mac
2019-02-07 sinhak@chromium.org Improve AccountReconcilor API usage in AccountManagerMigrator
2019-02-07 sinhak@chromium.org Fix failing child accounts test with Account Manager enabled
2019-02-07 sigurds@chromium.org Ensure V8 header dependency from page_image_annotation component
2019-02-07 okalitova@chromium.org Add unzipping functionality to PluginVmImageManager
2019-02-07 nhiroki@chromium.org PlzWorker: Implement PlzDedicatedWorker in the browser side
2019-02-07 markusheintz@chromium.org [Security Events] Add chrome sync specifics proto for security events.
2019-02-07 svillar@igalia.com Stop listening for OnRefreshTokensLoaded() in FamilyInfoFetcher
2019-02-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 2af003349292..29ecb64560ae (2 commits)
2019-02-07 lizeb@chromium.org blink/bindings: Report the original size of ParkableStrings.
2019-02-07 sinhak@chromium.org Fix failing tests with crOS Account Manager enabled


Created with:
  gclient setdep -r ../src@3e6732ee4a

The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Perf-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=fmalita@google.com

Change-Id: I56370b50aa222c34cc0d362971a3f8101e7fcffe
Reviewed-on: https://skia-review.googlesource.com/c/190610
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-08 12:29:06 +00:00
recipe-roller
44bffbfc1c Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
depot_tools:
  https://crrev.com/f2f4cc6382f9d132699de64e656d13e6b798c4fe Revert "Roll recipe dependencies (trivial)." (tandrii@chromium.org)
  https://crrev.com/545f0d025ef1f93aa276c4da765f5450013014dc Manual recipe roll. (iannucci@chromium.org)
recipe_engine:
  https://crrev.com/3e04b364c0e15b5195168e5f722198f6ac13a174 [swarming] update client version (tikuta@chromium.org)
  https://crrev.com/e5b95408b9e4b89a7b88f67c40b3af79a88a7ad7 [step_runner] Specify close_fds to avoid leaking non-std handles to steps. (iannucci@chromium.org)
  https://crrev.com/bcd44328140e7912e96e2fd0ae1c76222ebca167 Revert "[step_runner] Specify close_fds to avoid leaking non-std handles to steps." (tandrii@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I47cf9e23fdee0dedf5e119bd803935c04bcbadd2
Reviewed-on: https://skia-review.googlesource.com/c/190437
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-08 07:16:16 +00:00
skia-recreate-skps
26490759e4 Update go_deps asset
Automatic commit by the UpdateGoDEPS bot.

TBR=borenet@google.com

Change-Id: Id37b2e7de2fdc4ab8a3cb0c2049d5ce689b03f29
Reviewed-on: https://skia-review.googlesource.com/c/190561
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-02-08 06:08:26 +00:00
Eric Karl
a8878a1df9 Fix issue where command buffer was skipped if drawing a single drawable
When drawing a drawable in Vulkan, we didn't dirty the |fIsEmpty| flag
on the command buffer. This means that if the drawable was the only
output to the CB, it would not be submitted.

Change-Id: Id01a04d6423b64f1fe7a24065d5139184b132e77
Reviewed-on: https://skia-review.googlesource.com/c/190560
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Eric Karl <ericrk@chromium.org>
2019-02-08 03:16:59 +00:00
skia-autoroll
2735b71aef Roll third_party/externals/swiftshader c81766320762..7fb0b73b1aa7 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/c81766320762..7fb0b73b1aa7


git log c81766320762..7fb0b73b1aa7 --date=short --no-merges --format='%ad %ae %s'
2019-02-08 sugoi@google.com Update and Fill Buffers


Created with:
  gclient setdep -r third_party/externals/swiftshader@7fb0b73b1aa7

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=fmalita@google.com

Change-Id: I6dc76a3593825c7c4fd891d8b5fd911cbc5ed2e9
Reviewed-on: https://skia-review.googlesource.com/c/190467
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-08 03:07:16 +00:00
Chris Dalton
50e24d7d5f Add a mechanism for GMs to silently exclude themselves from Gold
This is useful, for example, when trying to test a hardware feature
that isn't supported in the current context.

Bug: skia:8731
Change-Id: I9a363159300c92e4039bfd05400238c27002efb1
Reviewed-on: https://skia-review.googlesource.com/c/189133
Commit-Queue: Chris Dalton <csmartdalton@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-02-08 00:05:15 +00:00
Ben Wagner
f439600429 [infra] Update Win10 in Skolo.
Change-Id: Icb1876fd7a3b74050493d9e0044a1124b98f817a
Reviewed-on: https://skia-review.googlesource.com/c/190223
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
2019-02-07 23:26:46 +00:00
recipe-roller
c49900ba20 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
depot_tools:
  https://crrev.com/1206a353e40abb70d8454eb9af53db0ad10b713c [autoninja] change default -j multiplier 20 -> 40 (tikuta@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ib367aa1df6dbceaa9354cc4bb4dce25eac369435
Reviewed-on: https://skia-review.googlesource.com/c/190424
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-07 23:11:17 +00:00
Chris Dalton
3a77837a5d Reland "Add a GpuGM class for GPU-only tests"
This is a reland of f5efa78902

Original change's description:
> Add a GpuGM class for GPU-only tests
>
> Bug: skia:8731
> Change-Id: Ic81f21621c0183bb356601eb663fa1ee334bca55
> Reviewed-on: https://skia-review.googlesource.com/c/189134
> Reviewed-by: Brian Osman <brianosman@google.com>
> Reviewed-by: Mike Klein <mtklein@google.com>
> Commit-Queue: Chris Dalton <csmartdalton@google.com>

TBR=mtklein@google.com

Bug: skia:8731
Change-Id: Ia322d7e9280b67ebea1edbefc820cae72cd9c3a6
Reviewed-on: https://skia-review.googlesource.com/c/190148
Reviewed-by: Chris Dalton <csmartdalton@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2019-02-07 23:11:16 +00:00
Brian Salomon
d978b90d20 Track separate texure binding states for each OpenGL texture target.
This means tracking the binding for e.g. GL_TEXTURE_2D separately from
GL_TEXTURE_RECTANGLE.

This is to enable resetting any bindings Skia changes back to 0 at
client request (future work).

Bug: chromium:926017
Change-Id: Ic82796479fb0f7e18f5c32bb4230a1c71712d36d
Reviewed-on: https://skia-review.googlesource.com/c/190308
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-02-07 22:38:36 +00:00
Hal Canary
480d29bfc9 SkQP: new tool: tools/skqp/find_commit_with_best_gold_results
I already used this to choose where to branch SkQP for Q-release.

No-Try: true
Change-Id: Id809adefe038d4a96a47c19f7844812ea8854d1e
Reviewed-on: https://skia-review.googlesource.com/c/184920
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
2019-02-07 21:20:29 +00:00
Brian Osman
412674f8a8 Check for single owner and abandoned context in createMipMapProxyFromBitmap
Bug: skia:
Change-Id: I64d4844300be3e49673f919f4e85dbff7cd4bb92
Reviewed-on: https://skia-review.googlesource.com/c/190440
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-07 21:13:16 +00:00
recipe-roller
0997c3d224 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
depot_tools:
  https://crrev.com/b9ae2ca9a55d9b754c313f4c9e9f0f3b804a5e44 Fix get_toolchain_if_necessary.py --nodownload message formatting. (thestig@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ia6776aac3493dbfdefed44e169975086b3e3a42a
Reviewed-on: https://skia-review.googlesource.com/c/190380
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-07 21:06:45 +00:00
Jim Van Verth
6bc650e9d7 Fix Metal bots.
Disables some invalid tests and re-enables others.
Fixes up a shader issue.

Bug: skia:8243
Change-Id: I03c3685c1f0bc55c435121d659e52115f114ca7f
Reviewed-on: https://skia-review.googlesource.com/c/190300
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-02-07 21:00:20 +00:00
Hal Canary
6512fa389c SkQP: update tools/skqp/gn_to_bp.py, add release script
No-Try: true
Change-Id: Id8cfba15d70700d4d38c7db81599f6d56fb93cdd
Reviewed-on: https://skia-review.googlesource.com/c/190306
Reviewed-by: Derek Sollenberger <djsollen@google.com>
Commit-Queue: Derek Sollenberger <djsollen@google.com>
2019-02-07 20:41:56 +00:00
Brian Salomon
601ac80b48 Cache CPU memory buffers used for client side arrays.
Use same cache for CPU-side copy of data when using GPU buffers.

Change-Id: I09f2837211a30aabc50e9897c090f5fbc6d90492
Reviewed-on: https://skia-review.googlesource.com/c/189484
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-02-07 20:25:55 +00:00
Ben Wagner
80634eb51e Don't include .cpp file in SampleCCPRGeometry.cpp
Doing so resulted in a bunch of surprisingly duplicated symbols.

Change-Id: Ie3003122909a3b82470046256de12e27c0b23a05
Reviewed-on: https://skia-review.googlesource.com/c/190305
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2019-02-07 20:21:51 +00:00
Brian Osman
5b9126bc19 Give ImGui the correct DeltaTime
Fixes key repeat rate when vsync is disabled

Bug: skia:
Change-Id: I315932d0e0bcfd491a3c81deba56b137db1c3a0f
Reviewed-on: https://skia-review.googlesource.com/c/190304
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Jim Van Verth <jvanverth@google.com>
2019-02-07 20:19:26 +00:00
Derek Sollenberger
1be431f60f Remove colorspace restrictions for 565/FP16 configs in Android Codec.
Bug: b/123377741
Change-Id: I82ae1ba1eddade35fe2d7f8c2c160db1ae20ced6
Reviewed-on: https://skia-review.googlesource.com/c/188026
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
2019-02-07 20:13:46 +00:00
Mike Klein
dcfc3ef110 skvx wip
- remove ALWAYS_INLINE until we find we need it

 - make bit_puns explicit

 - implement everything recursively so, e.g.
   sqrt(float8) picks up sqrt(float4) when
   not otherwise specialized.

 - implement SSE specializations:
   of the operations I tested, only sqrt, rcp, and rsqrt
   needed any help.  The others look good as-is.

Change-Id: I1b679c7bd9a99f952272b118d7ade2469b55d604
Reviewed-on: https://skia-review.googlesource.com/c/190222
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-07 20:06:46 +00:00
Brian Salomon
8c8806f252 Default init GrGpuResource::UniqueID to invalid id.
Also remove unused invalid ID factory function.

Change-Id: Iacfb14a0a652ac6bf6a6c59d71144ed01463839e
Reviewed-on: https://skia-review.googlesource.com/c/190302
Commit-Queue: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-02-07 19:45:25 +00:00
Robert Phillips
fe0963c350 Move "matches" from GrContextThreadSafeProxy to GrContext_Base
This makes the "matches" functionality available to all the context flavors and uses it for SkImages

Change-Id: I1e3d55f19a7752a9da8789e93a848b7a7a64d180
Reviewed-on: https://skia-review.googlesource.com/c/190227
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-07 19:26:50 +00:00
Robert Phillips
e8345793c6 Make room for shifting GrContext to GrDirectContext
Change-Id: I6291b0c513c641c3bb49260031b501da42b11ede
Reviewed-on: https://skia-review.googlesource.com/c/190002
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-07 19:24:07 +00:00
recipe-roller
43b6225658 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
recipe_engine:
  https://crrev.com/7b5a41699c38fb8a53b125a31a90f9f84aef17eb [swarming] Fix duration bug (joshuaseaton@google.com)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I71aceda5c2307e4ede9dba538abd9ed62d5784e1
Reviewed-on: https://skia-review.googlesource.com/c/190301
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-07 19:21:46 +00:00
Brian Osman
0471a93057 Support building mips when creating cross context images
The API existed, but triggered asserts if you tried to use it
(because we weren't passing scaleAdjust). Also guard against
devices not supporting mips, and update the GM to test all of
these cases (including mipping a cross-context image that was
originally created without mips).

Bug: https://github.com/flutter/flutter/issues/24517
Change-Id: Ia180f4e6fd7f3790d0f7068f9f3aa39eb5657378
Reviewed-on: https://skia-review.googlesource.com/c/190224
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-02-07 19:17:55 +00:00
Brian Salomon
a29dd9d0cb Pin the quad index buffer in GrResourceProvider.
This can get purged under memory pressure, but it is highly unlikely that
it will not be quickly recreated. It is only 32K.

Change-Id: Ia1fd404d8a57968aa26ff24f5a407e79fb78cc74
Reviewed-on: https://skia-review.googlesource.com/c/190260
Commit-Queue: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-02-07 19:04:25 +00:00
Mike Reed
8619a34bb8 Revert "Hide setDrawLooper -- deprecate loopers"
This reverts commit c877ea2657.

Reason for revert: wow, this is going to be really hard to update callers

Original change's description:
> Hide setDrawLooper -- deprecate loopers
> 
> Guarded with SK_SUPPORT_LEGACY_DRAWLOOPER
> 
> Bug: skia:4783
> Change-Id: I4a47513624bc5c09816f44e107917dc8028adb94
> Reviewed-on: https://skia-review.googlesource.com/c/189871
> Reviewed-by: Mike Reed <reed@google.com>
> Commit-Queue: Mike Reed <reed@google.com>
> Auto-Submit: Mike Reed <reed@google.com>

TBR=reed@google.com

Change-Id: Ia49f421c8a96a8091ab87533361fde4bf570d6e4
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:4783
Reviewed-on: https://skia-review.googlesource.com/c/190303
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-02-07 19:00:36 +00:00