skia-flutter-autoroll
c4c64896a0
Roll src/third_party/skia 829144cc76fe..d15571af2e1b (2 commits) ( #10080 )
...
https://skia.googlesource.com/skia.git
/compare/829144cc76fe..d15571af2e1b
git log 829144cc76fe7c4e80cc7d6498ff895a0bddbb62..d15571af2e1b657799c9523b3211d932208fceaa --date=short --no-merges --format=%ad %ae %s
2019-07-23 rmistry@google.com [perf_skottiewasm_lottieweb] Use 3 loops for more consistency
2019-07-23 fmalita@chromium.org [skottie] Ref-counted animators
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 (borenet@google.com ), and stop
the roller if necessary.
2019-07-23 21:53:35 -04:00
skia-flutter-autoroll
25e5d597eb
Roll fuchsia/sdk/core/linux-amd64 from S_24mhItBb7pfUof8zsJPPSctC7xdlfjDEXEtyO25GYC to kU0OwJYlceN477ejdh9RXrl7Mp-wUTNvQozlaV96xmQC ( #10079 )
...
Roll fuchsia/sdk/core/linux-amd64 from S_24mhItBb7pfUof8zsJPPSctC7xdlfjDEXEtyO25GYC to kU0OwJYlceN477ejdh9RXrl7Mp-wUTNvQozlaV96xmQC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-23 21:40:04 -04:00
Ben Konyi
44ec59b70a
Roll src/third_party/dart fedd74669a..9c148623c5 (70 commits) ( #10066 )
...
dart-lang/sdk@9c148623c5 prepend missing hex digits error token
dart-lang/sdk@62674b977d Revert "[dartdevc] Immediately throw when encountering an unevaluated constant"
dart-lang/sdk@76128480ae fix bug in invalid constructor initializer recovery
dart-lang/sdk@babefb8c01 [ VM / Service ] Added VMFlagUpdated event to VM stream
dart-lang/sdk@b41b868797 prepend UnmatchedToken error tokens
dart-lang/sdk@04a3f9ee9a 2.4 changelog: be more clear and consistent on breaking changes
dart-lang/sdk@ccdddd2eee Parallel build-mode and DDC changes for summary2.
dart-lang/sdk@ae5d4973ab Improve a diagnostic message by adding specific type information
dart-lang/sdk@3605630e8a [dartdevc] don't clear generic type caches on a hot restart
dart-lang/sdk@7fa49a285a Update the minimum SDK constraint to 2.2.2 for kernel and front_end packages.
dart-lang/sdk@baaeafa2bb Flow analysis: move into front_end.
dart-lang/sdk@24c0507d73 Flow analysis: remove the State.exit method.
dart-lang/sdk@0a2993687b [vm/concurrency] Make all isolates within an isolate group coordinate on GCs
dart-lang/sdk@9ec6a48613 Flow analysis: document the State class
dart-lang/sdk@06b7329fc9 [dart2js, gardening]: Fix dart2js/inferrence/type_mask2_test
dart-lang/sdk@ed38b6d664 Remove KernelMixinApplicationBuilder and KernelNamedTypeBuilder
dart-lang/sdk@0177076f2f [cfe] Merge KernelBodyBuilder into BodyBuilder
dart-lang/sdk@05b5883813 [cfe] Add documentation to some Generator implementations
dart-lang/sdk@c9c0f56f48 [dart/vm] Add 'small string' parameter specifier
dart-lang/sdk@eebbed2d7a Make PropertyDescription constructor parameters named.
dart-lang/sdk@68ba8f9198 [WATCHLISTS] Don't CC dart2js on tests/compiler/dartdevc_native.
dart-lang/sdk@9197c1b021 [dart2js] new-rti: fix TypeEval GVN
dart-lang/sdk@60a952e261 [vm] Avoid superlinear time canonicalizing deep constants.
dart-lang/sdk@730d2c6c6c [vm/bytecode] Fix removal of empty scopes in local variable info
dart-lang/sdk@d3a09dda15 [vm/bytecode] Recognize list factories and set result type for static calls
dart-lang/sdk@0864980e8c Resolve the call method when used with an extension override
dart-lang/sdk@17e15ee9a4 Add outline support for extensions
dart-lang/sdk@41263a4c1a [dart2js] Fix for 37502: double ~/ x returns int
dart-lang/sdk@211190e7ec [vm/bytecode] Reuse ConstantEvaluator instance in bytecode generator
dart-lang/sdk@c2af59f1ea [dart/fuzzer] Add flag to control FP operations
dart-lang/sdk@ee5a90cb1b Flow analysis: test that all variables are registered with add().
dart-lang/sdk@477a3c4748 Revert "[ VM / Service ] Pulled in vm_service_drivers from its own repo."
dart-lang/sdk@722b505316 NNBD migration: Fix an implicit downcast error.
dart-lang/sdk@d7cb52b863 capture more info to debug 37528
dart-lang/sdk@d6c85f4e92 rename dartfix "exclude" option to "excludeFix"
dart-lang/sdk@1e04ff86b0 Mutate Aling(...) and Padding(...) into Container().
dart-lang/sdk@dbeceb1d06 [ VM / Service ] Pulled in vm_service_drivers from its own repo.
dart-lang/sdk@76f82bd0ec [dart2js] Split up runtime_types.
dart-lang/sdk@0352fb2cb7 Fix package dependencies in analyzer_cli, dartfix, nnbd_migration
dart-lang/sdk@3999369c5f [dart/vm] Display test return code on divergence
dart-lang/sdk@d16ad91719 Update DATA_VERSION after summary2 changes to support extensions.
dart-lang/sdk@da58647161 Flow analysis: register loop variables with add().
dart-lang/sdk@1390201177 Support for 'padding' property, and EdgeInsets type.
dart-lang/sdk@91eb2f5fd0 [analyzer] rename the dartfix --include <fix> option to dartfix --fix <fix>
dart-lang/sdk@53bda39466 Create stream timeout timer before ondata() opeartions
dart-lang/sdk@65d544edea [analyzer] update the analysis server's diagnostic page
dart-lang/sdk@cddd21dde1 [cfe] Merge ExpressionGenerator into Generator
dart-lang/sdk@b52328e528 [cfe] Remove unneeded indirect generator construction through Forest
dart-lang/sdk@2a199f3993 [cfe] Merge KernelExpressionGenerator with ExpressionGenerator
dart-lang/sdk@948b60f8dc [cfe] Add test for extension member parameters
dart-lang/sdk@11755e537c [cfe] Add tests for extension members
dart-lang/sdk@610183d5f9 [cfe] Rename operator[] to getLocalMember on Library/ClassBuilder
dart-lang/sdk@b3b6533c3d [cfe] Create ClassBuilder for extension declarations
dart-lang/sdk@7075ae7026 [cfe+dart2js] Move features to CFE
dart-lang/sdk@b912aebf5c Flow analysis: change tryPromoteToNonNull to promoteToNonNull.
dart-lang/sdk@7adca0ec5f Flow analysis: Remove "emptySet" argument from markNonNullable
dart-lang/sdk@7719298616 Flow analysis: fix incorrectly written unit test.
dart-lang/sdk@073d521131 Update DartType.displayName to display nullability when appropriate
dart-lang/sdk@fe1da36f12 Change the wording of unused-element
dart-lang/sdk@977a78b7a0 Flow analysis: expose State and unit test. Also fix restrict method.
dart-lang/sdk@90f03db962 Support for extensions in summary2.
dart-lang/sdk@f23418d9b7 Flow analysis: Refactor some common unit testing code
dart-lang/sdk@c8587ce199 Flow analysis: don't use `==` to compare types.
dart-lang/sdk@7b6c667863 Flow analysis: rework tracking of nullability.
dart-lang/sdk@c2e78e83c6 Flow analysis: fix and unit test joinPromoted.
dart-lang/sdk@7976bea0df Add `?` suffixes to flow analysis tests.
dart-lang/sdk@507f404361 Flow analysis: always supply a type parameter for FunctionBodyAccess.
dart-lang/sdk@851eaad61a Flow analysis: Rename Element to Variable.
dart-lang/sdk@842812dd0b Flow analysis: Remove unnecessary arg to ifStatement_thenBegin
dart-lang/sdk@0faa3b7153 Flow analysis: Remove hack preventing variables showing as both nullable and non-nullable.
2019-07-23 17:00:42 -07:00
skia-flutter-autoroll
d6e1a93e27
Roll src/third_party/skia e11dfd3da4d7..829144cc76fe (4 commits) ( #10072 )
...
https://skia.googlesource.com/skia.git
/compare/e11dfd3da4d7..829144cc76fe
git log e11dfd3da4d7d110af7b5360b785351fa94adc2f..829144cc76fe7c4e80cc7d6498ff895a0bddbb62 --date=short --no-merges --format=%ad %ae %s
2019-07-23 brianosman@google.com Better bot coverage for (Vk, Mtl) x MSAA
2019-07-23 mtklein@google.com only need to hoist one register per tbl imm
2019-07-23 robertphillips@google.com Address TODO in testing code (i.e., cleanup create_backend_texture)
2019-07-23 mtklein@google.com skvmtool upgrades
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 (borenet@google.com ), and stop
the roller if necessary.
2019-07-23 18:20:41 -04:00
skia-flutter-autoroll
d595af6818
Roll fuchsia/sdk/core/linux-amd64 from XqtWTBni4xpYCTr7gqU7rFTuXNY1TZ_zOqBJrZM8c_kC to S_24mhItBb7pfUof8zsJPPSctC7xdlfjDEXEtyO25GYC ( #10071 )
...
Roll fuchsia/sdk/core/linux-amd64 from XqtWTBni4xpYCTr7gqU7rFTuXNY1TZ_zOqBJrZM8c_kC to S_24mhItBb7pfUof8zsJPPSctC7xdlfjDEXEtyO25GYC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-23 18:09:24 -04:00
skia-flutter-autoroll
8edd257c41
Roll fuchsia/sdk/core/linux-amd64 from M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC to XqtWTBni4xpYCTr7gqU7rFTuXNY1TZ_zOqBJrZM8c_kC ( #10061 )
...
Roll fuchsia/sdk/core/linux-amd64 from M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC to XqtWTBni4xpYCTr7gqU7rFTuXNY1TZ_zOqBJrZM8c_kC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-23 14:38:23 -04:00
skia-flutter-autoroll
e32bdf5c3a
Roll src/third_party/skia 00c680d2bb7c..e11dfd3da4d7 (18 commits) ( #10062 )
...
https://skia.googlesource.com/skia.git
/compare/00c680d2bb7c..e11dfd3da4d7
git log 00c680d2bb7c4f86e0d075b3e6bf0eb4b32fb433..e11dfd3da4d7d110af7b5360b785351fa94adc2f --date=short --no-merges --format=%ad %ae %s
2019-07-23 brianosman@google.com Always include surface origin in keys for program/pipeline state
2019-07-23 robertphillips@google.com Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2)
2019-07-23 jlavrova@google.com Fixing the build
2019-07-23 reed@google.com refactor paragraph samples
2019-07-23 bsalomon@google.com Add driver workaround to avoid noperspective on QC with ver 3.1 or earlier
2019-07-23 reed@google.com remove default looper flag, rely on clients to opt-in
2019-07-23 fmalita@chromium.org [sksg] Fix setVisible() invalidation
2019-07-22 bsalomon@google.com Lift GrRenderTargetContext::rescale to GrSufaceContext
2019-07-23 brianosman@google.com Fix a couple potential bugs when adding sampler info to a program key
2019-07-22 bsalomon@google.com Remove sample count from GrSurfaceDesc.
2019-06-21 jlavrova@google.com The current version...
2019-07-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 9ec3f51d11d9..02407743bd72 (12 commits)
2019-07-23 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-07-23 csmartdalton@google.com Revert "ccpr: Unblacklist Radeon in MSAA mode"
2019-07-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-22 reed@google.com add 'r'epeat option sans the HUD (to not complicate the profile)
2019-07-22 mtklein@google.com hoist tbl masks
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 (borenet@google.com ), and stop
the roller if necessary.
2019-07-23 14:23:51 -04:00
skia-flutter-autoroll
1f3013163d
Roll src/third_party/skia 6dc14ded91ea..00c680d2bb7c (10 commits) ( #10011 )
...
https://skia.googlesource.com/skia.git
/compare/6dc14ded91ea..00c680d2bb7c
git log 6dc14ded91ea72c9b7bb8c89453c377be3236c89..00c680d2bb7c4f86e0d075b3e6bf0eb4b32fb433 --date=short --no-merges --format=%ad %ae %s
2019-07-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-22 rmistry@google.com Fix G3 compile bot
2019-07-22 mtklein@google.com let JIT code hoist when possible
2019-07-22 csmartdalton@google.com ccpr: Unblacklist Radeon in MSAA mode
2019-07-22 reed@google.com Reland "hide drawlooper from paint"
2019-07-22 ethannicholas@google.com fixed SkSL handling of constant arrays
2019-07-22 mtklein@google.com move hoist analysis back into Builder
2019-07-22 fmalita@chromium.org [skottie-wasm-perf] Don't redraw unchanged frames
2019-07-22 fmalita@chromium.org [canvaskit] Return damage rect from ManagedAnimation::seek()
2019-07-22 borenet@google.com Fix Lua DEPS
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 (borenet@google.com ), and stop
the roller if necessary.
2019-07-22 18:23:20 -04:00
skia-flutter-autoroll
1c5e5b36fe
Roll fuchsia/sdk/core/linux-amd64 from tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC to M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC ( #10008 )
...
Roll fuchsia/sdk/core/linux-amd64 from tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC to M5an7VPM8DiCcNcKe6J0CkAtLk8X9oMeJUqGOrZATIsC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-22 17:09:35 -04:00
Matt Carroll
3aaeca3a57
Android Embedding Refactor PR36: Add splash screen support. ( #9525 )
2019-07-22 14:01:34 -07:00
skia-flutter-autoroll
d6970bf36a
Roll src/third_party/skia ebab03ffbffb..6dc14ded91ea (6 commits) ( #10005 )
...
https://skia.googlesource.com/skia.git
/compare/ebab03ffbffb..6dc14ded91ea
git log ebab03ffbffbab2bc61bd125af407961e71e18e4..6dc14ded91ea72c9b7bb8c89453c377be3236c89 --date=short --no-merges --format=%ad %ae %s
2019-07-22 robertphillips@google.com Revert "hide drawlooper from paint"
2019-07-22 fmalita@chromium.org [skottie] Expose SG inval controller on seek()
2019-07-22 reed@google.com hide drawlooper from paint
2019-07-22 csmartdalton@google.com ccpr: Disable msaa backend on PowerVR
2019-07-22 senorblanco@chromium.org Update to Dawn ToT.
2019-07-18 enne@chromium.org Add API for glyph cache read failures
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 (borenet@google.com ), and stop
the roller if necessary.
2019-07-22 14:21:53 -04:00
Ben Konyi
68d269e0ae
Roll src/third_party/dart a089199b93..fedd74669a (8 commits) ( #10001 )
...
dart-lang/sdk@fedd74669a [vm/bytecode] Support multiple entry points when compiling from bytecode
dart-lang/sdk@9cd47ac2e6 [dart2js] new-rti: Generate correct $signature functions for closures
dart-lang/sdk@ebc180be95 [dart/vm] Fix bug on missed exception in AOT
dart-lang/sdk@1014272f3b Extent 'alignment' property, copy from Align, virtual Container.
dart-lang/sdk@75f6822c70 fix for unnamed extensions
dart-lang/sdk@3756fa6964 [vm] Fix remaining AssemblyImageWriter issues for simarm_x64
dart-lang/sdk@1ddb120eaa [vm/bytecode] Improve bytecode debugger.
dart-lang/sdk@4fc387f27e Update doc the generator to convert code blocks
2019-07-22 10:39:30 -07:00
skia-flutter-autoroll
a004a6ed50
Roll fuchsia/sdk/core/linux-amd64 from FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC to tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC ( #10000 )
...
Roll fuchsia/sdk/core/linux-amd64 from FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC to tY_fod_tTCLft3FAUUxCP_HdLIahaJJK4WCXOA7nNGQC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-22 13:37:58 -04:00
skia-flutter-autoroll
d1cba30a7d
Roll src/third_party/skia 7c01208e7800..ebab03ffbffb (1 commits) ( #9997 )
...
https://skia.googlesource.com/skia.git
/compare/7c01208e7800..ebab03ffbffb
git log 7c01208e7800c3b2d0eab77340957f6333f938cc..ebab03ffbffbab2bc61bd125af407961e71e18e4 --date=short --no-merges --format=%ad %ae %s
2019-07-22 robertphillips@google.com Add Ganesh support for LUM16F (take 2)
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 (borenet@google.com ), and stop
the roller if necessary.
2019-07-22 10:45:38 -04:00
skia-flutter-autoroll
8855ffd8ec
Roll fuchsia/sdk/core/linux-amd64 from Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC to FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC ( #9996 )
...
Roll fuchsia/sdk/core/linux-amd64 from Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC to FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-22 08:32:04 -04:00
skia-flutter-autoroll
1b6ee8c27d
Roll src/third_party/skia ba35d079524b..7c01208e7800 (1 commits) ( #9995 )
...
https://skia.googlesource.com/skia.git
/compare/ba35d079524b..7c01208e7800
git log ba35d079524b5330380c0468cf47a6bb3664f011..7c01208e7800c3b2d0eab77340957f6333f938cc --date=short --no-merges --format=%ad %ae %s
2019-07-22 csmartdalton@google.com Temporarily disable MSAA CCPR on AMD and QC
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 (borenet@google.com ), and stop
the roller if necessary.
2019-07-22 05:54:24 -04:00
skia-flutter-autoroll
849fe73170
Roll fuchsia/sdk/core/linux-amd64 from LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC to Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC ( #9994 )
...
Roll fuchsia/sdk/core/linux-amd64 from LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC to Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-22 04:53:43 -04:00
skia-flutter-autoroll
c7ed23a756
Roll src/third_party/skia 056bdda97a83..ba35d079524b (5 commits) ( #9992 )
...
https://skia.googlesource.com/skia.git
/compare/056bdda97a83..ba35d079524b
git log 056bdda97a8353d2dc30510b07211271359ba0b1..ba35d079524b5330380c0468cf47a6bb3664f011 --date=short --no-merges --format=%ad %ae %s
2019-07-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6a02f06dfd4e..9ec3f51d11d9 (12 commits)
2019-07-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ee98b422d004..ec63fbe9c453 (5 commits)
2019-07-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e02114c8fa90..5c3e9d87e194 (477 commits)
2019-07-21 csmartdalton@google.com ccpr: Fix debug counters for stencil resolve instances
2019-07-20 reed@google.com simplify how we call apply
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 (borenet@google.com ), and stop
the roller if necessary.
2019-07-22 02:17:04 -04:00
skia-flutter-autoroll
b384ce8f5b
Roll fuchsia/sdk/core/linux-amd64 from 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC to LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC ( #9990 )
...
Roll fuchsia/sdk/core/linux-amd64 from 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC to LzAZ73b7HYPMtDJnxjnYwMBuiVP6TsVmWIQb9xud4MEC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-22 01:21:45 -04:00
skia-flutter-autoroll
5b7c0089e3
Roll fuchsia/sdk/core/linux-amd64 from XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC to 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC ( #9982 )
...
Roll fuchsia/sdk/core/linux-amd64 from XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC to 3y8oGujcy9aTj2lCGSzNVsho-P-bpHKb232KAEfVeUkC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-21 18:55:02 -04:00
skia-flutter-autoroll
576fea92a5
Roll fuchsia/sdk/core/linux-amd64 from NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC to XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC ( #9981 )
...
Roll fuchsia/sdk/core/linux-amd64 from NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC to XblLr-Z5sgUUhC-LBbHZvqPJ6_WU8TvGqp0iWXzqs7sC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-21 15:18:43 -04:00
skia-flutter-autoroll
3e8d96bc5c
Roll fuchsia/sdk/core/linux-amd64 from Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC to NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC ( #9980 )
...
Roll fuchsia/sdk/core/linux-amd64 from Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC to NyebqfNgs14SKX5MfRRJqlYDx_SmsA0-9Y44MvmZF4cC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-21 11:46:05 -04:00
skia-flutter-autoroll
fc68f6abc2
Roll fuchsia/sdk/core/linux-amd64 from aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC to Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC ( #9979 )
...
Roll fuchsia/sdk/core/linux-amd64 from aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC to Xq3lmEx3UuShBJaeiufLR-fHSqxgbKzbPVFP4OwI6tYC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-21 08:15:17 -04:00
skia-flutter-autoroll
bc774f9142
Roll src/third_party/skia efe259bb2afd..056bdda97a83 (2 commits) ( #9978 )
...
https://skia.googlesource.com/skia.git
/compare/efe259bb2afd..056bdda97a83
git log efe259bb2afdd5f0e2ad76edd53e219a3fa14b4c..056bdda97a8353d2dc30510b07211271359ba0b1 --date=short --no-merges --format=%ad %ae %s
2019-07-21 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-07-21 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
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 (borenet@google.com ), and stop
the roller if necessary.
2019-07-21 04:51:23 -04:00
skia-flutter-autoroll
1fb61b0344
Roll fuchsia/sdk/core/linux-amd64 from OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC to aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC ( #9976 )
...
Roll fuchsia/sdk/core/linux-amd64 from OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC to aS7wbI2Khbg1tZ8OnisA3S1_MkmHezyAxHTYXPPjlaIC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-21 02:49:03 -04:00
skia-flutter-autoroll
9196576e3a
Roll fuchsia/sdk/core/linux-amd64 from w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C to OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC ( #9974 )
...
Roll fuchsia/sdk/core/linux-amd64 from w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C to OTgeiyD91rvjon5gklfSkUzti5kkQ4criJqpiDhoe7IC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-20 23:16:11 -04:00
skia-flutter-autoroll
d7a52516e4
Roll fuchsia/sdk/core/linux-amd64 from gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC to w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C ( #9973 )
...
Roll fuchsia/sdk/core/linux-amd64 from gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC to w8MJpcP6-8lOFwkD9oHTR0ha9RvKibpSrN6F-ulwH88C
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-20 19:42:15 -04:00
skia-flutter-autoroll
cd1d7d6399
Roll src/third_party/skia a7ad120fb6c1..efe259bb2afd (1 commits) ( #9972 )
...
https://skia.googlesource.com/skia.git
/compare/a7ad120fb6c1..efe259bb2afd
git log a7ad120fb6c12a614047e5904f78e04e1f39b1d9..efe259bb2afdd5f0e2ad76edd53e219a3fa14b4c --date=short --no-merges --format=%ad %ae %s
2019-07-20 reed@google.com add apply method to drawlooper
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 (nifong@google.com ), and stop
the roller if necessary.
2019-07-20 16:38:07 -04:00
skia-flutter-autoroll
4831990602
Roll fuchsia/sdk/core/linux-amd64 from Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC to gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC ( #9971 )
...
Roll fuchsia/sdk/core/linux-amd64 from Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC to gKsp5vROpSRBvxFeqWLrcxbN-CPGrh8jd8JV4wyPpowC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-20 16:07:43 -04:00
skia-flutter-autoroll
e7245cd7b1
Roll fuchsia/sdk/core/linux-amd64 from 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC to Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC ( #9969 )
...
Roll fuchsia/sdk/core/linux-amd64 from 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC to Hi1zcJ3r59vNGXdA57i6fhuAk02Af8p5BHwvj45cCnIC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-20 12:30:12 -04:00
skia-flutter-autoroll
2c071370a0
Roll src/third_party/skia be91f062d70e..a7ad120fb6c1 (3 commits) ( #9968 )
...
https://skia.googlesource.com/skia.git
/compare/be91f062d70e..a7ad120fb6c1
git log be91f062d70e2f317298632f172bde85255af564..a7ad120fb6c12a614047e5904f78e04e1f39b1d9 --date=short --no-merges --format=%ad %ae %s
2019-07-19 csmartdalton@google.com Fix an error check re: sample variables
2019-07-20 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-07-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com 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 (nifong@google.com ), and stop
the roller if necessary.
2019-07-20 12:01:18 -04:00
skia-flutter-autoroll
325f5b66dc
Roll fuchsia/sdk/core/linux-amd64 from i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC to 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC ( #9967 )
...
Roll fuchsia/sdk/core/linux-amd64 from i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC to 8TNm8LtekvIJNYrWK9JBsM3qONKGYnyHufXhidbBKWsC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-20 08:54:54 -04:00
skia-flutter-autoroll
fe0ffc7f61
Roll fuchsia/sdk/core/linux-amd64 from LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C to i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC ( #9966 )
...
Roll fuchsia/sdk/core/linux-amd64 from LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C to i5kNl7ZKu6X9AqpFLP4d5vDqQ4k9CtaQIk3x3WLVFxMC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-20 05:18:13 -04:00
skia-flutter-autoroll
0ac94f75a1
Roll fuchsia/sdk/core/linux-amd64 from Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C to LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C ( #9964 )
...
Roll fuchsia/sdk/core/linux-amd64 from Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C to LNYN3mEv2NJLUmZf6nGD5IWqOjDDiXpPeV2l4YWI0j8C
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-20 01:43:03 -04:00
skia-flutter-autoroll
79bb7a5831
Roll fuchsia/sdk/core/linux-amd64 from yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC to Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C ( #9960 )
...
Roll fuchsia/sdk/core/linux-amd64 from yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC to Hjo8G2HMO-S2RkQO8NOJNFH9t9QlspYq810NONDB8e0C
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-19 21:42:58 -04:00
skia-flutter-autoroll
b56e1ad798
Roll src/third_party/skia 4a13119a60e2..be91f062d70e (3 commits) ( #9956 )
...
https://skia.googlesource.com/skia.git
/compare/4a13119a60e2..be91f062d70e
git log 4a13119a60e25c75c4c4d6d99d852f3e8b3346e1..be91f062d70e2f317298632f172bde85255af564 --date=short --no-merges --format=%ad %ae %s
2019-07-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-19 mtklein@google.com add some ideas as TODOs
2019-07-19 csmartdalton@google.com ccpr: Add an MSAA atlas mode
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 (nifong@google.com ), and stop
the roller if necessary.
2019-07-19 20:27:35 -04:00
Siva
61e2ba1db4
Roll src/third_party/dart 63120303a7...a089199b93 ( #9951 )
...
dart-lang/sdk@a089199b93 Fix for issue 37494
dart-lang/sdk@2faee21edb diagnostic for static extension member access
dart-lang/sdk@c6f3d972b8 [vm] Support flushing icache on all ARM platforms.
dart-lang/sdk@48d92b3176 [vm/ffi] Fix GC relocation bug
dart-lang/sdk@fbf13f561f [benchmarks/ffi] Add micro and macro benchmarks for dart:ffi
dart-lang/sdk@c1bb024479 Basic support for Container.alignment property.
dart-lang/sdk@634aa461a0 remove extension field checks
dart-lang/sdk@760c3a0006 Store the declared element locally for unnamed extensions
dart-lang/sdk@d114c96920 [dart2js] new-rti: Use recipes in types table
dart-lang/sdk@09418f4402 [vm/tests] Re-enable tests for multiple entry points, take 2.
dart-lang/sdk@395e074899 [vm] When clearing ICData, also reset the megamorphic bit.
dart-lang/sdk@be36a031c6 [dart2js] Support user-defined 'operator >>>'
dart-lang/sdk@38deecec39 Revert "[vm/tests] Re-enable tests for multiple entry points"
dart-lang/sdk@6e34c365c8 [analyzer] update the package:analyzer pubspec description
dart-lang/sdk@6bc8f0ee9b Update to latest package:watcher
dart-lang/sdk@07e5b20ec9 Insert new named arguments sorted.
dart-lang/sdk@00eb034de7 [vm/tests] Re-enable tests for multiple entry points
dart-lang/sdk@d57ebb0e1c Fix reporting FLUTTER_GET_WIDGET_DESCRIPTION_NO_WIDGET.
dart-lang/sdk@2d4973ca17 Format the function body containing the updated property.
dart-lang/sdk@ddc9b9d492 [analyzer] tweaks to the dartfix UI
dart-lang/sdk@54bd280070 Treat dynamic and void as if they were in the SDK
dart-lang/sdk@b0463ea7e0 Add DartFileEditBuilder.format(SourceRange)
dart-lang/sdk@89a17f218b Make getDescription() async.
dart-lang/sdk@bcc8de64f1 Reveal the TransferableTypedData description
dart-lang/sdk@5ce47abf86 extension type bounds instantiation (and failing param type test)
dart-lang/sdk@61dfbf6816 Change DartFileEditBuilderImpl to work with full ResolvedUnitResult.
dart-lang/sdk@fd38424fa4 [dartdevc] Immediately throw when encountering an unevaluated constant
dart-lang/sdk@873cc9a787 [dart/vm] peek prior to constant class evaluation
dart-lang/sdk@ddafed27cb Support for enum values.
dart-lang/sdk@e1e3daa52d [dartdevc] Add `--summarize-text` flag to ddb script and pass through to DDK
dart-lang/sdk@d32a4dbe57 Minor updates to existing docs
dart-lang/sdk@3a7101e16b Support TouchEvents and PointerEvent, also fixed innerText.
dart-lang/sdk@6dfd5766de error code for ambiguous extension method accesses
2019-07-19 17:04:17 -07:00
skia-flutter-autoroll
b1276efa77
Roll fuchsia/sdk/core/linux-amd64 from kKw24ZxMzd4Hx6mCaVBSxBJxx7wIKmxP8txe9Cp0dxIC to yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC ( #9955 )
...
Roll fuchsia/sdk/core/linux-amd64 from kKw24ZxMzd4Hx6mCaVBSxBJxx7wIKmxP8txe9Cp0dxIC to yCNSGMzcBMQzda_aHXqXWoW1cLSen0AL64orTFH-qHcC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-19 18:07:16 -04:00
skia-flutter-autoroll
ede88d7dfc
Roll src/third_party/skia aa861a1907a1..4a13119a60e2 (9 commits) ( #9950 )
...
https://skia.googlesource.com/skia.git
/compare/aa861a1907a1..4a13119a60e2
git log aa861a1907a17c0a1033509b5c33983a819b2bb7..4a13119a60e25c75c4c4d6d99d852f3e8b3346e1 --date=short --no-merges --format=%ad %ae %s
2019-07-19 mtklein@google.com always fma in mad_f32()
2019-07-19 senorblanco@chromium.org Update Dawn backend to Skia ToT: GrRenderTarget, onCreateTexture.
2019-07-19 bsalomon@google.com Move GrProtected off GrSurfaceDesc and pass separately.
2019-07-19 fmalita@chromium.org [svgcanvas] Consolidate constant-Y text positions
2019-07-19 borenet@google.com [infra] Move SKQP recipe test to correct recipe
2019-07-19 borenet@google.com [infra] swarm_recipe.isolate shouldn't need infrabots.isolate
2019-07-19 mtklein@google.com add sli.4s, use it in pack sometimes
2019-07-19 mtklein@google.com restore aarch64 JIT
2019-07-19 brianosman@google.com Disable MSAA on older Intel GPUs w/Vulkan
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 (nifong@google.com ), and stop
the roller if necessary.
2019-07-19 16:50:09 -04:00
skia-flutter-autoroll
971c3f24a6
Roll fuchsia/sdk/core/linux-amd64 from XG_fYb35A8mJpnMG_I9iBm7yHJyNZYZRgG69a88us_sC to kKw24ZxMzd4Hx6mCaVBSxBJxx7wIKmxP8txe9Cp0dxIC ( #9947 )
...
Roll fuchsia/sdk/core/linux-amd64 from XG_fYb35A8mJpnMG_I9iBm7yHJyNZYZRgG69a88us_sC to kKw24ZxMzd4Hx6mCaVBSxBJxx7wIKmxP8txe9Cp0dxIC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-19 14:34:20 -04:00
gaaclarke
3d7f93a2e7
Removed logic from FlutterAppDelegate into FlutterPluginAppLifeCycleDelegate ( #9893 )
...
Removed logic from FlutterAppDelegate into
FlutterPluginAppLifeCycleDelegate. This is a better place for
add-to-app since it doesn't require them to use our app delegate.
2019-07-19 10:58:39 -07:00
skia-flutter-autoroll
f41be3ea62
Roll src/third_party/skia 58d1f76fc008..aa861a1907a1 (7 commits) ( #9946 )
...
https://skia.googlesource.com/skia.git
/compare/58d1f76fc008..aa861a1907a1
git log 58d1f76fc00847f75ea93379eef9326f0f80ee58..aa861a1907a17c0a1033509b5c33983a819b2bb7 --date=short --no-merges --format=%ad %ae %s
2019-07-19 michaelludwig@google.com Change SkMatrix::decomposeScale to use preScale
2019-07-19 mtklein@google.com small cleanups
2019-07-19 robertphillips@google.com Revert "Add Ganesh support for LUM16F"
2019-07-19 robertphillips@google.com Add Ganesh support for LUM16F
2019-07-19 bsalomon@google.com Add temporary constructor to GrVkImageInfo to allow Chrome to compile.
2019-07-19 ethannicholas@google.com fixed internal error when parsing invalid SkSL code
2019-07-19 fmalita@chromium.org [SkSVGCanvas] Add flag for converting text to paths
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 (nifong@google.com ), and stop
the roller if necessary.
2019-07-19 13:10:54 -04:00
skia-flutter-autoroll
a1faebb8fb
Roll fuchsia/sdk/core/linux-amd64 from IPgI5Uh4rIZ4zNfAV1_ynC4dGmFLexAW1L9czHUyjowC to XG_fYb35A8mJpnMG_I9iBm7yHJyNZYZRgG69a88us_sC ( #9945 )
...
Roll fuchsia/sdk/core/linux-amd64 from IPgI5Uh4rIZ4zNfAV1_ynC4dGmFLexAW1L9czHUyjowC to XG_fYb35A8mJpnMG_I9iBm7yHJyNZYZRgG69a88us_sC
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
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.
2019-07-19 11:01:08 -04:00
skia-flutter-autoroll
309ad63e67
Roll src/third_party/skia 95528752e2bd..58d1f76fc008 (1 commits) ( #9944 )
...
https://skia.googlesource.com/skia.git
/compare/95528752e2bd..58d1f76fc008
git log 95528752e2bdb82b808d8ed172e7c19beffc547d..58d1f76fc00847f75ea93379eef9326f0f80ee58 --date=short --no-merges --format=%ad %ae %s
2019-07-19 borenet@google.com Reland "[infra] Make most builds idempotent"
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 (nifong@google.com ), and stop
the roller if necessary.
2019-07-19 09:31:34 -04:00
skia-flutter-autoroll
d852e8a64c
Roll src/third_party/skia 19547c91b983..95528752e2bd (1 commits) ( #9943 )
...
https://skia.googlesource.com/skia.git
/compare/19547c91b983..95528752e2bd
git log 19547c91b9837eeff1c5005dd7b047bb151fb628..95528752e2bdb82b808d8ed172e7c19beffc547d --date=short --no-merges --format=%ad %ae %s
2019-07-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e9111885702e..6a02f06dfd4e (8 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 (nifong@google.com ), and stop
the roller if necessary.
2019-07-19 05:54:22 -04:00
skia-flutter-autoroll
5467f6f630
Roll src/third_party/skia bf1d4effe171..19547c91b983 (4 commits) ( #9942 )
...
https://skia.googlesource.com/skia.git
/compare/bf1d4effe171..19547c91b983
git log bf1d4effe17191b7ce5537ed43421cec34496bfb..19547c91b9837eeff1c5005dd7b047bb151fb628 --date=short --no-merges --format=%ad %ae %s
2019-07-19 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-07-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a87860686ec4..e02114c8fa90 (407 commits)
2019-07-18 mtklein@google.com assign tmp and dst only as needed
2019-07-17 nigeltao@google.com Remove deprecated Wuffs io_buffer::reader calls
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 (nifong@google.com ), and stop
the roller if necessary.
2019-07-19 02:12:54 -04:00
skia-flutter-autoroll
15797da86f
Roll src/third_party/skia de71a74fc40e..bf1d4effe171 (5 commits) ( #9940 )
...
https://skia.googlesource.com/skia.git
/compare/de71a74fc40e..bf1d4effe171
git log de71a74fc40ed544ce699397f71083d60e023c48..bf1d4effe17191b7ce5537ed43421cec34496bfb --date=short --no-merges --format=%ad %ae %s
2019-07-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-18 mtklein@google.com Reland "more JIT refactoring"
2019-07-18 mtklein@google.com Revert "more JIT refactoring"
2019-07-18 mtklein@google.com more JIT refactoring
2019-07-18 brianosman@google.com Reland "Interpreter: Bounds check array access, add bool return from run"
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 (nifong@google.com ), and stop
the roller if necessary.
2019-07-18 22:07:52 -04:00
Chinmay Garde
9bb1b89cb0
Update libcxx & libcxxabi to HEAD in prep for compiler upgrade. ( #9906 )
2019-07-18 15:47:43 -07:00
skia-flutter-autoroll
cad5cc2962
Roll src/third_party/skia 3e6aa9f52839..de71a74fc40e (11 commits) ( #9930 )
...
https://skia.googlesource.com/skia.git
/compare/3e6aa9f52839..de71a74fc40e
git log 3e6aa9f52839cd0d80b108d18adc7fb3437f272e..de71a74fc40ed544ce699397f71083d60e023c48 --date=short --no-merges --format=%ad %ae %s
2019-07-18 benjaminwagner@google.com Revert "[infra] Make most builds idempotent"
2019-07-18 bsalomon@google.com Store protectedness on GrVkImageInfo.
2019-07-18 egdaniel@google.com Move read swizzle from GL ConfigInfo to FormatInfo.
2019-07-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-18 senorblanco@chromium.org Dawn: update to latest caps & gpu changes.
2019-07-18 borenet@google.com [infra] Make most builds idempotent
2019-07-18 reed@google.com add inverse() intrinsic function to sksl
2019-07-18 mtklein@google.com move death back into Builder::Instruction
2019-07-18 brianosman@google.com Interpreter: Fix code-gen for postfix ++/-- used only for side effect
2019-07-18 senorblanco@chromium.org First draft of Dawn backend: clears are working.
2019-07-18 halcanary@google.com gm: virtual->override
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 (nifong@google.com ), and stop
the roller if necessary.
2019-07-18 18:26:25 -04:00
skia-flutter-autoroll
cf3fd6df0b
Roll src/third_party/skia 83cfe4fa24d9..3e6aa9f52839 (6 commits) ( #9921 )
...
https://skia.googlesource.com/skia.git
/compare/83cfe4fa24d9..3e6aa9f52839
git log 83cfe4fa24d93958ad5d25f5b82f555f87b0583a..3e6aa9f52839cd0d80b108d18adc7fb3437f272e --date=short --no-merges --format=%ad %ae %s
2019-07-18 brianosman@google.com Revert "Interpreter: Bounds check array access, add bool return from run"
2019-07-18 reed@google.com return self from matrix setters to allow chaining
2019-07-17 bsalomon@google.com simplify GrCaps::initDstCopyDesc and provide default impl for non-GL subclasses.
2019-07-18 brianosman@google.com Fix always recompiling with skia_compile_processors enabled
2019-07-18 brianosman@google.com Interpreter: Bounds check array access, add bool return from run
2019-07-18 bsalomon@google.com Revert "Remove simple GrGpu::createTexture helper"
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 (nifong@google.com ), and stop
the roller if necessary.
2019-07-18 14:34:42 -04:00