skia-flutter-autoroll
a1b2c398e8
Roll src/third_party/skia 50e24d7d5f52..26490759e464 (3 commits) ( flutter/engine#7745 )
...
https://skia.googlesource.com/skia.git/%2Blog/50e24d7d5f52..26490759e464
git log 50e24d7d5f52724b4286078a813eb253e710fe47..26490759e46483558627c9132e31f4b97cf052ac --date=short --no-merges --format=%ad %ae %s
2019-02-08 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-02-07 ericrk@chromium.org Fix issue where command buffer was skipped if drawing a single drawable
2019-02-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader c81766320762..7fb0b73b1aa7 (1 commits)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-08 02:16:38 -05:00
Adam Barth
a10a209d1b
[fuchsia] Update path to fuchsia.ui.scenic ( flutter/engine#7731 )
...
This target is now in //sdk/fidl.
2019-02-07 22:07:24 -08:00
Dan Field
8795ea6ddd
use full git hash for version ( flutter/engine#7741 )
2019-02-07 22:00:17 -08:00
skia-flutter-autoroll
0bda073031
Roll src/third_party/skia d978b90d205d..50e24d7d5f52 (4 commits) ( flutter/engine#7743 )
...
https://skia.googlesource.com/skia.git/%2Blog/d978b90d205d..50e24d7d5f52
git log d978b90d205d76206e9d15cd8c4db8743350e023..50e24d7d5f52724b4286078a813eb253e710fe47 --date=short --no-merges --format=%ad %ae %s
2019-02-07 csmartdalton@google.com Add a mechanism for GMs to silently exclude themselves from Gold
2019-02-07 benjaminwagner@google.com [infra] Update Win10 in Skolo.
2019-02-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-07 csmartdalton@google.com Reland "Add a GpuGM class for GPU-only tests"
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-07 22:32:12 -05:00
skia-flutter-autoroll
27e4189451
Roll src/third_party/skia 8619a34bb875..d978b90d205d (17 commits) ( flutter/engine#7736 )
...
https://skia.googlesource.com/skia.git/%2Blog/8619a34bb875..d978b90d205d
git log 8619a34bb87565dfcfc3818ceab065e93ea183e6..d978b90d205d76206e9d15cd8c4db8743350e023 --date=short --no-merges --format=%ad %ae %s
2019-02-07 bsalomon@google.com Track separate texure binding states for each OpenGL texture target.
2019-01-18 halcanary@google.com SkQP: new tool: tools/skqp/find_commit_with_best_gold_results
2019-02-07 brianosman@google.com Check for single owner and abandoned context in createMipMapProxyFromBitmap
2019-02-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-07 jvanverth@google.com Fix Metal bots.
2019-02-07 halcanary@google.com SkQP: update tools/skqp/gn_to_bp.py, add release script
2019-02-07 bsalomon@google.com Cache CPU memory buffers used for client side arrays.
2019-02-07 bungeman@google.com Don't include .cpp file in SampleCCPRGeometry.cpp
2019-02-07 brianosman@google.com Give ImGui the correct DeltaTime
2019-01-30 djsollen@google.com Remove colorspace restrictions for 565/FP16 configs in Android Codec.
2019-02-07 mtklein@google.com skvx wip
2019-02-07 bsalomon@google.com Default init GrGpuResource::UniqueID to invalid id.
2019-02-07 robertphillips@google.com Move "matches" from GrContextThreadSafeProxy to GrContext_Base
2019-02-07 robertphillips@google.com Make room for shifting GrContext to GrDirectContext
2019-02-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-07 brianosman@google.com Support building mips when creating cross context images
2019-02-07 bsalomon@google.com Pin the quad index buffer in GrResourceProvider.
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-07 18:37:47 -05:00
Dan Field
021996ff8d
use correct no-download-badge ( flutter/engine#7735 )
2019-02-07 15:15:41 -08:00
Michael Klimushyn
597f3a5adc
Decode using the last cached required frame ( flutter/engine#7715 )
...
`MultiFrameCodec` now uses whatever previously cached required frame is
available instead of panicking if it doesn't have the exact frame
requested by `SkCodec::FrameInfo#fRequiredFrame`.
`SkCodec::FrameInfo#fRequiredFrame` doesn't point to the one and only
frame that's required to decode the given frame. It points to the latest
frame that's disposal method none and filling a greater surface area
than the current frame. The last required frame `MultiFrameCodec` has
actually cached is also valid in these cases and can be supplied as
`fPriorFrame` instead. [flutter/flutter#26757 ](https://github.com/flutter/flutter/issues/26757#issuecomment-459522530 )
has a more detailed explanation.
Fixes flutter/flutter#26757
2019-02-07 14:47:23 -08:00
Chinmay Garde
46842b5f57
Update documentation for command line args in FlutterProjectArgs. ( flutter/engine#7733 )
2019-02-07 14:14:44 -08:00
skia-flutter-autoroll
e61a4b8a1e
Roll src/third_party/skia 9564bf44e5fa..8619a34bb875 (10 commits) ( flutter/engine#7732 )
...
https://skia.googlesource.com/skia.git/%2Blog/9564bf44e5fa..8619a34bb875
git log 9564bf44e5fa000c32ae9390326181dbd89c4b59..8619a34bb87565dfcfc3818ceab065e93ea183e6 --date=short --no-merges --format=%ad %ae %s
2019-02-07 reed@google.com Revert "Hide setDrawLooper -- deprecate loopers"
2019-02-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-07 brianosman@google.com Remove duplicate entry in harfbuzz GN file
2019-02-07 bsalomon@google.com Use different classes for client side arrays and GPU buffer objects.
2019-02-07 abarth@google.com [fuchsia] Update path to fuchsia.fonts
2019-02-06 robertphillips@google.com Add support for Mtl backend to DeferredDisplayListTest
2019-02-07 fmalita@chromium.org [skshaper] Add per-line callback
2019-02-07 jvanverth@google.com Set correct uniform size for Metal.
2019-02-07 fmalita@chromium.org [skottie] Use SkShaper for text
2019-02-07 mtklein@google.com move Reporter::reportFailedWithContext() out of line
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-07 14:49:34 -05:00
Adam Barth
0973ddbf05
[fuchsia] Update scenic include ( flutter/engine#7708 )
...
This header is now spelled thusly.
2019-02-07 10:45:21 -08:00
Dan Field
82b3db0523
Fix versions implementation ( flutter/engine#7726 )
2019-02-07 08:53:31 -08:00
skia-flutter-autoroll
da2ed68d76
Roll src/third_party/skia c19d81acc096..9564bf44e5fa (5 commits) ( flutter/engine#7730 )
...
https://skia.googlesource.com/skia.git/%2Blog/c19d81acc096..9564bf44e5fa
git log c19d81acc0965eff7ac1f8a2f9e544dfc86a230f..9564bf44e5fa000c32ae9390326181dbd89c4b59 --date=short --no-merges --format=%ad %ae %s
2019-02-06 benjaminwagner@google.com Upgrade NVIDIA driver on Ubuntu18 QuadroP400 bots.
2019-02-06 egdaniel@google.com Add support for importing AHardwareBuffers into SkSurfaces.
2019-02-07 scroggo@google.com SkWuffsCodec: Initialize memory when incomplete
2019-02-07 kjlubick@google.com Add a k8s cheat sheet to trooper docs
2019-02-06 reed@google.com Hide setDrawLooper -- deprecate loopers
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-07 10:49:38 -05:00
skia-flutter-autoroll
e789203470
Roll src/third_party/skia 859db6b5a03c..c19d81acc096 (2 commits) ( flutter/engine#7729 )
...
https://skia.googlesource.com/skia.git/%2Blog/859db6b5a03c..c19d81acc096
git log 859db6b5a03c4d87df06ff3f4b289bda4b5c4022..c19d81acc0965eff7ac1f8a2f9e544dfc86a230f --date=short --no-merges --format=%ad %ae %s
2019-02-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src c27b32b2fd52..635f11205d4b (414 commits)
2019-02-07 csmartdalton@google.com Revert "Add a GpuGM class for GPU-only tests"
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-07 07:04:30 -05:00
skia-flutter-autoroll
e2db353f19
Roll src/third_party/skia f36ad269e88a..859db6b5a03c (1 commits) ( flutter/engine#7727 )
...
https://skia.googlesource.com/skia.git/%2Blog/f36ad269e88a..859db6b5a03c
git log f36ad269e88a1b2fec16e6404cd6cd36bc202115..859db6b5a03c4d87df06ff3f4b289bda4b5c4022 --date=short --no-merges --format=%ad %ae %s
2019-02-07 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-07 03:18:27 -05:00
Jonah Williams
17796ae592
Correct libraries.yaml path for stub_ui, add brightness, copy dart2js_platform.dill files ( flutter/engine#7725 )
2019-02-06 22:24:15 -08:00
skia-flutter-autoroll
9873f7966f
Roll src/third_party/skia 2fc1474f9d62..f36ad269e88a (2 commits) ( flutter/engine#7724 )
...
https://skia.googlesource.com/skia.git/%2Blog/2fc1474f9d62..f36ad269e88a
git log 2fc1474f9d62db4b854fd4e5af322f41a323ffe5..f36ad269e88a1b2fec16e6404cd6cd36bc202115 --date=short --no-merges --format=%ad %ae %s
2019-02-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-04 reed@google.com move SkMetaData into src
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-06 23:33:44 -05:00
Matt Carroll
a6cf9b2895
Introduced a number of Java system channels in io/flutter/embedding/engine/systemchannels/ ( flutter/engine#7500 )
2019-02-06 17:07:30 -08:00
skia-flutter-autoroll
bceb09e825
Roll src/third_party/skia 429251513f71..2fc1474f9d62 (8 commits) ( flutter/engine#7721 )
...
https://skia.googlesource.com/skia.git/%2Blog/429251513f71..2fc1474f9d62
git log 429251513f716de18e9c4ebda05f304eb97fedde..2fc1474f9d62db4b854fd4e5af322f41a323ffe5 --date=short --no-merges --format=%ad %ae %s
2019-02-06 bungeman@google.com Add BOT/EOT to Shaper.
2019-02-06 halcanary@google.com bin/gn format gn/skia.gni
2019-02-06 herb@google.com Remove the distinction between key and device descriptors
2019-02-06 bungeman@google.com Roll HarfBuzz
2019-02-06 halcanary@google.com SkLoadICU: simplify
2019-02-06 robertphillips@google.com Move GrContextPriv methods to their own .cpp file
2019-02-06 mtklein@google.com add mad() and shuffle() to SkVx
2019-02-05 csmartdalton@google.com Add a GpuGM class for GPU-only tests
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-06 19:41:22 -05:00
Chinmay Garde
9d1d569a58
Allow all entrypoints support by the command line VM. ( flutter/engine#7717 )
2019-02-06 15:29:19 -08:00
Chris Bracken
7ff50beb59
Add FlutterProjectArgs::root_isolate_create_callback ( flutter/engine#7651 )
...
Allows embedders to specify a callback to be invoked in isolate scope
once root isolate has been created and marked runnable.
As an example of where this is useful, embedder unit test fixtures may
want to include Dart functions backed by a native implementation. On
isolate creation, this patch allows the unit test author to call
Dart_SetNativeResolver in root isolate scope.
2019-02-06 14:16:47 -08:00
skia-flutter-autoroll
03510aed61
Roll src/third_party/skia 455c74797b46..429251513f71 (8 commits) ( flutter/engine#7714 )
...
https://skia.googlesource.com/skia.git/%2Blog/455c74797b46..429251513f71
git log 455c74797b4692d7dbb19a1b99c3fa3e89ca9d50..429251513f716de18e9c4ebda05f304eb97fedde --date=short --no-merges --format=%ad %ae %s
2019-02-06 mtklein@google.com fill in most remaining skvx operations
2019-02-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-06 herb@google.com Remove filterRec bypass on MakeRecAndEffects
2019-02-06 rmistry@google.com Have the RecreateSKPs bot upload to partner bucket
2019-02-05 herb@google.com Reorganize MakeRecAndEffects and SkScalerContext ctor
2019-02-06 reed@google.com per-contour variant of SkPathMeasure
2019-02-06 rmistry@google.com Remove PerCommit-Bookmaker
2019-02-06 jvanverth@google.com Switch back to non-Retina display resolution.
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-06 15:51:45 -05:00
liyuqian
0aa9535b36
Disable wuff on Windows ( flutter/engine#7713 )
...
MSVC won't compile wuff...
2019-02-06 11:52:25 -08:00
skia-flutter-autoroll
0e33c3f355
Roll src/third_party/skia 37b7d41d01cb..455c74797b46 (8 commits) ( flutter/engine#7712 )
...
https://skia.googlesource.com/skia.git/%2Blog/37b7d41d01cb..455c74797b46
git log 37b7d41d01cb3e0930c74aa70cb98e6cdaf8ad27..455c74797b4692d7dbb19a1b99c3fa3e89ca9d50 --date=short --no-merges --format=%ad %ae %s
2019-02-05 mtklein@google.com sketch SkVx
2019-02-06 benjaminwagner@google.com Add DDL jobs for Intel
2019-02-06 ethannicholas@google.com fixed SRGB effect color accuracy
2019-02-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-06 brianosman@google.com Remove all references to jsoncpp (build scripts, DEPS, etc)
2019-02-06 brianosman@google.com Convert bookmaker to SkJSON
2019-02-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-05 brianosman@google.com Fix makeColorSpace on YUV images
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-06 12:05:37 -05:00
skia-flutter-autoroll
08a9f23c7a
Roll src/third_party/skia 3abdd7a90e45..37b7d41d01cb (2 commits) ( flutter/engine#7711 )
...
https://skia.googlesource.com/skia.git/%2Blog/3abdd7a90e45..37b7d41d01cb
git log 3abdd7a90e453ba7a9e2cad76e3526195ece14a6..37b7d41d01cb3e0930c74aa70cb98e6cdaf8ad27 --date=short --no-merges --format=%ad %ae %s
2019-02-06 reed@google.com Revert "templatize drawString"
2019-02-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 6c1a9ccaf5f3..c27b32b2fd52 (449 commits)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-06 08:03:08 -05:00
skia-flutter-autoroll
c9e96d3a17
Roll src/third_party/skia fac1e367f428..3abdd7a90e45 (1 commits) ( flutter/engine#7709 )
...
https://skia.googlesource.com/skia.git/%2Blog/fac1e367f428..3abdd7a90e45
git log fac1e367f4283c2b7d1e40001a05f598ec0cf3fa..3abdd7a90e453ba7a9e2cad76e3526195ece14a6 --date=short --no-merges --format=%ad %ae %s
2019-02-06 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-06 04:11:08 -05:00
skia-flutter-autoroll
5e443c3d0d
Roll src/third_party/skia b26b8998fa9c..fac1e367f428 (6 commits) ( flutter/engine#7707 )
...
https://skia.googlesource.com/skia.git/%2Blog/b26b8998fa9c..fac1e367f428
git log b26b8998fa9cd06c57e091243339f2c7e5396af5..fac1e367f4283c2b7d1e40001a05f598ec0cf3fa --date=short --no-merges --format=%ad %ae %s
2019-02-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a69ca6050e3e..c81766320762 (1 commits)
2019-02-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 09a91e48c066..a69ca6050e3e (4 commits)
2019-02-05 ethannicholas@google.com Reland "SkSL is now pickier about type conversions"
2019-02-05 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-06 fmalita@chromium.org Revert "third_party/icu: use upstream"
2019-02-05 recipe-roller@chromium.org Roll recipe dependencies (trivial).
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-06 00:20:23 -05:00
skia-flutter-autoroll
2a7cedc491
Roll src/third_party/skia 0ec8ec27b81c..b26b8998fa9c (11 commits) ( flutter/engine#7705 )
...
https://skia.googlesource.com/skia.git/%2Blog/0ec8ec27b81c..b26b8998fa9c
git log 0ec8ec27b81ca3ae46cfc4e85297e09b2c592943..b26b8998fa9cd06c57e091243339f2c7e5396af5 --date=short --no-merges --format=%ad %ae %s
2019-02-05 fmalita@chromium.org [skottie] Fix logging of oversized messages
2019-02-04 herb@google.com Remove fPreBlendForFilter
2019-01-25 halcanary@google.com third_party/icu: use upstream
2019-02-05 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-05 ethannicholas@google.com Revert "SkSL is now pickier about type conversions"
2019-02-05 bungeman@google.com s/geTestSVGTypeface/getTestSVGTypeface
2019-02-05 ethannicholas@google.com SkSL is now pickier about type conversions
2019-01-28 herb@google.com Move luminace calculation to the SkScalerContext ctor.
2019-02-05 bsalomon@google.com Remove fIntendedType from GrMtlBuffer. Add accessor to base class
2019-02-05 egdaniel@google.com Make sure the vulkan gpu is done work before we deleting objects in VkHardwareBufferTest.
2019-02-05 egdaniel@google.com Fill in missing GrMtlCaps functions and fix for 0 buffer alloc.
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-05 20:26:47 -05:00
Jonah Williams
660c2945f9
Create stubbed dart:ui implementation, dart2js libraries file, copy rule ( flutter/engine#7694 )
2019-02-05 17:07:47 -08:00
liyuqian
f2d2383aee
Revert "Lower the threshold to raster cache pictures ( #7687 )" ( flutter/engine#7701 )
...
This reverts commit bea23858792ff59a40b43b14a57fc0f3ba0ab739.
2019-02-05 16:02:44 -08:00
Ben Konyi
8179839995
Update snapshot build rules to generate .o files instead of .S files on Windows ( flutter/engine#7702 )
...
Update snapshot build rules to generate .o files instead of .S files on Windows to improve link times.
This mirrors build rules for snapshots in the Dart SDK.
2019-02-05 14:23:44 -08:00
Jason Simmons
a9c3e82bc8
Use the Wuffs GIF decoder ( flutter/engine#7658 )
...
Fixes https://github.com/flutter/flutter/issues/23838
2019-02-05 14:09:18 -08:00
skia-flutter-autoroll
8892d8a35f
Roll src/third_party/skia 5f5e1d57a4ce..0ec8ec27b81c (6 commits) ( flutter/engine#7703 )
...
https://skia.googlesource.com/skia.git/%2Blog/5f5e1d57a4ce..0ec8ec27b81c
git log 5f5e1d57a4cef2f22e037fe7338dddff28ffa6a0..0ec8ec27b81ca3ae46cfc4e85297e09b2c592943 --date=short --no-merges --format=%ad %ae %s
2018-09-04 bungeman@google.com Add a 'correct' shaper.
2019-02-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 4b9e06d6a2df..09a91e48c066 (1 commits)
2019-02-04 halcanary@google.com GN/ICU cleanup
2019-02-05 mtklein@google.com disable DAA by default
2019-02-05 brianosman@google.com Add "MSRTC" bots that build/test with MSVC runtime checks enabled
2019-02-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 24f3d30cdec3..4b9e06d6a2df (1 commits)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-05 16:37:11 -05:00
liyuqian
2c4e59e1c6
Revert "Disable the persistent cache ( #6835 )" ( flutter/engine#7689 )
...
This reverts commit 366503ca2dd5297b7f73591330770b215b521c8c.
For https://github.com/flutter/flutter/issues/24058 , We now only get a
"Program linking failed" error message on Windows Android simulators
without crahsing. Skia seems to have handled the linking failure in
https://skia-review.googlesource.com/c/skia/+/180372 by rebuilding the
program.
2019-02-05 11:17:21 -08:00
skia-flutter-autoroll
ff7f71cb2f
Roll src/third_party/skia 2462ca36c800..5f5e1d57a4ce (7 commits) ( flutter/engine#7699 )
...
https://skia.googlesource.com/skia.git/%2Blog/2462ca36c800..5f5e1d57a4ce
git log 2462ca36c800adfaaafe5921475096c107091c9b..5f5e1d57a4cef2f22e037fe7338dddff28ffa6a0 --date=short --no-merges --format=%ad %ae %s
2019-02-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 8f71f7311f29..24f3d30cdec3 (1 commits)
2019-02-05 egdaniel@google.com Add release proc apis to SkSurface::MakeFromBackend* calls.
2019-02-05 brianosman@google.com Fix RTCc issue (truncating 64 bit value) in GrVkRenderPass
2019-02-05 bsalomon@google.com Convert GrBufferType to enum class, rename, and remove dead values
2019-02-05 egdaniel@google.com Have GrMtlTexture and GrMtlRenderTarget call parents onRelease/Abandon.
2019-02-04 reed@google.com remove mention of SkMetaData
2019-02-05 robertphillips@google.com Fix generated files
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-05 11:46:39 -05:00
skia-flutter-autoroll
1dc6a92bec
Roll src/third_party/skia 0783aca7ba31..2462ca36c800 (2 commits) ( flutter/engine#7698 )
...
https://skia.googlesource.com/skia.git/%2Blog/0783aca7ba31..2462ca36c800
git log 0783aca7ba3189092855b373911cffc1b1303222..2462ca36c800adfaaafe5921475096c107091c9b --date=short --no-merges --format=%ad %ae %s
2019-02-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 049ff3873334..8f71f7311f29 (1 commits)
2019-02-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 950d2f4a3353..6c1a9ccaf5f3 (394 commits)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-05 07:55:45 -05:00
skia-flutter-autoroll
ccd29a7ad4
Roll src/third_party/skia bb60677d5244..0783aca7ba31 (1 commits) ( flutter/engine#7697 )
...
https://skia.googlesource.com/skia.git/%2Blog/bb60677d5244..0783aca7ba31
git log bb60677d5244cb20ec659d035701e92cd1f6f4fa..0783aca7ba3189092855b373911cffc1b1303222 --date=short --no-merges --format=%ad %ae %s
2019-02-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-05 04:08:52 -05:00
skia-flutter-autoroll
d44b0a623e
Roll src/third_party/skia 2d35a1c87553..bb60677d5244 (1 commits) ( flutter/engine#7696 )
...
https://skia.googlesource.com/skia.git/%2Blog/2d35a1c87553..bb60677d5244
git log 2d35a1c875539b744631a75a037f2b5d2e72c31f..bb60677d5244cb20ec659d035701e92cd1f6f4fa --date=short --no-merges --format=%ad %ae %s
2019-02-04 robertphillips@google.com Move caps and FP factory cache to GrContext_Base
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-05 00:21:17 -05:00
Matt Carroll
e1aeaf5dd4
Implemented Dark Mode for Android ( #25525 ) ( flutter/engine#7488 )
2019-02-04 19:30:15 -08:00
Jonah Williams
640c17334f
Ensure dart2js and kernel worker snapshots are copied out of gen dir ( flutter/engine#7692 )
2019-02-04 17:48:52 -08:00
skia-flutter-autoroll
523504006e
Roll src/third_party/skia 50ea3c06b80f..2d35a1c87553 (6 commits) ( flutter/engine#7693 )
...
https://skia.googlesource.com/skia.git/%2Blog/50ea3c06b80f..2d35a1c87553
git log 50ea3c06b80f7322c64fd99926edcdd7ea398213..2d35a1c875539b744631a75a037f2b5d2e72c31f --date=short --no-merges --format=%ad %ae %s
2019-02-01 egdaniel@google.com Move texture release proc to GrSurface so that render targets can also have releases.
2019-02-04 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 612345523a8d..049ff3873334 (1 commits)
2019-02-04 bungeman@google.com Extend GetAlphaTextureBounds workaround.
2019-02-04 bungeman@google.com Make HR* macros statements.
2019-02-04 robertphillips@google.com Rename GrContext::contextPriv to priv
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-04 20:40:30 -05:00
Kaushik Iska
da09acaad9
Don't warn for Async texture uploads on Fuchsia ( flutter/engine#7691 )
2019-02-04 17:04:08 -08:00
Yunyu Lin
5ae6ae6c16
Replace hb_face_reference_table with hb_ot_color_has_png in isColorBitmapFont ( flutter/engine#7686 )
2019-02-04 16:59:12 -08:00
liyuqian
bea2385879
Lower the threshold to raster cache pictures ( flutter/engine#7687 )
...
After removing clips by default, the OpCount of a picture drops
significantly. That makes our old threshold suboptimal. The new
threshold reflects the clip change and will improve our scroll
performance by ~10% for complex_layout and flutter_gallery scroll
benchmarks:
(flutter_gallery) home_scroll_perf frame raster time:
average 9.1ms -> 7.4ms
90th_percentile 11.3ms -> 9.2ms
99th_percentile 45ms -> 38ms
complex_layout_scroll_perf frame raster time:
average 4.8 -> 4.4ms
90th_percentile 7.8ms -> 5.4ms
99th_percentile 19ms -> 17ms
This should also help mitigate issues like
https://github.com/flutter/flutter/issues/24782
2019-02-04 14:56:13 -08:00
skia-flutter-autoroll
72bc8f15e9
Roll src/third_party/skia d7a5a1d27e1d..50ea3c06b80f (9 commits) ( flutter/engine#7688 )
...
https://skia.googlesource.com/skia.git/%2Blog/d7a5a1d27e1d..50ea3c06b80f
git log d7a5a1d27e1d3ecc1ef4dfa1cef38195daf99f67..50ea3c06b80f7322c64fd99926edcdd7ea398213 --date=short --no-merges --format=%ad %ae %s
2019-02-04 brianosman@google.com Add support for MSVC run-time checks (and control flow guard)
2019-02-04 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-04 halcanary@google.com SkPDF to use aliased em bounds.
2019-02-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3f5a479280cc..612345523a8d (2 commits)
2019-02-04 reed@google.com templatize drawString
2019-02-04 egdaniel@google.com Minor clean ups to vulkan hardware buffer test.
2019-02-04 robertphillips@google.com Move GrContextOptions to GrContext_Base and make GrContextThreadSafeProxy be derived from GrContext_Base
2019-02-04 reed@google.com remove metadata from canvas
2019-01-31 herb@google.com Benchmark for charToGlyph
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-04 17:02:15 -05:00
liyuqian
b6888b482e
DCHECK that clip layer's behavior isn't none ( flutter/engine#7659 )
...
This will further guard that the framework won't forget to set the
clip behavior.
This has been tested with the flutter/flutter framework
`flutter test --local-engine=host_debug_unopt`
to ensure a successful engine roll.
2019-02-04 13:31:21 -08:00
liyuqian
13d75a0e8d
Retained rendering in Fuchsia PhysicalShapeLayer ( flutter/engine#6558 )
...
For flutter/flutter#23535
When this lands/rolls into Fuchsia, a manual roll with https://fuchsia-review.googlesource.com/c/topaz/+/241557 is needed.
2019-02-04 13:31:10 -08:00
Matt Carroll
3f7789cebe
Move Brightness definition to dart:ui ( #27479 ) ( flutter/engine#7678 )
2019-02-04 13:29:53 -08:00
skia-flutter-autoroll
5a1a4194ad
Roll src/third_party/skia 8c14038e56c3..d7a5a1d27e1d (5 commits) ( flutter/engine#7683 )
...
https://skia.googlesource.com/skia.git/%2Blog/8c14038e56c3..d7a5a1d27e1d
git log 8c14038e56c37e5b41c066c1b1825fe32c257d01..d7a5a1d27e1d3ecc1ef4dfa1cef38195daf99f67 --date=short --no-merges --format=%ad %ae %s
2019-02-04 csmartdalton@google.com Add a central skiagm::GM::DrawFailureMessage for error messages
2019-02-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader cd610c9a9dbc..3f5a479280cc (1 commits)
2019-02-04 scroggo@google.com Remove temporarily_sanitize
2019-02-04 mtklein@google.com use std::underlying_type
2019-02-04 reed@google.com remove legacy includes
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-04 13:33:19 -05:00
skia-flutter-autoroll
ca3b56e7c6
Roll src/third_party/skia 69130631e23d..8c14038e56c3 (1 commits) ( flutter/engine#7682 )
...
https://skia.googlesource.com/skia.git/%2Blog/69130631e23d..8c14038e56c3
git log 69130631e23d13d980ceb1151fa656ebb2577eef..8c14038e56c37e5b41c066c1b1825fe32c257d01 --date=short --no-merges --format=%ad %ae %s
2019-02-03 reed@google.com hide getMetaData()
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-04 09:59:09 -05:00
skia-flutter-autoroll
1c5e798d21
Roll src/third_party/skia 21ca3702f8eb..69130631e23d (2 commits) ( flutter/engine#7681 )
...
https://skia.googlesource.com/skia.git/%2Blog/21ca3702f8eb..69130631e23d
git log 21ca3702f8eb965a219fd697318d04ecd824cf70..69130631e23d13d980ceb1151fa656ebb2577eef --date=short --no-merges --format=%ad %ae %s
2019-02-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src ccf3465732e5..950d2f4a3353 (57 commits)
2019-02-04 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (fmalita@google.com ), and stop
the roller if necessary.
2019-02-04 05:30:00 -05:00