Mike Reed
5539390c53
check if we can use legacy blits
...
depends on https://skia-review.googlesource.com/c/skia/+/196647
Bug: skia:
Change-Id: I85ea7aac34558838d120c2c02abaaeebd77d8b8a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196651
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-05 11:49:02 +00:00
skia-autoroll
25bc174cf6
Roll third_party/externals/swiftshader bb305299f4de..d318dd329423 (7 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/bb305299f4de..d318dd329423
git log bb305299f4de..d318dd329423 --date=short --no-merges --format='%ad %ae %s'
2019-03-04 chrisforbes@google.com Remove some GL/D3D legacy format quirks from vulkan vertex buffers
2019-03-04 hliatis@google.com VkCreateSwapchainKHR and VkDestroySwapchainKHR
2019-03-04 chrisforbes@google.com Add support for conversion instructions
2019-03-04 chrisforbes@google.com Add support for OpDot
2019-03-04 chrisforbes@google.com Add support for OpUMulExtended, OpSMulExtended
2019-03-04 bclayton@google.com SpirvShader: Add debug checks on Intermediate.
2019-03-04 chrisforbes@google.com regres: fix wsi test list
Created with:
gclient setdep -r third_party/externals/swiftshader@d318dd329423
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=reed@google.com
Change-Id: I71ec3e52237563d18641903c564318d21ca50883
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197085
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-05 11:40:28 +00:00
Florin Malita
e80f7eb9d6
SkMixerColorFilter GPU impl
...
Bug: skia:
Change-Id: Ia1e25e0c99737d9720c17f92f0d76a1cb7897ea8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/193163
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-03-05 11:35:47 +00:00
Chris Dalton
4c56b03cfd
Drop support for GL_EXT_raster_multisample
...
We had only used this extension in conjunction with
GL_NV_framebuffer_mixed_samples to draw directly to the framebuffer.
However, it's faster and higher quality to just use our own analytic
AA if we can draw directly to the framebuffer.
It might have been interesting to fake mixed samples using
GL_EXT_raster_multisample and PLS together, but those two extensions
don't appear to ever exist together.
Bug: skia:
Change-Id: Iea489cb0e03fc55aa64d3ea7fccc61b539cc461e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197082
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2019-03-05 11:35:21 +00:00
skia-recreate-skps
e1d3a28ed2
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I006d9e296705dc5f3495dcb598ef8db53f6434ce
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197480
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-05 11:30:40 +00:00
Ben Wagner
93ed80de4f
Roll HarfBuzz.
...
1e06282105..4f37ab63de
Picks up changes to make glyph subsetting work.
Change-Id: I5d5b81cc0849e3a549d57c7d70a393a8bc978b3d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196761
Auto-Submit: Ben Wagner <bungeman@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
2019-03-05 11:30:15 +00:00
skia-autoroll
13623c141e
Roll third_party/externals/angle2 0e1ce2e55387..b8cff9e9347c (6 commits)
...
0e1ce2e553..b8cff9e934
git log 0e1ce2e55387..b8cff9e9347c --date=short --no-merges --format='%ad %ae %s'
2019-03-05 jiajia.qin@intel.com ES31: Add MAX_COMPUTE_SHARED_MEMORY_SIZE
2019-03-04 kpschoedel@google.com Update gpu_test_expectations
2019-03-04 tobine@google.com Vulkan:Add SecondaryCommandBuffer class
2019-03-04 jmadill@google.com Revert "Vulkan: Update code hash after roll."
2019-03-04 geofflang@chromium.org D3D: Asynchronously load program binaries.
2019-03-04 syoussefi@chromium.org Vulkan: Rename vk::Shared* to vk::RefCounted*
Created with:
gclient setdep -r third_party/externals/angle2@b8cff9e9347c
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=reed@google.com
Change-Id: I0a6b8b0e2a652e9d2f42021c036757ea686723ae
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197540
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-05 11:25:27 +00:00
recipe-roller
9082af32a1
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/aa56edf9619152ce9971d90461d909f215e7fab4 [third_party/logdog] Rev to latest. (iannucci@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I4f4c02f0d78f0bafd4ce84df7c853a017c8d5a25
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197641
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-05 11:25:09 +00:00
Mike Reed
fbc887df72
Revert "Remove (unnecessary?) flush in RenderYUVAToRGBA"
...
This reverts commit 49b293a7d5
.
Reason for revert: speculative to fix chrome roll
Original change's description:
> Remove (unnecessary?) flush in RenderYUVAToRGBA
>
> I don't think we need a flush here.
>
> Change-Id: I87bf41b491835578e7df9bea4e15ea24dd551c1e
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196645
> Reviewed-by: Greg Daniel <egdaniel@google.com>
> Commit-Queue: Robert Phillips <robertphillips@google.com>
TBR=egdaniel@google.com ,jvanverth@google.com,robertphillips@google.com
Change-Id: I49305a5a2bcd5fe112b5f55b64511fd05d6c8548
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197305
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-03-05 02:47:38 +00:00
recipe-roller
0a57971f05
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/a3be9a522b8adb8443d4f7a1a8884a787d8cce33 Add --no-branch-color option to git cl status (alancutter@chromium.org )
https://crrev.com/cf661acb705fccc302901a1f8a251ad43ce2dd62 [bot_update] Downstream change for buildbucket proto update. (iannucci@chromium.org )
recipe_engine:
https://crrev.com/9bd140be04588f5956a3ee1cd42afec809a77618 [buildbucket] Use PB for buildbucket protos. (iannucci@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ic4238e645dd2610989b97b54e93f179559687545
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197208
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-04 22:14:41 +00:00
Hal Canary
9e9653cd94
SkQP: fix five tests
...
set `skia_use_expat` to true:
- coloremoji_blendmodes
- scaledemoji
- scaledemojipos
disable bad tests:
- arcs_as_paths
- ovals_as_paths
Change-Id: I883cf13f54b424b8d3964fc045bd6282cbc028c9
Reviewed-on: https://skia-review.googlesource.com/c/196644
Reviewed-by: Ben Wagner <bungeman@google.com>
Cherry-Pick: e7e803e3a96948526c52220941594b0a6d3cdc24
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197014
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-03-04 22:14:21 +00:00
Robert Phillips
9882dae24d
Reduce usage of SkCanvas::flush
...
SkCanvas::flush is problematic and we wish to deprecate it. As a first step, this CL begins to remove Skia's internal usage of it.
Ideally clients would use SkSurface::flush and/or GrContext::flush.
Change-Id: I39bb0702f8230134a97961a4ee70833fd5bd0dcc
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196641
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-03-04 22:09:39 +00:00
Florin Malita
390f9bd8ba
Fix handling of SkSL nullable FPs
...
Bug: skia:8798
Change-Id: Iec311c9d834a6f35b0a4481dbd748532107cd4b1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197108
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-03-04 22:09:20 +00:00
Mike Klein
5ece363ff4
mark lowp TODOs
...
Change-Id: I14b39a77039d26ca5a98310c41d328a7126ee90a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196621
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-04 22:04:32 +00:00
Brian Osman
bdcdf1a7c3
Add SkParticleValue to allow further customization of curve behavior
...
All curves (and path affectors) are driven by an SkParticleValue. The
value can derive its value from the current defaults (age of particle
or effect), or explicitly choose the other one, a random value, or any
other particle value. Values can be range adjusted and support repeat,
clamp, and mirror tiling.
Also fixed some more issues related to resource path in the slide GUI.
Bug: skia:
Change-Id: I4755018d5b57ae2d5ec400d541055ca4fb542978
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196760
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-03-04 22:04:17 +00:00
Herb Derby
0f27b5ee2b
Introduce SkStrikeCacheInterface
...
Introduce SkStrikeCacheInterface in order to move from a
template a based interface on SkGlyphRunListPainter to
a class based interface.
Change-Id: Ib15e437420c00f4e11242ac1a4d8a87ee2af9ee1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197101
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-03-04 21:59:30 +00:00
Greg Daniel
b6c15babd5
Add API for creating SkImage from AHB while uploading data to it.
...
Bug: skia:
Change-Id: I893b511450df7f15bdde202fe01ce223ea2294a9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/195366
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-03-04 21:59:12 +00:00
skia-autoroll
ad39760239
Roll third_party/externals/angle2 4d153383bd3a..0e1ce2e55387 (1 commits)
...
4d153383bd..0e1ce2e553
git log 4d153383bd3a..0e1ce2e55387 --date=short --no-merges --format='%ad %ae %s'
2019-03-04 jmadill@chromium.org Vulkan: Update code hash after roll.
Created with:
gclient setdep -r third_party/externals/angle2@0e1ce2e55387
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=reed@google.com
Change-Id: I7e446f954496d2654ccdfeff2cebe0bceb04a9dd
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197080
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-04 21:54:12 +00:00
Robert Phillips
0d075de863
Clean up GrSurfaceContext's relationship with GrRecordingContext
...
GrSurfaceContext was explicitly holding a lot of things it could just get from its GrRecordingContext.
Change-Id: Ia2e9708d71318dc0c101d56aadf5ae797230bc75
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/194360
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-03-04 21:54:05 +00:00
Mike Klein
b70990eda4
add kRGBA_F16Norm_SkColorType
...
For now this is distinct from kRGBA_F16_SkColorType but treated the
same. Next steps are to see if we can keep it clamped to [0,1].
Switched a few switches away from default to exhaustive.
Took away any explicit SW clamps for now except the one we definitely
want in append_gamut_clamp_if_normalized().
Skip F16Norm in the DDL test because we can't yet distinguish it from
F16.
Change-Id: I021a864fe078e4fa4e2b399982e6c38350e10d74
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196371
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Reed <reed@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
2019-03-04 21:49:07 +00:00
Robert Phillips
49b293a7d5
Remove (unnecessary?) flush in RenderYUVAToRGBA
...
I don't think we need a flush here.
Change-Id: I87bf41b491835578e7df9bea4e15ea24dd551c1e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196645
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-03-04 21:49:03 +00:00
skia-autoroll
12ea3e6beb
Roll ../src aae499d4d09d..8e3cddfd5a43 (217 commits)
...
aae499d4d0..8e3cddfd5a
git log aae499d4d09d..8e3cddfd5a43 --date=short --no-merges --format='%ad %ae %s'
2019-03-04 yusufo@google.com Add junit and DummyUIActivity tests for GridTabSwitcher
2019-03-04 xiaohuic@google.com assistant: http connection header response
2019-03-04 lanwei@chromium.org Add pause action to touch scroll action in WPT pointerevent touch tests
2019-03-04 thestig@chromium.org Remove unneeded base/debug/stack_trace.h includes.
2019-03-04 jdiggs@igalia.com Improve logic determining the accessible role of non-scoped th elements
2019-03-04 xiaohuic@google.com assistant: pin audio device
2019-03-04 olivierrobin@chromium.org ProtoDatabaseTest Flush thread on lock release
2019-03-04 collinbaker@chromium.org Fix IPH menu button animation for non-unit scale factors
2019-03-04 sczs@chromium.org [ios] Displays InfobarBadge when an Infobar is presented.
2019-03-04 bpastene@chromium.org Swtich android_compile_x(86|64)_dbg trybots to luci in CQ config.
2019-03-04 cbiesinger@chromium.org Inline MinimumValueForLength for better performance
2019-03-04 akihiroota@chromium.org Change how rich text attributes are reported within editable text
2019-03-04 riajiang@chromium.org Delete event-source in all transform request calls.
2019-03-04 danan@chromium.org Enable hiding of supervised users for M74
2019-03-04 johannes@chromium.org [DevTools] Roll of inspector protocol ...
2019-03-04 kevers@chromium.org Implement 2D matrix decomposition in ui/gfx.
2019-03-04 lindsayw@google.com [ios] Rolls EG2 to ad70b511da47793e27e77c1a69c7895e8403be45.
2019-03-04 tbarzic@chromium.org webui login: Remove lock screen app focus handling
2019-03-04 chrishtr@chromium.org [PE] Remove RunPostLayoutTasks enum.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a72882291163..93bee44895a6 (2 commits)
2019-03-04 wutao@chromium.org app_list: Remove back button in dialog plate
2019-03-04 lpz@chromium.org Begin importing WPT runner codebase into Chromium.
2019-03-04 dmblack@google.com Moves more view delegation to AssistantViewDelegate.
2019-03-04 smaier@chromium.org Android: ensuring onDestroy called between tests
2019-03-04 fs@opera.com Remove TODO in svg_fe_convolve_matrix_element.idl
2019-03-04 ellyjones@chromium.org flags: remove windows10-custom-titlebar
2019-03-04 joenotcharles@google.com Add RESULT_CODE_TEST_ENGINE_SANDBOX_DISCONNECTED_TOO_SOON
2019-03-04 sadallst@microsoft.com Fixed bug where calling speak immediately after cancel would fail. The problem was that the windows speech API expects a NULL argument when only clearing the queue, otherwise it will try to speak the word given after flushing the queue, even if the word is an empty string.
2019-03-04 olivierrobin@chromium.org Disable failing tests in google_services_settings_egtests
2019-03-04 rdevlin.cronin@chromium.org [Extensions] Update updater owners
2019-03-04 xidachen@chromium.org [Code health] Remove an un-necessary lines in TestExpectations
2019-03-04 manucornet@chromium.org CrOS Shelf: Replace some test API calls with existing public APIs
2019-03-04 stevenjb@chromium.org NetworkStateHandler: Only scan when technology is enabled
2019-03-04 yigu@chromium.org [BlinkGenPropertyTrees] Mark compositing/overflow/overflow-scroll-with-local-background.html as flaky on Linux Debug
2019-03-04 rdevlin.cronin@chromium.org [Extensions Cleanup] Fix a couple typos
2019-03-04 thestig@chromium.org Fix various nits in print_browsertest.cc.
2019-03-04 orinj@chromium.org [omnibox] Remove flag omnibox::kEnableClipboardProvider
2019-03-04 manukh@chromium.org [omnibox chrome:omnibox]: Remove 'Copy as text' button.
2019-03-04 erikchen@chromium.org Remove broken priority adjustment code.
2019-03-04 katie@chromium.org Mark all images dirty when the user requests image annotations once.
2019-03-04 manukh@chromium.org [omnibox chrome:omnibox]: Add classifications for contents & description
2019-03-04 tbansal@chromium.org Resource Scheduler: Add metrics to record gap between non-delayable requests
2019-03-04 dtseng@chromium.org Add support for virtual accessibility hierarchies in Chrome OS using wrappers.
2019-03-04 csharrison@chromium.org Remove experiment_percentage for flatbuffers_unittests
2019-03-04 olivierrobin@chromium.org Register OfflinePageTabHelper as ReadingListModelObserver.
2019-03-04 newcomer@chromium.org Remove touchable app context menu flags
2019-03-04 yigu@chromium.org Revert "Disable flaky test AccessibilityWinBrowserTest.TestIScrollProvider"
2019-03-04 yigu@chromium.org Disable flaky test AccessibilityWinBrowserTest.TestIScrollProvider
2019-03-04 afakhry@chromium.org Virtual Desks 2.1: Desks mini views behavior.
2019-03-04 mrefaat@chromium.org Reland "Reduce the use of tabModel & Tab inside SideSwipeController"
2019-03-04 katie@chromium.org Updates autoclick ring widget size from movement threshold.
2019-03-04 syoussefi@chromium.org Enable EXT_sRGB webgl tests on ANGLE
2019-03-04 backer@chromium.org Seed the GPU fuzzers with SharedImages
2019-03-04 carlosil@chromium.org Call HandleSSLError without posting from nav throttle.
2019-03-04 pasko@chromium.org Revert "Add stacktrace scripts to telemetry isolate"
2019-03-04 bratell@opera.com Drop crash workaround for scrollbar clicking
2019-03-04 amithi@chromium.org Exposing RID attribute in RTCRtpCodingParameters.
2019-03-04 ellyjones@chromium.org flags: remove enable-background-blur
2019-03-04 sdefresne@chromium.org Convert away from method JSONReader::ReadDeprecated
2019-03-04 jinsukkim@chromium.org Android: Fix NPE accessing Tab
2019-03-04 tiborg@chromium.org [vr] Fix GVR JNI calls
2019-03-04 jennyz@chromium.org Fix the vk flashing issue when closing remove query dialog.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c51a3ddd3012..a72882291163 (2 commits)
2019-03-04 ayui@chromium.org Replace deprecated RunLoop::QuitCurrentWhenIdleClosureDeprecated() with Quit[WhenIdle]Closure()
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 4d153383bd3a..0e1ce2e55387 (1 commits)
2019-03-04 bratell@opera.com Remove variable shadowing in blink/animation
2019-03-04 tangltom@chromium.org Remove GetAvatarIconForMenu()
2019-03-04 mlippautz@chromium.org unified-heap: Move all snapshot logic into cc file
2019-03-04 etienneb@chromium.org Move fonts related trace events in 'fonts' category
2019-03-04 mamir@chromium.org [Sync::USS] Merge local and remote passwords with the most recent
2019-03-04 lanwei@chromium.org Set ui::Event's coordinates correctly in SyntheticGestureTargetAura
2019-03-04 digit@google.com android: crazy_linker: Fix search path handling.
2019-03-04 bokan@chromium.org Fix doubletap-to-jump-forwards.html
2019-03-04 ellyjones@chromium.org flags: remove enable-content-suggestions-new-favicon-server
2019-03-04 eae@chromium.org [LayoutNG] Handle empty runs in LineLeftBounds
2019-03-04 lgrey@chromium.org Dark mode: update profile badge colors
2019-03-04 riajiang@chromium.org Include hit-test data for pointer-events:none regions and set Ignore.
2019-03-04 perezju@chromium.org [tools/perf] Disable failing load_accessibility:media:wikipedia:2018
2019-03-04 brianosman@google.com Use Skia drawing when doing conversion operations that may need dither
2019-03-04 tikuta@chromium.org [zip_analyzer] remove unused include
2019-03-04 kylechar@chromium.org Use base::BindOnce for Post[Delayed]TaskWithTraits callbacks.
2019-03-04 smcgruer@chromium.org Mark StylePropertyMapReadOnly methods const
2019-03-04 szermatt@chromium.org [Autofill Assistant] Allow scripts to specify Cancel or Close actions.
2019-03-04 xiaochengh@chromium.org Fix caret rendering when at the end of a block after an ineditable inline
2019-03-04 tangltom@chromium.org Refactor GetRandomAvatarIconIndex
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 794439738e8e..c51a3ddd3012 (2 commits)
2019-03-04 yigu@chromium.org Mark external/wpt/ambient-light/AmbientLightSensor.https.html flaky on debug bots
2019-03-04 tikuta@chromium.org [reading_list] remove unused deps
2019-03-04 msalama@google.com Android: Fix orderfile clankium bot failure.
2019-03-04 jkarlin@chromium.org [NetInfo] Fix memory leak
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 87e05b5df58c..b678940d3a44 (7 commits)
2019-03-04 yigu@chromium.org Mark external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/counter-styles-3/symbols-function.html as flaky
2019-03-04 mmenke@chromium.org Fix crash in ClientSocketPoolBaseHelper::GetLoadState.
2019-03-04 phweiss@google.com Remove VPN Disconnect button if VpnConfigAllowed is false
2019-03-04 jlebel@chromium.org [iOS] Updating "Change Accounts" string in the sign-in promo
2019-03-04 obrufau@igalia.com [css-grid] Always consider baseline shim for the minimum contribution
2019-03-04 bsalomon@google.com [SkiaRenderer] Remove usage of legacy promise image param and typename.
2019-03-04 bsazonov@chromium.org Add Android to the list of platforms for UnifiedConsent.
2019-03-04 bratell@opera.com Remove variable shadowing in blink/input
2019-03-04 huangs@chromium.org [Bundles] Add Bundle support to Trichrome Chrome
2019-03-04 backer@chromium.org Build RasterDecoder fuzzer with passthrough
2019-03-04 szermatt@chromium.org Fix ControllerTest.Stop fails on android-marshmallow-arm64-rel
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 2978aa5db94c..794439738e8e (1 commits)
2019-03-04 mslekova@chromium.org flags: assign harmony-await-optimization
2019-03-04 mamir@chromium.org [Sync::USS] Use correct the order in DCHECK_LE in PasswordSyncBridge
2019-03-04 rayankans@chromium.org Update Background service proto with new schema.
2019-03-04 knollr@chromium.org Run pending tasks in ~TestBrowserThreadBundle.
2019-03-04 rayankans@chromium.org Create a protocol + handler for Background Service recording.
2019-03-04 jbroman@chromium.org Don't leak the device serial number in BrowserDMTokenStorageMac.
2019-03-04 backer@chromium.org Run video pixels tests with SkiaRenderer
2019-03-04 caitlinfischer@google.com [Autofill] Renamed files with shorter, more descriptive names.
2019-03-04 jonross@chromium.org Add Vulkan Integration Test on GPU FYI Bots
2019-03-04 treib@chromium.org Remove dead code from SyncTest
2019-03-04 lowell@chromium.org Make IdentityAccessorImplTest a friend of IdentityTestEnvironment.
2019-03-04 tonikitoo@igalia.com Generate <out>/gen/.../core/css/properties/css_property.cc|h using downcast helpers
2019-03-04 yigu@chromium.org Mark http/tests/security/xss-DENIED-cross-origin-stack-overflow.html non flaky
2019-03-04 stkhapugin@chromium.org Remove pre-UI Refresh code in Location Bar, Omnibox, Popup.
2019-03-04 tikuta@chromium.org [web_applications] remove unused deps
2019-03-04 jkarlin@chromium.org [NetInfo] Fix a broken browsertest
2019-03-04 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/graphics with the macros of Allocator
2019-03-04 ellyjones@chromium.org flags: remove enable-gamepad-vibration from metadata
2019-03-04 chinglinyu@chromium.org Suppress memory pressure notifications when tab discarder is in action.
2019-03-04 treib@chromium.org Mark elements-panel-shadow-selection-on-refresh-[2,3].js flaky on Win and Linux
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8d29f4238a2c..2978aa5db94c (2 commits)
2019-03-04 rayankans@chromium.org [Background Fetch] Remove cache migration DB task.
2019-03-04 ericrobinson@google.com Add a cpu task duration pipe for PageLoadMetricsObserver.
2019-03-04 javierrobles@chromium.org [iOS][MF] Pass only the needed origin.
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 4a42742dc6e4..87e05b5df58c (2 commits)
2019-03-04 olivierrobin@chromium.org Add VirtualURL to OpenURLCommand
2019-03-04 lowell@chromium.org Update IdentityManagerImpl to use IdentityManager::Observer.
2019-03-04 yoavweiss@chromium.org [Client hints] Move navigation CH logic to content
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn a8ce0a434e12..081d5c2f6480 (1 commits)
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 672eb32910a9..8d29f4238a2c (3 commits)
2019-03-04 sdefresne@chromium.org Remove LegacyMergeSigninCredentialIntoCookieJar()
2019-03-04 treib@chromium.org Revert "Add end-to-end browser tests for PluginVm setup flow"
2019-03-04 tikuta@chromium.org [deterministic] update whitelist
2019-03-04 jkim@igalia.com OnionSoup: Move app_banner.mojom in public/platform to public/mojom
2019-03-04 lowell@chromium.org Revert "Eliminate IdentityTestEnvironment's public complex constructor"
2019-03-04 treib@chromium.org Mark VideoPathTraceTest_DirectComposition_ComplexOverlays flaky on Win10
2019-03-04 treib@chromium.org Revert "DocumentLoader: commit navigation synchronously"
2019-03-04 myid.shin@igalia.com Change short to int16_t/int32_t in third_party/blink/renderer/core/css
2019-03-04 okalitova@chromium.org Add end-to-end browser tests for PluginVm setup flow
2019-03-04 bratell@opera.com Remove variable shadowing in blink/html
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 246fc71a449d..672eb32910a9 (1 commits)
2019-03-04 mrsuyi@chromium.org Add test asserts for WebClient in plugin_placeholder_inttest.
2019-03-04 jlebel@chromium.org [iOS] Moving the sync status from the account to Google services cell
2019-03-04 olivierrobin@chromium.org Offline page without native page content
2019-03-04 yhirano@chromium.org Revert "Fix HeadlessProtocolBrowserTest.VirtualTimeFetchStream"
2019-03-04 leon.han@intel.com [ServiceWorker] Apply provider hosts precreate/complete logic in tests
2019-03-04 pastarmovj@chromium.org Mark the Always Open PDFs externally to be a syncable pref.
2019-03-04 rhalavati@chromium.org Remove dead code from ProfileChooserView.
2019-03-04 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.271.
2019-03-04 jkim@igalia.com fixup! OnionSoup: Move web_feature.mojom in public/platform to public/mojom
2019-03-04 myid.shin@igalia.com Change short/uint16_t to int16_t in third_party/blink/core/events/mouse_event.h and the related codes
2019-03-04 myid.shin@igalia.com Change short to int16_t in third_party/blink/renderer/platform/wtf/typed_arrays/int16_array.h
2019-03-04 mamir@chromium.org [Sync::USS] Adding the flag to enable USS Passwords on iOS
2019-03-04 jlebel@chromium.org [iOS] Removing preload feature from Sync and Google services
2019-03-04 fhorschig@chromium.org [Mfill Android] Add white scrolling shadows to accessory bar
2019-03-04 pkotwicz@chromium.org [Android WebAPK] Make WebappDirectoryManager work with new-style WebAPKs
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools da4dbf85f950..8f418985f120 (1 commits)
2019-03-04 justincohen@google.com [ios] Ignore NTP omnibox progress updates when the NTP isn't visible.
2019-03-04 wtlee@google.com Add hotkeys to launch dev-tool for Chrome Camera App
2019-03-04 fhorschig@chromium.org [Android][Tests] Move autofill integration test to keyboard_accessory/
2019-03-04 falken@chromium.org service worker: Remove kServiceWorkerServicification feature.
2019-03-04 falken@chromium.org service worker: Removed unused weak ptr for EmbeddedWorkerTestHelper.
2019-03-04 alancutter@chromium.org Make '/' focus search bar in History, Bookmarks, Downloads and Settings
2019-03-04 rhalavati@chromium.org Implement MemoryFileStreamReader.
2019-03-04 falken@chromium.org service worker: Return true in IsServicificationEnabled().
2019-03-04 treib@chromium.org Cleanup dependencies and includes in ProfileSyncServiceFactory
2019-03-04 wutao@chromium.org app_list: Assistant page to peeking when clicking scrim
2019-03-04 wutao@chromium.org app_list: Start Assistant in half or full state
2019-03-04 tkent@chromium.org Remove unnecessary blink:: in renderer/core/editing
2019-03-04 kbr@chromium.org Print the actual GL error (in hex) with --generate-dchecks.
2019-03-04 kbr@chromium.org Bind a clean vertex array object in YUVToRGBConverter.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal cbe8756f8a6d..246fc71a449d (1 commits)
2019-03-04 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.270.
2019-03-04 rhalavati@chromium.org Implement ObfuscatedFileUtilMemoryDelegate.
2019-03-04 tkent@chromium.org Deprecate unimplemented -webkit-appearance keywords
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 50cfd59a72c7..cbe8756f8a6d (1 commits)
2019-03-04 bashi@chromium.org bindings: Remove Web Agent
2019-03-04 adanilo@chromium.org Add sub-menu arrow for sub-menu host items.
2019-03-04 abhijeet@igalia.com Generate 'platform_probe' sources to follow Blink coding style.
2019-03-04 falken@chromium.org Documentation: service worker performance
2019-03-04 dpapad@chromium.org WebUI cleanup: Remove dead code cr.LinkController.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 85fe2405c4e4..50cfd59a72c7 (2 commits)
2019-03-04 lucmult@chromium.org [Files app] Convert ui/file_manager/integration_tests/ to arrow function
2019-03-04 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG
2019-03-04 dstockwell@google.com pdf: Ensure annotation mode and rotation do not overlap
2019-03-04 abhijeet@igalia.com Generate 'core/probe' sources to follow Blink coding style.
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools e9e89e3aa538..da4dbf85f950 (1 commits)
2019-03-04 falken@chromium.org service worker: Bind Mojo interfaces using the WorkerThread's task runner.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8a2215122b55..85fe2405c4e4 (1 commits)
2019-03-04 harrisjay@chromium.org Parses file handling information from the manifest.
2019-03-04 chrome-release-bot@chromium.org Updating trunk VERSION from 3724.0 to 3725.0
2019-03-04 qinmin@chromium.org Fix a crash when resolving download display names
2019-03-04 lucmult@chromium.org [Files app] Convert ui/file_manager/integration_tests/ to let/const
2019-03-04 adanilo@chromium.org Adding keyboard nav between menu and sub menu.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 9d54d4e02689..8a2215122b55 (1 commits)
2019-03-04 wzang@chromium.org cros: Do not show palette welcome bubble in public sessions
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 1c92c159adf9..a8ce0a434e12 (1 commits)
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal adaf99005d75..9d54d4e02689 (1 commits)
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8518d46bdc51..adaf99005d75 (1 commits)
2019-03-04 jiameng@chromium.org [On-device adaptive brightness] Implement a ModelConfigLoader.
2019-03-04 falken@chromium.org service worker: Remove unused code in EmbeddedWorkerTestHelper.
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia c1a9feb6f06e..5800f2e8a920 (2 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 086b87279975..8518d46bdc51 (2 commits)
2019-03-03 dfried@chromium.org Disable actions bar resize when it cannot be resized.
2019-03-03 metzman@chromium.org [libFuzzer][Windows] Assert is_asan is true
2019-03-03 joelhockey@chromium.org Fix login_utils_browsertest for renaming Contained Shell to Kiosk Next Shell
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 14f03d515823..c1a9feb6f06e (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ab0b469d2c84..086b87279975 (1 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 00da64ab2e55..82b33f4ea601 (1 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia c6671be0ea75..14f03d515823 (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 2e1cc15680e6..ab0b469d2c84 (2 commits)
2019-03-03 yusufo@google.com Add unit tests for TabListMediator
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 71bae22f623e..e9e89e3aa538 (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b3d3ddb6af8a..2e1cc15680e6 (1 commits)
Created with:
gclient setdep -r ../src@8e3cddfd5a
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-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=reed@google.com
Change-Id: Ia0e1b0213341a5e8c550edf632d95bf8b365b2ae
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197083
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-04 21:44:05 +00:00
Hal Canary
197a39eac7
SkQP: fix androidx (follows 2ccdd2bc1d
)
...
No-Try: true
Change-Id: Ifdcc96d4133f5b05b47665ee7bdd9fbd0c004b03
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197011
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
2019-03-04 21:43:58 +00:00
Robert Phillips
193c421f2f
Remove peekProxy's side-effect behavior
...
Prior to this CL peekProxy could cause the conversion of YUVA planes to RGBA. This switches peekProxy back to just peeking.
In future Ganesh asTextureProxyRef is going to require a GrRecordingContext (bc it can actually do work). The options were to either add a GrRecordingContext parameter to peekProxy or remove its ability to do work (as in this CL).
Change-Id: I42d7dcd41f7c99a7712446d3f6629ffde91bfe5b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197105
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-03-04 21:38:54 +00:00
skia-autoroll
e1c6d464cc
Roll third_party/externals/swiftshader 823ca85404fb..bb305299f4de (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/823ca85404fb..bb305299f4de
git log 823ca85404fb..bb305299f4de --date=short --no-merges --format='%ad %ae %s'
2019-03-04 chrisforbes@google.com Fix culling to match Vulkan convention
Created with:
gclient setdep -r third_party/externals/swiftshader@bb305299f4de
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=reed@google.com
Change-Id: Ic3d88c352fe562fb8908e13eca9099a02c7cb48b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197081
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-04 21:38:52 +00:00
skia-recreate-skps
e3e80b7edf
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: Ie6af3c493df45dda589956005c835efe4a0d5a05
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196961
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-04 21:33:48 +00:00
recipe-roller
df0f362438
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/da4dbf85f95051345f147cfe69d909d85e81a429 autoninja: limit j value for mac (tikuta@chromium.org )
recipe_engine:
https://crrev.com/ae3604f2d2ae0291ecdc690672cc173e06a965ba [proto_support] Handle unicode filesystem walks. (iannucci@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I8e683b0559c9f4a8247e298c01cf2d095ddea99c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197019
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-04 21:33:45 +00:00
Mike Reed
5800f2e8a9
Reland "use colorspace steps to determine legacy blits"
...
This reverts commit c945f0e31a
.
Reason for revert: looks like this did not help
Original change's description:
> Revert "use colorspace steps to determine legacy blits"
>
> This reverts commit 0919852526
.
>
> Reason for revert: speculative: unblock android roll
>
> Original change's description:
> > use colorspace steps to determine legacy blits
> >
> > Bug: skia:8793
> > Change-Id: I1de4bde25f7dcb12175733a3213c43f92410dc4a
> > Reviewed-on: https://skia-review.googlesource.com/c/196647
> > Commit-Queue: Mike Reed <reed@google.com>
> > Reviewed-by: Mike Klein <mtklein@google.com>
> > Reviewed-by: Brian Osman <brianosman@google.com>
>
> TBR=mtklein@google.com ,brianosman@google.com,reed@google.com
>
> Change-Id: I79a21df9a3c3a9f3127f57131feff0f3e417e642
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: skia:8793
> Reviewed-on: https://skia-review.googlesource.com/c/196774
> Reviewed-by: Mike Reed <reed@google.com>
> Commit-Queue: Mike Reed <reed@google.com>
TBR=mtklein@google.com ,brianosman@google.com,reed@google.com
# Not skipping CQ checks because original CL landed > 1 day ago.
Bug: skia:8793
Change-Id: I2b70c6e3763bf27112b54ed0d0611a6addc755b9
Reviewed-on: https://skia-review.googlesource.com/c/196981
Reviewed-by: Mike Reed <reed@google.com>
2019-03-03 22:13:00 +00:00
Mike Reed
cf27e74da0
Reland "bring back lowp bilerp_clamp_8888"
...
This reverts commit c6671be0ea
.
Reason for revert: looks like it didn't help
Original change's description:
> Revert "bring back lowp bilerp_clamp_8888"
>
> This reverts commit 5043c09b8b
.
>
> Reason for revert: speculative, to try to unblock android roller
>
> Original change's description:
> > bring back lowp bilerp_clamp_8888
> >
> > PS1-3 are the literal code I removed a few months ago.
> >
> > PS4 adds asserts to make sure we don't underflow.
> > PS5 adds rounding when scaling off bias, reducing diff slightly.
> >
> > Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
> > Change-Id: Ice573395a1680e1c3b55a8fe3e4d034f15adde1b
> > Reviewed-on: https://skia-review.googlesource.com/c/196620
> > Commit-Queue: Mike Klein <mtklein@google.com>
> > Reviewed-by: Brian Osman <brianosman@google.com>
>
> TBR=mtklein@google.com ,brianosman@google.com,reed@google.com
>
> # Not skipping CQ checks because original CL landed > 1 day ago.
>
> Change-Id: I816c23c4a12451be518ea3baf4b9a3fdba9b818a
> Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
> Reviewed-on: https://skia-review.googlesource.com/c/196777
> Reviewed-by: Mike Reed <reed@google.com>
TBR=mtklein@google.com ,brianosman@google.com,reed@google.com
Change-Id: I0f96a395ac704a52735c93a08f8ed52a148d5de5
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Reviewed-on: https://skia-review.googlesource.com/c/196980
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-03 22:12:24 +00:00
skia-autoroll
c1a9feb6f0
Roll ../src 7761d0dc32ad..aae499d4d09d (42 commits)
...
7761d0dc32..aae499d4d0
git log 7761d0dc32ad..aae499d4d09d --date=short --no-merges --format='%ad %ae %s'
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 00d8177c5012..b3d3ddb6af8a (3 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f49bb82e3b83..00d8177c5012 (4 commits)
2019-03-03 mrobinson@igalia.com Have AXPlatforNodeBase::GetText return base::string16
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 44870a8bb9ad..f49bb82e3b83 (1 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 1b9f889628e0..c6671be0ea75 (1 commits)
2019-03-03 myid.shin@igalia.com Refactor: unsigned short/unsigned int -> uint16_t in components/webcrypto & third_party/blink/*/web_crypto*
2019-03-03 pasko@chromium.org Add stacktrace scripts to telemetry isolate
2019-03-03 nasko@chromium.org Remove steps between RenderProcessHost exit observers and IPC listeners.
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 3d2820ae0098..44870a8bb9ad (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal cf451d9bf2b2..3d2820ae0098 (2 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia c97b0672a73f..1b9f889628e0 (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal e79f3276771a..cf451d9bf2b2 (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7992ba06807f..e79f3276771a (2 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 58a75383a70b..c97b0672a73f (1 commits)
2019-03-03 yigu@chromium.org Mark external/wpt/import-maps/fallback-disallowed.sub.tentative.html as timeout
2019-03-03 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.269.
2019-03-03 gyuyoung@igalia.com OnionSoup: Clean up all uses of UseCounter::Count(const LocalFrame*) in blink/renderer/core
2019-03-03 yigu@chromium.org Disable flaky telemetry_perf_unittest
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 77bf2b56dbad..7992ba06807f (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 1bd704a6689c..77bf2b56dbad (1 commits)
2019-03-03 chrome-release-bot@chromium.org Updating trunk VERSION from 3723.0 to 3724.0
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 572e1eb0b1c7..1bd704a6689c (2 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 0d7012a80c17..58a75383a70b (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 21e23bf63aa5..572e1eb0b1c7 (1 commits)
2019-03-03 ellyjones@chromium.org flags: augment unowned-flags tool
2019-03-03 yigu@chromium.org Disable flaky WebApkUpdateManagerUnitTests
2019-03-03 jinsukkim@chromium.org Android: Move createBringTabToFrontIntent from Tab to IntentUtils.
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c5515150536d..21e23bf63aa5 (2 commits)
2019-03-02 yigu@chromium.org Mark external/wpt/html/browsers/browsing-the-web/read-media/pageload-image-in-popup.html as flaky on Linux Debug
2019-03-02 yigu@chromium.org Disable test DrmGpuDisplayManagerTest.GetDisplays on ChromeOS
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal e7c392b9f74b..c5515150536d (3 commits)
2019-03-02 dpapad@chromium.org WebUI cleanup: Remove third_party/bidichecker and leftovers.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite e931c51da4d9..d6a2367b5587 (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7a5b434ecd06..e7c392b9f74b (3 commits)
2019-03-02 sky@chromium.org ui/cc minor doc updates
2019-03-02 penghuang@chromium.org Add a lock in SharedImageManager to make it thread safe.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia c945f0e31a53..0d7012a80c17 (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 84459ccc0af3..7a5b434ecd06 (2 commits)
2019-03-02 estade@chromium.org Extract PowerManagerClient from DBusThreadManager
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a205c81b19c5..84459ccc0af3 (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult ccde41b4c52b..b3bee2e7d9f1 (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 9159c8ef83b2..c945f0e31a53 (1 commits)
Created with:
gclient setdep -r ../src@aae499d4d0
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-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=reed@google.com
Change-Id: I72b41e522206d1785fa607d35f5d478884d750b1
Reviewed-on: https://skia-review.googlesource.com/c/196948
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-03 20:04:52 +00:00
recipe-roller
14f03d5158
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/e9e89e3aa538298f77e98da01bc36416118e9e88 Improve error message for missing gerrit credentials in git-cl. (whesse@google.com )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I65e8273f1d09d4db1c4e78a29f4516c3002d7989
Reviewed-on: https://skia-review.googlesource.com/c/196778
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-03 19:26:22 +00:00
Mike Reed
c6671be0ea
Revert "bring back lowp bilerp_clamp_8888"
...
This reverts commit 5043c09b8b
.
Reason for revert: speculative, to try to unblock android roller
Original change's description:
> bring back lowp bilerp_clamp_8888
>
> PS1-3 are the literal code I removed a few months ago.
>
> PS4 adds asserts to make sure we don't underflow.
> PS5 adds rounding when scaling off bias, reducing diff slightly.
>
> Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
> Change-Id: Ice573395a1680e1c3b55a8fe3e4d034f15adde1b
> Reviewed-on: https://skia-review.googlesource.com/c/196620
> Commit-Queue: Mike Klein <mtklein@google.com>
> Reviewed-by: Brian Osman <brianosman@google.com>
TBR=mtklein@google.com ,brianosman@google.com,reed@google.com
# Not skipping CQ checks because original CL landed > 1 day ago.
Change-Id: I816c23c4a12451be518ea3baf4b9a3fdba9b818a
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Reviewed-on: https://skia-review.googlesource.com/c/196777
Reviewed-by: Mike Reed <reed@google.com>
2019-03-03 13:06:40 +00:00
skia-recreate-skps
1b9f889628
Update SKP version
...
Automatic commit by the RecreateSKPs bot.
TBR=rmistry@google.com
NO_MERGE_BUILDS
Change-Id: I5e321e403da17668eee0e933541e8245594f05ba
Reviewed-on: https://skia-review.googlesource.com/c/196960
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-03 08:39:32 +00:00
skia-recreate-skps
c97b0672a7
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: Iefc82929a002c274d77df6586fe1ccf89a12d286
Reviewed-on: https://skia-review.googlesource.com/c/196471
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-03 05:39:52 +00:00
Mike Reed
58a75383a7
change particleslide to use Resources
...
standard way to find assets across different platforms
Bug: skia:
Change-Id: I4cb464be1e643a59431eba66b5caad70ecfed1e9
Reviewed-on: https://skia-review.googlesource.com/c/196775
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-03 01:38:01 +00:00
skia-autoroll
0d7012a80c
Roll ../src cddf8925a8d8..7761d0dc32ad (267 commits)
...
cddf8925a8..7761d0dc32
git log cddf8925a8d8..7761d0dc32ad --date=short --no-merges --format='%ad %ae %s'
2019-03-02 khushalsagar@chromium.org cc: Mark decode as used in transfer cache uploads.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 640200f64d14..00da64ab2e55 (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c1aae30db14d..a205c81b19c5 (1 commits)
2019-03-02 mmenke@chromium.org Remove respect_limits from ConnectJob layer.
2019-03-02 spang@chromium.org Opt into base::ThreadPriority::DISPLAY for all ozone builds
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 1ad40a34b2b8..c1aae30db14d (1 commits)
2019-03-02 marinaciocea@chromium.org Onion Soup DataChannel.
2019-03-02 dcastagna@chromium.org ui: Cache ShelfWidget render pass
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 705e67347962..9159c8ef83b2 (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f0a1b048927d..1ad40a34b2b8 (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 1916cbc6c5c8..4a42742dc6e4 (1 commits)
2019-03-02 gyuyoung@igalia.com OnionSoup: Remove all uses of UseCounter::Count(const LocalFrame*) in blink/renderer/modules
2019-03-02 mmenke@chromium.org Socket Pools Refactor 30: Finish flattening the socket pools.
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0f0ee26c3f59..f0a1b048927d (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc c9ea5451bf6b..1916cbc6c5c8 (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7c4802a4aee5..0f0ee26c3f59 (2 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia a726918932ce..705e67347962 (1 commits)
2019-03-02 lazyboy@chromium.org Reland "Hook up running extension SW information to ProcessManager"
2019-03-02 jlebel@chromium.org [iOS][Unity] Adding wallet toggle in Manage sync settings
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 99d0127062b0..7c4802a4aee5 (1 commits)
2019-03-02 alexclarke@chromium.org Reland "SequenceManager to perform periodic housekeeping (sweep canceled tasks)"
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 7e215c65d411..c9ea5451bf6b (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 97ba813d953b..99d0127062b0 (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 51701df4ab00..e931c51da4d9 (2 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3721.0_rc-r1-merged to 74.0.3722.0_rc-r1-merged
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 55e858330914..97ba813d953b (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 0b2d9ee474e1..51701df4ab00 (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia a232cd4482a0..a726918932ce (1 commits)
2019-03-02 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.268.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools c903198758bd..71bae22f623e (1 commits)
2019-03-02 billorr@chromium.org Revert "Add trace events for measuring WebXR perf on Desktop"
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 18eeaa27090c..55e858330914 (2 commits)
2019-03-02 guidou@chromium.org Mark MediaDevices-related interfaces as SecureContext
2019-03-02 zynis@yandex-team.ru [clang-tidy] Fix std::move not working
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia e842e326a448..a232cd4482a0 (9 commits)
2019-03-02 vtsyrklevich@chromium.org Add GWP-ASan macOS field trial
2019-03-02 awolter@chromium.org Enable NetworkChangeNotifier for fuchsia
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader a2f5fd826031..823ca85404fb (1 commits)
2019-03-02 guidou@chromium.org Remove content::MediaStreamRegistryInterface
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 22379a19cb4b..0b2d9ee474e1 (2 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 27b49c79a076..18eeaa27090c (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 436d47d5bde9..e842e326a448 (2 commits)
2019-03-02 wez@chromium.org Revert "[Fuchsia] Add build rules and CIPD recipes for symbol data archives."
2019-03-02 khmel@chromium.org arc: Add switch to disable Play Store auto-update.
2019-03-02 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.267.
2019-03-02 dbeam@chromium.org WebUI Dark Mode, Extensions: fix install warnings dialog
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 6f1a852fce0b..4d153383bd3a (1 commits)
2019-03-02 siliu@microsoft.com Add full support for Text Services Framework on Windows
2019-03-02 khmel@chromium.org Roll src/third_party/cros_system_api/ e415e09bd..de1a4c92e (4 commits)
2019-03-02 dpapad@chromium.org WebUI cleanup: Move various grd files under a more targeted folder.
2019-03-02 lfg@chromium.org Change AttachToOuterWebContents to AttachInnerWebContents instead.
2019-03-02 chrome-release-bot@chromium.org Updating trunk VERSION from 3722.0 to 3723.0
2019-03-02 sunnyps@chromium.org gpu: Ignore DXGI_STATUS_OCCLUDED status returned by swap chain Present
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f6e48be13b14..27b49c79a076 (1 commits)
2019-03-02 joone.hur@intel.com Add support for GPU acceleration in headless Chromium for Linux
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc baffae6ec001..7e215c65d411 (6 commits)
2019-03-02 estevenson@chromium.org Android: Add support for building stub APKs.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult bd30f49227bf..ccde41b4c52b (1 commits)
2019-03-02 dbeam@chromium.org WebUI Dark Mode: update disabled settings-slider labels
2019-03-02 sunnyps@chromium.org Disable resource sharing in DXVA decoder for decode swap chain
2019-03-02 livvielin@chromium.org Update extension id for preventing elisions
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal de06cda3ccd6..f6e48be13b14 (14 commits)
2019-03-02 vmpstr@chromium.org [DL]: Ensure to force unlock display locks when updating layout for a node.
2019-03-02 rbpotter@chromium.org Print Preview: Move Other Options test to separate file
2019-03-02 donnd@chromium.org [TTS] Add a chrome://flags feature for Definitions
2019-03-02 tguilbert@chromium.org Roll src/third_party/dav1d/libdav1d/ 16ba83510..493155af0 (30 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 76bd848cabd5..6f1a852fce0b (2 commits)
2019-03-02 jam@chromium.org Fix downloading from extensions scheme with the network service.
2019-03-02 chfremer@chromium.org [Video Capture Service] Add Receiver::OnStopped() to indicate stopping device is complete
2019-03-02 khushalsagar@chromium.org surface_texture : Add crash key to detect hangs in UpdateTexImage.
2019-03-02 yigu@chromium.org Revert "Hook up running extension SW information to ProcessManager"
2019-03-02 penghuang@chromium.org Support UseSkiaRendererNonDDL on X11 with EGL
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 6ee619e4f6db..bd30f49227bf (1 commits)
2019-03-02 yigu@chromium.org Mark virtual/omt-worker-fetch/external/wpt/service-workers/service-worker/registration-mime-types.https.html as flaky
2019-03-02 eugenebut@google.com Store Pending Navigation Item in Navigation Context.
2019-03-02 sumankancherla@chromium.org Draw/no-draw state of webxr/prompts cleanup. No-op.
2019-03-02 chouinard@chromium.org [Feed Internals] Add data about last fetch
2019-03-02 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.265.
2019-03-02 michaelbai@chromium.org Make the ContentCaptureTask delay time configurable.
2019-03-02 thestig@chromium.org Print Preview: Fix crash when performing N-up printing.
2019-03-02 updowndota@chromium.org Fix voice match status sync logic
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite a10710421d5d..22379a19cb4b (2 commits)
2019-03-02 staphany@chromium.org Roll src/third_party/crc32c/src/ e4dfc9f1b..5998f8451 (1 commit)
2019-03-02 hiroshige@chromium.org Merge methods to ContentSecurityPolicy::AllowInline()
2019-03-02 sorin@chromium.org Implement a network stack in terms of WinHTTP for //chrome/updater
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 6008eaf28adc..c903198758bd (1 commits)
2019-03-02 cthomp@chromium.org Update chrome.dashboardPrivate API match
2019-03-02 yigu@chromium.org Mark http/tests/security/xss-DENIED-cross-origin-stack-overflow.html as flaky on Win7
2019-03-02 jeffish@microsoft.com DevTools: Fix a11y issues in Sensors tool
2019-03-02 johnchen@chromium.org Revert "[ChromeDriver] Dump core on Chrome startup timeout"
2019-03-02 nigeltao@chromium.org Remove the now-redundant App Service IconType
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 021adeeeb408..6ee619e4f6db (1 commits)
2019-03-02 chfremer@chromium.org [Video Capture] Add optional update_rect to video frames and fill it during tab capture
2019-03-02 skym@chromium.org [Feed] Add auth token duration metric.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 88be5f464ddf..a10710421d5d (1 commits)
2019-03-02 thomasanderson@chromium.org Enable leak detection in fontconfig
2019-03-02 sclittle@chromium.org LazyLoad: Update default distance thresholds to more realistic values.
2019-03-02 tbarzic@chromium.org Revert "cros: Show login shelf guest button during enterprise enrollment"
2019-03-02 rdevlin.cronin@chromium.org [ServiceWorkers] (Sometimes) log messages from ServiceWorker contexts
2019-03-02 chrishtr@chromium.org Re-land #2 : [BGPT] Support kDstIn blend-mode for non-render surface quads
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc ed50e6c7596d..baffae6ec001 (1 commits)
2019-03-02 vtsyrklevich@chromium.org GWP-ASan: Use more memory in the browser process
2019-03-02 dmblack@google.com Migrate DialogPlateObserver to AssistantViewDelegate.
2019-03-02 luum@chromium.org ipp_converter IPP APIs change
2019-03-02 dmblack@google.com Fix issue which caused AssistantWebView to ignore hotkey combos.
2019-03-02 tonikitoo@igalia.com Switch CSSStyleSheet, CSSUnsupportedStyleValue and ShadowTreeStyleSheetCollection to use downcast helpers
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools a6d41e2396bd..6008eaf28adc (1 commits)
2019-03-02 yulunwu@chromium.org Resolved incorrect z layer order for error bubbles.
2019-03-02 bungeman@chromium.org Roll src/third_party/harfbuzz-ng/src/ fe5329231..4f37ab63d (56 commits)
2019-03-02 vakh@chromium.org Add upto 2 pairs to the HashPrefixMaps being merged.
2019-03-01 andrewxu@chromium.org Notification to warn user of excessive displays (Low level code)
2019-03-01 vmpstr@chromium.org BGPT: Set may be 2d axis misaligned if we have a compositing animation.
2019-03-01 ayui@chromium.org Rename test file to update-no-cache-request-headers.https.html
2019-03-01 jinsukkim@chromium.org Android: TabAttr for per-tab boolean attribute
2019-03-01 perezju@chromium.org [tools/perf] Remove unused Metric.CustomizeBrowserOptions
2019-03-01 azeemarshad@chromium.org [AndroidSms] Use WeakPtr in streaming_connection_establisher
2019-03-01 shaktisahu@chromium.org Cleanup android DownloadManagerDelegate functions
2019-03-01 sadrul@chromium.org telemetry: Update blink-perf unittests to use new API.
2019-03-01 ltenorio@chromium.org Rename the Contained Shell chrome://settings section.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 37c024a6a7fd..a2f5fd826031 (2 commits)
2019-03-01 bsalomon@google.com [SkiaRenderer] Consider total matrix when applying scissor on CPU.
2019-03-01 mtklein@chromium.org add some guards for lowp RP stages
2019-03-01 meiliang@chromium.org [TabGroupCard] Implement TabGroupContentLayer
2019-03-01 livvielin@chromium.org Add herd immunity extension to safeBrowsingPrivate permissions list
2019-03-01 kristipark@chromium.org Add the Most Visited state for custom links to chrome://ntp-tiles-internals
2019-03-01 mcasas@chromium.org Vaapi Jpeg decoder test: add a yuv420 image file for testing
2019-03-01 bsheedy@chromium.org Automate remaining VR reposition/resize tests
2019-03-01 chaopeng@chromium.org Add feature flag for Fallback Cursor Mode
2019-03-01 orinj@chromium.org [omnibox] Remove field trial parameter kDisableResultsCachingRule
2019-03-01 ryansturm@chromium.org Removing dead code around Previews Reloads
2019-03-01 khushalsagar@chromium.org cc: Update scheduling policy for animated images.
2019-03-01 jkunkee@microsoft.com [imagediff] Fix typo in Windows cross-build logic
2019-03-01 brucedawson@chromium.org Fix logic for when UCRT files are shipped
2019-03-01 justincohen@google.com [ios] Correct currentItemOffset in restore session.
2019-03-01 nigeltao@chromium.org Rename some "app_service" variables
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 6ecc5174ac93..de06cda3ccd6 (3 commits)
2019-03-01 yuweih@chromium.org [Remoting][FTL] Implement simple Gaia sign in flow
2019-03-01 asvitkine@chromium.org Fix MetricsReportingEnabled test on official bots.
2019-03-01 etienneb@chromium.org Add Location annotation ScopedBlockingCall
2019-03-01 pmonette@chromium.org Disable module analysis when printing is initiated.
2019-03-01 yigu@chromium.org Mark http/tests/devtools/resource-tree/resource-tree-htmlimports.js flaky on Linux
2019-03-01 dgozman@chromium.org DocumentLoader: commit navigation synchronously
2019-03-01 jbroman@chromium.org Fix memory leak in CopyFontWithSymbolicTraits.
2019-03-01 jinsukkim@chromium.org Android: Delete Tab.getAuthenticationHelper/getSystemWindowInsetBottom
2019-03-01 majidvp@chromium.org [Animation Worklet] Deflake scroll-timeline-writing-mode test
2019-03-01 yigu@chromium.org Mark http/tests/devtools/resource-tree/resource-tree-frame-navigate.js as flaky
2019-03-01 sajjadm@google.com Adding optimization flags necessary for building on MacOS.
2019-03-01 jzw@chromium.org Be more defensive in language detection code.
2019-03-01 hiroshige@chromium.org Merge ContentSecurityPolicy::Allow*FromSource() into AllowFromSource()
2019-03-01 agl@chromium.org device/fido: handle WRONG_LENGTH during U2F registration.
2019-03-01 yliuyliu@google.com Add ability for DummyUiActivity test to annotate test method to indicate whether load native or not
2019-03-01 majidvp@chromium.org [Animation Worklet] Improve worklet-animation-currentTime test
2019-03-01 sky@chromium.org views/chromeos: activation fixes for virtual keyboard window
2019-03-01 eladalon@chromium.org Replace RTCPeerConnection.id origin trial by session ID-based approach
2019-03-01 seantopping@chromium.org [Chromecast] Reduce Active URL log spam
2019-03-01 ramyan@chromium.org Removed photos integration from NTP background customization.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 1581ff030b9c..76bd848cabd5 (1 commits)
2019-03-01 nigeltao@chromium.org Remove unused ArcAppLauncher::LaunchAppIfReady
2019-03-01 kzar@kzar.co.uk Provide parentFrameId in more webNavigation events
2019-03-01 kylechar@chromium.org Plumb if VizDisplayCompositor feature enabled to Ozone.
2019-03-01 yigu@chromium.org Disable WebViewAPITest.TestDialogConfirmDefaultGCCancel on windows
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite b2b876f75ba1..88be5f464ddf (4 commits)
2019-03-01 tonydeluna@chromium.org Revert "System modal dialog should block shelf/status/system tray."
2019-03-01 smcgruer@chromium.org [ScrollTimeline] Implement 'fill' support.
2019-03-01 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.264.
2019-03-01 majidvp@chromium.org [Animation Worklet] Fix flaky worklet-animation-with-fill-mode.https.html
2019-03-01 kmilka@chromium.org Fix flaky PromoServiceTests
2019-03-01 bungeman@chromium.org Add SK_IGNORE_MAC_BLENDING_MATCH_FIX define.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 727c16174db3..021adeeeb408 (1 commits)
2019-03-01 marcin@mwiacek.com Migrate ScreenCapture to @IntDef
2019-03-01 celineo@google.com Fuzz multiple quads and SharedQuadState in CompositorFrame.
2019-03-01 edinkadric@google.com Fix issue where we accessed MenuController after deleting it.
2019-03-01 alph@chromium.org Reland "[heap profiler] Make use of thread_local instead of base::TLS"
2019-03-01 mpw@chromium.org Landing Recent QUIC changes until 8:59 AM, Feb 26, 2019 UTC-5
2019-03-01 andrewxu@chromium.org Notification to warn user of excessive displays (high level code)
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 2997ec9a7a46..ed50e6c7596d (5 commits)
2019-03-01 ssid@chromium.org leveldb_proto: Remove functions with prefix from the public api
2019-03-01 gujen@google.com [Autofill] Add Price field as heuristic type.
2019-03-01 yuweih@chromium.org [Remoting][FTL Playground] Change some VLOG(0) to printf
2019-03-01 alpastew@microsoft.com Make run_bindings_tests.py presubmit test run on Windows
2019-03-01 meacer@chromium.org Enable confusable interstitial on Android
2019-03-01 tbansal@chromium.org Add Autocomplete.MatchType to histograms.xml and the ownership.
2019-03-01 alph@chromium.org [heap profiler] Make use base::SamplingHeapProfiler helper for memlog.
2019-03-01 ntfschr@chromium.org AW docs: guide for using the WebView shell
2019-03-01 khorimoto@chromium.org [CrOS MultiDevice] Hide multi-device settings menu item when appropriate.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 1223e7fc0a3c..436d47d5bde9 (8 commits)
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader dd1e37e31d68..37c024a6a7fd (1 commits)
2019-03-01 tcwang@google.com Fix a problem where crc32c not built on ARM64 on Chrome OS
2019-03-01 kevers@chromium.org Enable asynchronous mutations for animation worklets.
2019-03-01 gilmanmh@google.com Move construction of HighContrastSettings to helper method.
2019-03-01 tonikitoo@igalia.com Simplify TargetIsFrame function in core/input/event_handler.cc
2019-03-01 ekaramad@chromium.org [ FeaturePolicy ] Apply Sandbox from CSP or DocumentInit
2019-03-01 rbpotter@chromium.org Print Preview: Move copies test to individual file
2019-03-01 frpoole@microsoft.com UIA_FlowsFromPropertyId Implementation
2019-03-01 khushalsagar@chromium.org gpu/android: Use RGB_565 format for display buffers with SurfaceControl.
2019-03-01 ctzsm@chromium.org aw: De-flake AwContentsClientOnRendererUnresponsiveTest
2019-03-01 krb@chromium.org [omnibox] Fix tab key through tab switch buttons
2019-03-01 karenqian@google.com Added branch-heads regexp to CQ config
2019-03-01 mario@igalia.com Migrated graphics_context_canvas.mm away from WTF::RetainPtr
2019-03-01 veranika@chromium.org Remove references to the UserInitiatedChromeCleanups feature
2019-03-01 dpapad@chromium.org WebUI cleanup: Remove support for obsolete chrome://history-frame URL.
2019-03-01 vicfei@microsoft.com Stand Up IsOffscreen in AXPlatformNodeWin::GetPropertyValue
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 19dd955a0744..b2b876f75ba1 (2 commits)
2019-03-01 luum@chromium.org Checking nullptr on libCUPS API
2019-03-01 stgao@chromium.org Added a link to the new flake portal.
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d7ccfee2ef7c..6ecc5174ac93 (3 commits)
2019-03-01 lazyboy@chromium.org Hook up running extension SW information to ProcessManager
2019-03-01 rnk@chromium.org Revert "Add integration test for butter credit card save dialog"
2019-03-01 justincohen@google.com [ios] Make sure webState view stays in the view hierarchy on restore.
2019-03-01 ldaguilar@chromium.org Add logic to override with duration in UsageTimeLimitProcessor.
2019-03-01 tmartino@chromium.org Pointing renderer/autofill OWNERS to top-level OWNERS
2019-03-01 tguilbert@chromium.org Fix leftover |cast_impl_| comments
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 0b4f8a4df79d to a510a7616b64
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto ab0bd92ed40d..640200f64d14 (1 commits)
2019-03-01 lukasza@chromium.org Clarify why document.domain WPT tests are skipped by default.
2019-03-01 gangwu@chromium.org [Feed] Import feed@9a7f20c75b0e6ca8d669e967ec0bd6b72965df3e
2019-03-01 fs@opera.com Pass StringView to SVG path parsing
2019-03-01 rkgibson@google.com [iOS] Store default search engine search-by-image status in UserDefaults
2019-03-01 wzang@chromium.org cros: Remove GetBaseColor in ShelfBackgroundTargetColorTest
2019-03-01 jamescook@chromium.org chromeos: Move "Set Time" webui files into a new subdirectory
2019-03-01 thestig@chromium.org Remove obsolete entries from checkperms.py.
2019-03-01 ccameron@chromium.org WebContentsViewMac: Simplify deferring close during event loops
2019-03-01 ellyjones@chromium.org flags: remove enable-zero-suggest-redirect-to-chrome
2019-03-01 nicolaso@chromium.org [BrowserSwitcher] Fix file:// URLs for sitelists
2019-03-01 thestig@chromium.org Remove default argument in ui::InputMethodBase constructor.
2019-03-01 gab@chromium.org [base] Migrate MessagePumpLibEvent to DoSomeWork
2019-03-01 yigu@chromium.org Mark http/tests/devtools/resource-tree/resource-tree-htmlimports.js flaky on Mac
2019-03-01 kylechar@chromium.org Cleanup DrmOverlayManager logic and add test.
2019-03-01 bmcquade@chromium.org Simplify UKM SourceUrlRecorder.
2019-03-01 npm@chromium.org Add UMA metric for LargestContentType
2019-03-01 drubery@chromium.org Add test for population of visual features in PhishGuard pings
2019-03-01 ssid@chromium.org Reland "Make sure unwind tables are added for 32 bit libraries in arm64 monochrome"
2019-03-01 chlily@chromium.org Reland "Network Error Logging: Generate error reports on cancellation"
2019-03-01 Max) Gu [FCP++] Enable subframes, OOPIFs from the renderer side
2019-03-01 xidachen@chromium.org Fix a potential crash in TouchActionFilter
2019-03-01 thestig@chromium.org Clean up HaTS code.
2019-03-01 kevers@chromium.org Fix degenerate case of quaternion calculation in ui/gfx.
2019-03-01 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.263.
2019-03-01 yigu@chromium.org Mark euckr-decode-ksc_5601.html flaky also on Linux and Win7
2019-03-01 yigu@chromium.org Disable DeveloperPrivateApiUnitTest.UpdateHostAccess on chromeos
2019-03-01 nektar@chromium.org Adds browser tests for the accessibility code that communicates with the image annotation service
2019-03-01 mek@chromium.org Stop using ArrayBufferBuilder in FileReaderLoader.
2019-03-01 yigu@chromium.org Mark http/tests/devtools/service-workers/service-workers-force-update-on-page-load.js as flaky
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8962ac298f14..d7ccfee2ef7c (1 commits)
2019-03-01 shaktisahu@chromium.org Download infobar : Enable by default
2019-03-01 pkasting@chromium.org Avoid "blacklist" in styleguide.
2019-03-01 tonydeluna@chromium.org OOBE: Hide Guest Mode button if disabled by policy
2019-03-01 alexleung@google.com [Chromecast] Fix bug in updating renderer delay on Android after pausing
2019-03-01 mmenke@chromium.org Socket Pools Refactor 29: Rework HTTP proxy auth (part 3).
2019-03-01 robertogden@chromium.org Add TextBubble String Constructor
2019-03-01 jianj@google.com Roll src/third_party/libvpx/source/libvpx/ 2d403737b..503cb8e63 (8 commits)
2019-03-01 sebmarchand@chromium.org Fix improper usage of the sequence checker in WMIRefresher
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader a1924739029e..dd1e37e31d68 (1 commits)
2019-03-01 maruel@chromium.org Roll src/tools/swarming_client/ d50a88f50..7a61cf37d (1 commit)
2019-03-01 thestig@chromium.org Fix nits in content::RenderWidgetHostImpl.
2019-03-01 sergiyb@chromium.org Implement pinpoint command in the update_wpr script
2019-03-01 tonikitoo@igalia.com Remove never-reached if block in StyleSheetContents::WrapperDeleteRule
2019-03-01 yigu@chromium.org Mark virtual/scroll_customization/fast/events/touch/touch-handler-iframe-plugin-assert.html as flaky
2019-03-01 wutao@chromium.org app_list: Make corner radius same as search page
2019-03-01 fdegans@chromium.org [Fuchsia] Update the local SDK script.
2019-03-01 gambard@chromium.org [iOS] Fix VoiceOver for PopupMenu
2019-03-01 davidbienvenu@chromium.org If screen is locked, set visible windows as occluded.
2019-03-01 hcarmona@chromium.org Navi: Use 2x icons with correct dimensions.
2019-03-01 alexleung@google.com [Chromecast] Audio output buffer size can be configurable using gn args.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3720.0_rc-r1-merged to 74.0.3721.0_rc-r1-merged
2019-03-01 yigu@chromium.org Mark pointerevent_touch-action-pinch_zoom_touch.html flaky on Mac
2019-03-01 khachatryan@chromium.org [ChromeDriver] Enable testCanClickOOPIF on Android Stable
Created with:
gclient setdep -r ../src@7761d0dc32
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-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=scroggo@google.com
Change-Id: I1fd9c6314eb36c23746da9bc3fa3985733626ada
Reviewed-on: https://skia-review.googlesource.com/c/196799
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 19:30:51 +00:00
Mike Reed
c945f0e31a
Revert "use colorspace steps to determine legacy blits"
...
This reverts commit 0919852526
.
Reason for revert: speculative: unblock android roll
Original change's description:
> use colorspace steps to determine legacy blits
>
> Bug: skia:8793
> Change-Id: I1de4bde25f7dcb12175733a3213c43f92410dc4a
> Reviewed-on: https://skia-review.googlesource.com/c/196647
> Commit-Queue: Mike Reed <reed@google.com>
> Reviewed-by: Mike Klein <mtklein@google.com>
> Reviewed-by: Brian Osman <brianosman@google.com>
TBR=mtklein@google.com ,brianosman@google.com,reed@google.com
Change-Id: I79a21df9a3c3a9f3127f57131feff0f3e417e642
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:8793
Reviewed-on: https://skia-review.googlesource.com/c/196774
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-02 17:52:34 +00:00
skia-autoroll
9159c8ef83
Roll third_party/externals/angle2 6f1a852fce0b..4d153383bd3a (1 commits)
...
6f1a852fce..4d153383bd
git log 6f1a852fce0b..4d153383bd3a --date=short --no-merges --format='%ad %ae %s'
2019-03-02 syoussefi@chromium.org Reland "Vulkan: Implement debug markers"
Created with:
gclient setdep -r third_party/externals/angle2@4d153383bd3a
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=scroggo@google.com
Change-Id: I57e8d1be5a464b753130bbcf5eb44fb5ce3972e1
Reviewed-on: https://skia-review.googlesource.com/c/196794
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 12:44:01 +00:00
recipe-roller
705e673479
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/1a86f54ceba35d31196e8664958e53ba8f64cbd2 cq: fix a comment. (tandrii@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ia1ec24cbf0f0edd1dee460f4cb7dbd32d241982a
Reviewed-on: https://skia-review.googlesource.com/c/196773
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-02 06:44:01 +00:00
skia-autoroll
a726918932
Roll third_party/externals/swiftshader a2f5fd826031..823ca85404fb (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/a2f5fd826031..823ca85404fb
git log a2f5fd826031..823ca85404fb --date=short --no-merges --format='%ad %ae %s'
2019-03-02 chrisforbes@google.com Allow all vkBeginCommandBuffer flags
Created with:
gclient setdep -r third_party/externals/swiftshader@823ca85404fb
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=scroggo@google.com
Change-Id: Ie6dfd6b8f614fd749a3bf9e5d4732898b31f532d
Reviewed-on: https://skia-review.googlesource.com/c/196785
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 05:44:01 +00:00
skia-recreate-skps
a232cd4482
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: Ia3ea48b3138bbf0fc57ef282281ad3f88d54a9fa
Reviewed-on: https://skia-review.googlesource.com/c/196860
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-02 05:35:21 +00:00
skia-autoroll
b5b705818a
Roll third_party/externals/swiftshader 37c024a6a7fd..a2f5fd826031 (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/37c024a6a7fd..a2f5fd826031
git log 37c024a6a7fd..a2f5fd826031 --date=short --no-merges --format='%ad %ae %s'
2019-03-01 sugoi@google.com Windows build fix
2019-03-01 sugoi@google.com Descriptor sets update mechanism
Created with:
gclient setdep -r third_party/externals/swiftshader@a2f5fd826031
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=scroggo@google.com
Change-Id: Ib7710325e27d0a4cc520ba906a277376a6de60e7
Reviewed-on: https://skia-review.googlesource.com/c/196782
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 04:55:01 +00:00
skia-autoroll
ce8403b486
Roll third_party/externals/swiftshader dd1e37e31d68..37c024a6a7fd (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/dd1e37e31d68..37c024a6a7fd
git log dd1e37e31d68..37c024a6a7fd --date=short --no-merges --format='%ad %ae %s'
2019-03-01 capn@google.com Remove src/Vulkan directory from CMake include path
Created with:
gclient setdep -r third_party/externals/swiftshader@37c024a6a7fd
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=scroggo@google.com
Change-Id: Ib49014b39c9409af4c79ef6157085a13b30dc4fa
Reviewed-on: https://skia-review.googlesource.com/c/196701
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 04:00:50 +00:00
Ben Wagner
c025aa9638
Adjust luminance gamma for Mac.
...
It appears that on macOS 10.13 smoothed subpixel antialiased black glyphs
are blit with a gamma of 2.0, but white are blit with a gamma of ~1.4 with
a smooth trasition between these. In macOS 10.14 smoothed black glyphs are
blit with a gamma of 2.0, but white are blit with a gamma ~1.0 with a
smooth transition between. The reason for this is to tone down the high
dilation of the outlines after autohinting.
In order to render like the platform, emulate this behavior by adjusting
the luminance value used to pick the mask gamma.
Bug: chromium:933137
Change-Id: I02d73c29bee1a3506b43598d78f07a03c968349f
Reviewed-on: https://skia-review.googlesource.com/c/196501
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Mike Reed <reed@google.com>
2019-03-02 03:55:47 +00:00
Mike Klein
5043c09b8b
bring back lowp bilerp_clamp_8888
...
PS1-3 are the literal code I removed a few months ago.
PS4 adds asserts to make sure we don't underflow.
PS5 adds rounding when scaling off bias, reducing diff slightly.
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Change-Id: Ice573395a1680e1c3b55a8fe3e4d034f15adde1b
Reviewed-on: https://skia-review.googlesource.com/c/196620
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-02 03:55:46 +00:00
Mike Reed
0919852526
use colorspace steps to determine legacy blits
...
Bug: skia:8793
Change-Id: I1de4bde25f7dcb12175733a3213c43f92410dc4a
Reviewed-on: https://skia-review.googlesource.com/c/196647
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-02 03:50:43 +00:00
Jim Van Verth
841d654844
Fix memory leak in Metal.
...
ARC wasn't kicking in for the renderCmdEncoders -- adding the __strong
keyword seems to be enough of a hint.
Bug: skia:8243
Change-Id: I07e75d355ab89102126ba2134250f0440ecc488c
Reviewed-on: https://skia-review.googlesource.com/c/196652
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-03-02 03:50:40 +00:00
Jim Van Verth
74826c81bd
Restore old Viewer setup order.
...
The backend needs to be set up before setting the current slide because
some slides require the backend resolution to set their size. We'll
check to see if a slide is set before drawing instead.
Also adds a null slide to be drawn when no slides are loaded.
Change-Id: Idb34deea80ea32762fa9e7434312e7b542c6a87e
Reviewed-on: https://skia-review.googlesource.com/c/196650
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-02 03:45:39 +00:00
Greg Daniel
bae712104d
Add flush call to take access type, flags, and semaphore.
...
Bug: skia:
Change-Id: I5e664939a446616ef57acc79d26a10e6908cda10
Reviewed-on: https://skia-review.googlesource.com/c/196643
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-03-02 03:45:36 +00:00
skia-autoroll
e842e326a4
Roll third_party/externals/angle2 1581ff030b9c..6f1a852fce0b (3 commits)
...
1581ff030b..6f1a852fce
git log 1581ff030b9c..6f1a852fce0b --date=short --no-merges --format='%ad %ae %s'
2019-03-01 syoussefi@chromium.org Reland "Roll Vulkan repos"
2019-03-01 syoussefi@chromium.org Reland "Add system util to execute app and retrieve its output"
2019-03-01 syoussefi@chromium.org Vulkan: Support ETC, S3TC and BPTC compressed textures
Created with:
gclient setdep -r third_party/externals/angle2@6f1a852fce0b
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=scroggo@google.com
Change-Id: I0ce1e62025e330da03e4adde9fb22bde33877950
Reviewed-on: https://skia-review.googlesource.com/c/196780
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 03:40:36 +00:00