skia-flutter-autoroll
0ed237c19e
Roll src/third_party/skia b6d04556c34d..dde12a25bb5e (4 commits) ( #8437 )
...
https://skia.googlesource.com/skia.git/%2Blog/b6d04556c34d..dde12a25bb5e
git log b6d04556c34db25d6d8aef4eff9c5f0a61ea3733..dde12a25bb5e05ab929590cc7b71851ee76378ec --date=short --no-merges --format=%ad %ae %s
2019-04-04 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 38969ffb5d49..3ae962179e68 (476 commits)
2019-04-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 89899748a858..43997017b0ed (9 commits)
2019-04-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 2b9fb4bf5ece..225a13016b1c (11 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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-04 03:23:54 -04:00
Ben Konyi
445ab42efc
Roll src/third_party/dart 11a3dd7332..600b2831ef (9 commits)
...
600b2831ef [dartdevc] Updating nullability inference to account for unevaluated constants
7c9d02b313 [vm/bytecode] Generate empty list literals more efficiently
bf293ea34c [vm/bytecode] Remove support for old version of bytecode format (v1)
e9f5b85492 [vm/bytecode] fixed typo in stack test
da15746f4c Update the production of training data
603a57e4c2 [vm, interpreter] Increment implicit accessor usage counts.
4d37977473 [vm/bytecode] Do not mark null-initialized instance fields as nullable too early
2f77af1c6f Fold `identical(double.nan, double.nan)` => `false` in dart2js.
f1cfcc621a [test/vm status files] Update vm status file to remove all entries related to spread and control_flow
2019-04-03 22:15:45 -07:00
skia-flutter-autoroll
49d0dc6d61
Roll src/third_party/skia 5c5de2146309..b6d04556c34d (1 commits) ( #8434 )
...
https://skia.googlesource.com/skia.git/%2Blog/5c5de2146309..b6d04556c34d
git log 5c5de21463095923adfb3349c5c794be56665395..b6d04556c34db25d6d8aef4eff9c5f0a61ea3733 --date=short --no-merges --format=%ad %ae %s
2019-04-03 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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-03 23:54:54 -04:00
Ben Konyi
4ff18fbda7
Roll src/third_party/dart f6768b6fb3..11a3dd7332 (56 commits)
...
11a3dd7332 Split up language_2/control_flow_collections/for_test.
35f45cf3f1 Remove _mainLibraryUri, replace with user-code-locations
5fffa99993 Add helper method to clear batch-mode state
0669c2cee5 fix dartfix modification of analysis options
82f8477314 Split up language_2/control_flow_collections/if_test.
e3164c9078 [vm, reload] ResetICDatas may allocate, so it cannot run during heap iteration.
26c45e78a4 [vm/compiler] Prevent incorrect caching of mutable CompileType objects as reaching types.
830ec419b6 Cleanup warnings and sort a few files
2ebdb0890f [gardening] Update flutter engine patch as DART_CHECK_VALID change is no longer needed.
dfdd974390 [vm/kernel] Pass environment defines through CompilerOptions for front-end const evaluator
dc655d9e1a [vm, bytecode] Propagate interface targets to the flow graph and ICData.
1dd6eaac56 Resolve default values.
ab065aedda Fix a potential infinite loop in type_error_test.
1dd72d4309 Revert "[vm/build] Expose is_release/is_profile so they are available in third_party gn scripts." and different fix.
e64bd9a01a [vm/compiler] Fix incorrect labeling of stack slots
fe2d66006d improve type-before-factory error message
f32db1a453 Start adding type algebra.
1d6a7bee36 rework dartfix NNBD to use FixCodeTask.processPackage
9e81e4bfe5 [vm/compiler] Move BlockBuilder from graph_intrinsifier.cc to a header.
93d0e8279a Include liveness of type arguments in supertypes in RTI needed checks computation
80b40bdbeb Add completion subscriptions to the status page
f15f9208e6 Remove !googletest from third_party/.gitignore
28734c5f23 [vm] Deoptimize when encountering uninitialized guard state for final field in optimized code.
9f3e9f37a0 [cfe] Make checks on individual leaves of collection element sub-trees
fad85a6bfa Broken test fixes
54783db99c [cfe] Ensure that `await for` elements are marked async
592aee4838 Revert "Reland "Temporary revert of two changes which potentially caused performance regressions in Flutter.""
debd918696 Reland "Temporary revert of two changes which potentially caused performance regressions in Flutter."
0368adee9d [infra] Switch benchmark builders to Ubuntu 16.04.
8754eb128c Test bytecode benchmarks when built with bytecode support.
dbb6bf0237 [cfe] Ensure that async for map entries are marked
78fca5b2fa Include liveness of type argument in supertypes in RTI needed checks computation
9a2b222cba [infra] dart_sdk builder script won't upload from tryjobs
e1e5bb59c9 [cfe] Check that the condition in if-elements is a bool
c5f1614bcc [fasta] Don't use invalidCollectionElement when ui-as-code is enabled
cc0997f1bc Compute 'isSimplyBounded' for generic classes and typedefs.
efa9b9da99 [gardening] Patch flutter engine to fix flutter hhh build.
7f09c40db4 Add builder tag to dart2js-production-*-d8 and mark language_2/control_flow_collections/for_test as Crash on dart2js-production-linux-d8.
33fb2431c0 changelog: remove linter details that don't affect SDK users
dc9370a07d [vm/runtime] Create separate background compilation queues for optimized and unoptimized compilations.
f3aaf8a770 [vm/build] Expose is_release/is_profile so they are available in third_party gn scripts.
d63d0b4bcd Revert "Temporary revert of two changes which potentially caused performance regressions in Flutter."
49c94d3600 Temporary revert of two changes which potentially caused performance regressions in Flutter.
5f03a9a07e Fix lints in summary generator: setter types, star-slash docs
d77a6064a9 [vm, profiler] Improve profiler stacks and VM backtraces.
335a854696 Implement JavaScript semantics for frontend constant folding.
9f59f46650 Fix an exception in the changeArgumentName quick fix (issue 36440)
0d0f5916f7 Issue 36439. Fix for incomplete generic type alias, without function type.
3379eefd5f [vm] Remove DART_CHECK_VALID; add check for a current isolate to Dart_PropagateError.
3782887c37 [gardening] Update flutter glfw-disabling patch
5bbfc06b83 [vm/build] Pass predefined environment variables to compile_platform.
2ee8bb87e4 Remove control flow collections test skips for all platforms
8fb77ec84d [vm/bytecode] Preliminary support for new language features in bytecode
8aabbf39e5 Move last meta-based hint code tests to diagnostics:
6d934b94c5 [vm, service] Remove _getCrashDump.
50d4e489d4 Fix type comparisons in language_2/control_flow_collections.
2019-04-03 18:32:22 -07:00
skia-flutter-autoroll
7b831986f4
Roll src/third_party/skia 2273c900ea28..5c5de2146309 (5 commits) ( #8432 )
...
https://skia.googlesource.com/skia.git/%2Blog/2273c900ea28..5c5de2146309
git log 2273c900ea2888ac659dbcdfe6e6d1cd2cf76177..5c5de21463095923adfb3349c5c794be56665395 --date=short --no-merges --format=%ad %ae %s
2019-04-03 reed@google.com no more legacy enum references
2019-04-03 halcanary@google.com Fix SkTypeface_Mac::getGlyphToUnicodeMap
2019-04-03 fmalita@chromium.org [skottie] Fix gradient ramp for non-solid layers
2019-04-03 ethannicholas@google.com fix SkSL constant comparisons involving negated vectors
2019-04-03 ethannicholas@google.com fixed error reporting in SkSL->Metal
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-03 20:31:36 -04:00
Chinmay Garde
800ea0a403
Revert "Enable shutting down all root isolates in a VM. ( #8402 )" ( #8431 )
...
This reverts commit b59c4436ce9fb8aa09bad6eb5ca729350a3ab272.
2019-04-03 17:08:56 -07:00
Chinmay Garde
b59c4436ce
Enable shutting down all root isolates in a VM. ( #8402 )
2019-04-03 15:44:29 -07:00
skia-flutter-autoroll
20190d707a
Roll src/third_party/skia fbe240669394..2273c900ea28 (13 commits) ( #8428 )
...
https://skia.googlesource.com/skia.git/%2Blog/fbe240669394..2273c900ea28
git log fbe240669394715ee2f3e9f85407dad241eca262..2273c900ea2888ac659dbcdfe6e6d1cd2cf76177 --date=short --no-merges --format=%ad %ae %s
2019-04-03 herb@google.com GM for SkOverdrawCanvas
2019-03-30 csmartdalton@google.com Add a cap to allow coverage counting or not
2019-03-27 mtklein@google.com set PNG compression level back to 1
2019-04-03 csmartdalton@google.com Rename GrPipeline::Flags to GrPipeline::InputFlags
2019-04-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-03 robertphillips@google.com Reset GrVkCommandBuffer's work status in end()
2019-04-03 herb@google.com Remove SkFindAndPlaceGlyph from gn
2019-04-02 bsalomon@google.com Track the number of resources that would become purgeable after flush in GrResourceCache.
2019-04-03 brianosman@google.com Fix the GLSL persistent cache (and add a config to test it)
2019-04-03 michaelludwig@google.com Support strict constraints for bulk texture sets
2019-04-03 halcanary@google.com SkMD5 returns digest
2019-04-03 herb@google.com Move overdraw canvas to using new painter
2019-04-03 mtklein@google.com split cpu+gpu work queues
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-03 17:03:54 -04:00
Chinmay Garde
7e38b0aa23
Revert "Revert "Separate the data required to bootstrap the VM into its own class. ( #8397 )" ( #8406 )" ( #8414 )
...
This reverts commit f7b4903d7c9913447af3aaebc4308d1a1e2a4dde.
2019-04-03 13:38:12 -07:00
skia-flutter-autoroll
d8bb9d793b
Roll src/third_party/skia 176da0bb8a10..fbe240669394 (9 commits) ( #8424 )
...
https://skia.googlesource.com/skia.git/%2Blog/176da0bb8a10..fbe240669394
git log 176da0bb8a1002d2fe4c4edf4ce9fde609bda256..fbe240669394715ee2f3e9f85407dad241eca262 --date=short --no-merges --format=%ad %ae %s
2019-04-03 brianosman@google.com Reland "Remove the NullGL interface (and associated test context)"
2019-04-03 mtklein@google.com support comments
2019-04-03 mtklein@google.com add --legacy to fm, legacy=true to fm_bot
2019-04-03 mtklein@google.com -script - for stdin
2019-04-03 reed@google.com Use SkTileMode instead of nested enum
2019-04-03 mtklein@google.com don't have fm_bot send fm empty sources to run
2019-04-01 mvujovic@adobe.com Reland "Inset blur domain a tiny bit to prevent certain GPUs from sampling transparent black from scratch textures."
2019-04-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-02 mtklein@google.com GrContext abandon: fail -> skip
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-03 13:29:35 -04:00
skia-flutter-autoroll
309d078b59
Roll src/third_party/skia e25b4472cdd9..176da0bb8a10 (10 commits) ( #8422 )
...
https://skia.googlesource.com/skia.git/%2Blog/e25b4472cdd9..176da0bb8a10
git log e25b4472cdd9f09cd393c9c34651218507c9847b..176da0bb8a1002d2fe4c4edf4ce9fde609bda256 --date=short --no-merges --format=%ad %ae %s
2019-04-03 mtklein@google.com tiny tweak: no need to reload lottie files
2019-04-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b3f3a36219a1..38969ffb5d49 (477 commits)
2019-04-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6cb0cff57376..89899748a858 (11 commits)
2019-04-02 bsalomon@google.com Control access to adding ref to a GrGpuResource when it's ref count is zero.
2019-04-02 ethannicholas@google.com added support for half input variables in SkSL fragment processors
2019-04-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 459453a96257..2b9fb4bf5ece (7 commits)
2019-04-02 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-02 fmalita@chromium.org [skottie] Add support for (non-standard) v-centered text
2019-04-03 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-02 mtklein@google.com have FM run GMs in command line order
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-03 09:58:54 -04:00
skia-flutter-autoroll
cc115500b9
Roll src/third_party/skia c9eeab3d85b9..e25b4472cdd9 (1 commits) ( #8420 )
...
https://skia.googlesource.com/skia.git/%2Blog/c9eeab3d85b9..e25b4472cdd9
git log c9eeab3d85b9c85e49a4d8228ba7468072e2bb0d..e25b4472cdd9f09cd393c9c34651218507c9847b --date=short --no-merges --format=%ad %ae %s
2019-04-02 reed@google.com Move SkTileModes to top level
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-02 22:51:49 -04:00
skia-flutter-autoroll
20e45996d6
Roll src/third_party/skia 71c0e9422038..c9eeab3d85b9 (4 commits) ( #8418 )
...
https://skia.googlesource.com/skia.git/%2Blog/71c0e9422038..c9eeab3d85b9
git log 71c0e94220380f4cbb3a8ba462ef9036fa7ab1ff..c9eeab3d85b9c85e49a4d8228ba7468072e2bb0d --date=short --no-merges --format=%ad %ae %s
2019-04-02 bungeman@google.com Remove Skia version number.
2019-04-02 mtklein@google.com update some FM flags
2019-04-02 michaelludwig@google.com Do not lose existing paint shaders when drawing alpha images
2019-04-02 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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-02 19:21:39 -04:00
Ben Konyi
77d8e12e99
Roll src/third_party/dart 14fd3b7d6a..f6768b6fb3 (5 commits)
...
f6768b6fb3 Update the data version to prevent the use of outdated cached data
8fee2596e5 Remove some unused front_end dependencies
725c070632 report error on type reference before factory keyword
ff99692175 dartfix update analysis options to enable NNBD
aed696cea7 [infra] Update checked in SDKs to 2.2.1-dev.3.0
2019-04-02 13:43:13 -07:00
skia-flutter-autoroll
4a8c7dceeb
Roll src/third_party/skia f2d9b865d736..71c0e9422038 (13 commits) ( #8413 )
...
https://skia.googlesource.com/skia.git/%2Blog/f2d9b865d736..71c0e9422038
git log f2d9b865d73631d0052a323558b3c083f7e05188..71c0e94220380f4cbb3a8ba462ef9036fa7ab1ff --date=short --no-merges --format=%ad %ae %s
2019-04-02 mtklein@google.com We don't actually use thesee extensions with GLES
2019-04-02 bsalomon@google.com Revert "Inset blur domain a tiny bit to prevent certain GPUs from sampling transparent black from scratch textures."
2019-04-02 mtklein@google.com add skottie support to fm
2019-04-02 mtklein@google.com allow skipped source/backend pairs in fm
2019-04-02 jvanverth@google.com Fix some more Metal and iOS leaks
2019-04-02 brianosman@google.com Initialize renderability in GrMockOptions
2019-03-29 egdaniel@google.com Remove read access flags from src of memory barriers.
2019-04-02 robertphillips@google.com Add tracking of work to GrVkCommandBuffer
2019-04-02 brianosman@google.com Remove samples that aren't built
2019-04-02 mtklein@google.com allow GMs to fail in DM
2019-04-02 brianosman@google.com Remove redundant setup code in readSurfacePixels
2019-04-02 jvanverth@google.com Updates to iOS build
2019-04-01 herb@google.com Refactor main GPU glyph decisions
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-02 15:52:31 -04:00
Ben Konyi
5f77114495
Roll src/third_party/dart 75b2f9f919..14fd3b7d6a (23 commits)
...
14fd3b7d6a Report errors on invalid constants in == and !=
4a1b153fe1 [cfe] Enable type promotion in if-elements of literal collections
45bd79c119 [cfe] Fix inference on variable declarations in for-elements
71a3649a5a [cfe] Assume invocations are dead if they aren't reached by type inference
d320f42542 [CFE] Remove redundant null checks in constant evaluator.
405bd06725 [VM] Refactors metrics variables to avoid multiple instances per compiled unit.
3a93cf9464 Update dart_style to 1.2.5.
8ce2d7a4e1 [CFE] Better error messages on errors with user definable operators
c71888d537 [cfe] Async translation of block expressions
28e658814f [dartdevc] Implementing collection concatenation
057497e57b Revert "[vm/runtime] Create separate background compilation queues for optimized and unoptimized compilations."
ba473d579f Unskip co19_2/Control-flow-collections for dart2js.
bcb6df13b9 [vm/runtime] Create separate background compilation queues for optimized and unoptimized compilations.
bfb99d146d [dartdevc] Adding superclass constraints to mixin init
c26f1c6bf7 Do not assume stack trace is not null
9325a3122c [infra] Add missing out directories to the "vm-kernel" fileset.
c2f014064e [vm/debugger] Ensure TopLevel class is finalized when setting breakpoint
e979895efb Revert "[vm] Repair the resolver abstraction."
dd7a6320e3 Rework the way Dartdoc template information is gathered
bb0dc80550 [gardening] Rename flutter engine patch to catch up with roll
010f3e91fa [gardening] Follow-up to temp disable flutter engine gl build
0d0857ca98 [gardening] Temporarily disable flutter engine gl build to unbreak hhh buildbot
0fdaec1b8e [ Service ] Removed extra print statement in test
2019-04-02 10:06:18 -07:00
skia-flutter-autoroll
853ac1bdfa
Roll src/third_party/skia 70d8f4f3acbb..f2d9b865d736 (11 commits) ( #8408 )
...
https://skia.googlesource.com/skia.git/%2Blog/70d8f4f3acbb..f2d9b865d736
git log 70d8f4f3acbbbc6fbce0e1f1753ba475f2c52dac..f2d9b865d73631d0052a323558b3c083f7e05188 --date=short --no-merges --format=%ad %ae %s
2019-03-28 mtklein@google.com Add basic fm_bot script
2019-04-02 brianosman@google.com Remove SkScalarSinCos
2019-04-02 bsalomon@google.com Make GrVkGpuCommandBuffer::CopyInfo hold source as pending read.
2019-04-02 reed@google.com add mtklein to api approvals
2019-04-01 mtklein@google.com remove SkColorFilter::onMakeComposed()
2019-04-02 reed@google.com remove double compose: lerp and mode
2019-04-01 bungeman@google.com Clean up shaper handler.
2019-04-02 fmalita@chromium.org [skottie] Initial gradient ramp effect support
2019-04-01 mvujovic@adobe.com Inset blur domain a tiny bit to prevent certain GPUs from sampling transparent black from scratch textures.
2019-04-02 brianosman@google.com Revert "Remove the NullGL interface (and associated test context)"
2019-04-01 reed@google.com remove asComponentTable introspection method
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-02 12:29:58 -04:00
Zachary Anderson
f7b4903d7c
Revert "Separate the data required to bootstrap the VM into its own class. ( #8397 )" ( #8406 )
...
This reverts commit c991647404f8117dab2ca4ed49aa3ba48a634240.
2019-04-02 09:12:56 -07:00
skia-flutter-autoroll
f835789dd8
Roll src/third_party/skia d962070feb84..70d8f4f3acbb (1 commits) ( #8405 )
...
https://skia.googlesource.com/skia.git/%2Blog/d962070feb84..70d8f4f3acbb
git log d962070feb84a95e25d99f0a6ad26fd59d32e60b..70d8f4f3acbbbc6fbce0e1f1753ba475f2c52dac --date=short --no-merges --format=%ad %ae %s
2019-04-01 scroggo@google.com SkWuffsCodec: Use drawing to do color correction and scaling
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-02 09:06:38 -04:00
skia-flutter-autoroll
6675f71dfb
Roll src/third_party/skia 1acf79a3e5b8..d962070feb84 (4 commits) ( #8404 )
...
https://skia.googlesource.com/skia.git/%2Blog/1acf79a3e5b8..d962070feb84
git log 1acf79a3e5b8abfca56193e4643b51f3c552389c..d962070feb84a95e25d99f0a6ad26fd59d32e60b --date=short --no-merges --format=%ad %ae %s
2019-04-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-02 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 3115a0fc17fa..6cb0cff57376 (9 commits)
2019-04-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e01c3e081ff3..b3f3a36219a1 (475 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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-02 04:33:49 -04:00
skia-flutter-autoroll
b572ade355
Roll src/third_party/skia 3f6a2ac63670..1acf79a3e5b8 (1 commits) ( #8403 )
...
https://skia.googlesource.com/skia.git/%2Blog/3f6a2ac63670..1acf79a3e5b8
git log 3f6a2ac636700b5bb27834938de3b43f71a33beb..1acf79a3e5b8abfca56193e4643b51f3c552389c --date=short --no-merges --format=%ad %ae %s
2019-04-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 52a67b6495ce..459453a96257 (5 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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-02 01:04:49 -04:00
skia-flutter-autoroll
79a988f5da
Roll src/third_party/skia b27667a15a15..3f6a2ac63670 (1 commits) ( #8401 )
...
https://skia.googlesource.com/skia.git/%2Blog/b27667a15a15..3f6a2ac63670
git log b27667a15a15ce31d135538a409c419c0b8b0d1b..3f6a2ac636700b5bb27834938de3b43f71a33beb --date=short --no-merges --format=%ad %ae %s
2019-04-01 reed@google.com remove unneeded asACompose
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-01 20:29:49 -04:00
Chinmay Garde
c991647404
Separate the data required to bootstrap the VM into its own class. ( #8397 )
...
When attempting to shutdown and subsequently restart the VM, having the
VM own this data introduces lifecycle issues due to circular references.
2019-04-01 14:58:05 -07:00
skia-flutter-autoroll
8c9aca4409
Roll src/third_party/skia de206c75c2c8..b27667a15a15 (14 commits) ( #8399 )
...
https://skia.googlesource.com/skia.git/%2Blog/de206c75c2c8..b27667a15a15
git log de206c75c2c802f6f1e4ccb8a6b8a00765e9f085..b27667a15a15ce31d135538a409c419c0b8b0d1b --date=short --no-merges --format=%ad %ae %s
2019-04-01 brianosman@google.com Remove ToolUtils::write_pixels
2019-04-01 nifong@google.com Include wasm debugger in continuous build part 2
2019-03-27 bungeman@google.com Expose basic shaper iterators.
2019-04-01 reed@google.com mark introspection methods as deprecated
2019-04-01 michaelludwig@google.com Add geometry domain for non-rectilinear quads
2019-04-01 csmartdalton@google.com Fix mkdir_p in skpbench
2019-04-01 nifong@google.com Include wasm debugger in continuous build
2019-04-01 fmalita@chromium.org [sksg] Refactor gradient implementation
2019-03-28 bungeman@google.com Cache data stream for CG typefaces.
2019-04-01 bsalomon@google.com GrBackendTextureImageGenerator proxy callback uses unique key to find existing GrTexture.
2019-04-01 robertphillips@google.com Make prepareSurfaceForExternalIO always flush
2019-04-01 bsalomon@google.com Make GrVkGpuRTCommandBuffer::CommandBufferInfo hold textures by pending read.
2019-04-01 rmistry@google.com Remove 4 page sets that are not useful as SKPs
2019-04-01 bsalomon@google.com Make lazy proxies have 2 modes for proxy/surface key management.
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-01 17:06:44 -04:00
Ben Konyi
6c1b0b83c2
Roll src/third_party/dart 1e82544b07..75b2f9f919 (26 commits)
...
75b2f9f919 Move more HintCode tests to individual files:
acb62b97fe Add a default URL for lints
3fd124db1f [vm] Repair the resolver abstraction.
e979448597 Patch expectations for tests where AST linking does better / differently.
1e77c187c8 Update front-end status for added tests and changed results
87de68341f [CFE] Disallow property access on instance constants.
4ae5b272cb [vm/bytecode/compiler] Fix dropping of expression stack values when generating Throw
1a3e8dda3b Handle nested unevaluated constants in constant evaluator
277f65ec93 [CFE] Permit evaluating a const variable more than once.
a88b653e03 [CFE] Bubble out InvalidExpression from unevaluated constants.
05dd851566 Test late CFE constant evaluation.
413315cacd Add some tests for constants.
dc1f6b352a Update front-end status for co19 roll
154c324786 [vm/ffi] Lock out structs on 32-bit platforms.
79bb83a927 [infra] Fix debianpackage build
a062221b76 [vm] Re-number class ids for internal/external typed data and typed data views
c14a15bad1 Remove third_party/google_test from index
66f16d3d5e Resynthesize import/export combinators.
4e3d1400d5 Resynthesize ImportElement.isDeferred from AST.
8a5901a7af Support for isCovariant in fields.
9113bb5855 Issue 36380. Increment DATA_VERSION.
e6b0676f58 Change comment style in a few more files
94362f1af0 [vm] Unify internal/external/view typed data into new RawTypedDataBase class
c7dd9c1c23 Perform top-level inference using elements.
cd34ec901c [gardening] Flutter patch is no longer needed.
3642eddca1 Create an experiment flag for triple-shift and move existing support for the operator behind the new flag
2019-04-01 13:29:30 -07:00
skia-flutter-autoroll
d8d9855dfa
Roll src/third_party/skia 73cc4e8d5fcf..de206c75c2c8 (2 commits) ( #8396 )
...
https://skia.googlesource.com/skia.git/%2Blog/73cc4e8d5fcf..de206c75c2c8
git log 73cc4e8d5fcfdad5a09bf324bb21479a16e8e54e..de206c75c2c802f6f1e4ccb8a6b8a00765e9f085 --date=short --no-merges --format=%ad %ae %s
2019-03-27 brianosman@google.com Remove the NullGL interface (and associated test context)
2019-03-29 mtklein@google.com more opinionated file loading in fm
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-01 13:37:31 -04:00
skia-flutter-autoroll
a850016454
Roll src/third_party/skia bb482ab871a2..73cc4e8d5fcf (1 commits) ( #8395 )
...
https://skia.googlesource.com/skia.git/%2Blog/bb482ab871a2..73cc4e8d5fcf
git log bb482ab871a29fad004f318210e0e01d44110a37..73cc4e8d5fcfdad5a09bf324bb21479a16e8e54e --date=short --no-merges --format=%ad %ae %s
2019-04-01 robertphillips@google.com Temporarily restore old behavior of read/writeSurfacePixels
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-01 10:08:24 -04:00
skia-flutter-autoroll
aba61e8fb0
Roll src/third_party/skia 5ee611b26f23..bb482ab871a2 (4 commits) ( #8394 )
...
https://skia.googlesource.com/skia.git/%2Blog/5ee611b26f23..bb482ab871a2
git log 5ee611b26f23cda16972209a56ccc38d964f6a20..bb482ab871a29fad004f318210e0e01d44110a37 --date=short --no-merges --format=%ad %ae %s
2019-04-01 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6446c8882fa3..3115a0fc17fa (2 commits)
2019-04-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 871828938944..e01c3e081ff3 (525 commits)
2019-04-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5bb034db6243..52a67b6495ce (9 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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-04-01 03:10:05 -04:00
skia-flutter-autoroll
d9f16111ab
Roll src/third_party/skia acb4829c1be4..5ee611b26f23 (1 commits) ( #8392 )
...
https://skia.googlesource.com/skia.git/%2Blog/acb4829c1be4..5ee611b26f23
git log acb4829c1be4bd6be53ea750effd94c07da95632..5ee611b26f23cda16972209a56ccc38d964f6a20 --date=short --no-merges --format=%ad %ae %s
2019-03-31 reed@google.com Add sample to show strokeandfill and better alternatives
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-03-31 23:41:16 -04:00
skia-flutter-autoroll
f3ec767458
Roll src/third_party/skia 83edfbe736fd..acb4829c1be4 (1 commits) ( #8391 )
...
https://skia.googlesource.com/skia.git/%2Blog/83edfbe736fd..acb4829c1be4
git log 83edfbe736fdaad67ad8ca6c88227b0e6c8df853..acb4829c1be4bd6be53ea750effd94c07da95632 --date=short --no-merges --format=%ad %ae %s
2019-03-31 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-03-31 05:48:49 -04:00
skia-flutter-autoroll
be6313d875
Roll src/third_party/skia 2fdbeae32785..83edfbe736fd (1 commits) ( #8390 )
...
https://skia.googlesource.com/skia.git/%2Blog/2fdbeae32785..83edfbe736fd
git log 2fdbeae3278592857f02a7eb2f5199f419dfa28e..83edfbe736fdaad67ad8ca6c88227b0e6c8df853 --date=short --no-merges --format=%ad %ae %s
2019-03-31 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 (jlavrova@google.com ), and stop
the roller if necessary.
2019-03-31 02:18:49 -04:00
skia-flutter-autoroll
ae024d7555
Roll src/third_party/skia a6dd1ebd42cf..2fdbeae32785 (1 commits) ( #8389 )
...
https://skia.googlesource.com/skia.git/%2Blog/a6dd1ebd42cf..2fdbeae32785
git log a6dd1ebd42cf647b34e002ddf4f676b96ceda708..2fdbeae3278592857f02a7eb2f5199f419dfa28e --date=short --no-merges --format=%ad %ae %s
2019-03-30 reed@google.com Start to unify signatures: return bool
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 (stani@google.com ), and stop
the roller if necessary.
2019-03-30 18:22:30 -04:00
skia-flutter-autoroll
28f8453629
Roll src/third_party/skia c9822a1818ba..a6dd1ebd42cf (1 commits) ( #8388 )
...
https://skia.googlesource.com/skia.git/%2Blog/c9822a1818ba..a6dd1ebd42cf
git log c9822a1818ba8fe91dbea28e592fd18034899e3e..a6dd1ebd42cf647b34e002ddf4f676b96ceda708 --date=short --no-merges --format=%ad %ae %s
2019-03-30 reed@google.com Revert "Reland "GPU support for SkMixers""
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 (stani@google.com ), and stop
the roller if necessary.
2019-03-30 14:54:13 -04:00
skia-flutter-autoroll
2e1f491ba0
Roll src/third_party/skia 265fd3de3527..c9822a1818ba (1 commits) ( #8386 )
...
https://skia.googlesource.com/skia.git/%2Blog/265fd3de3527..c9822a1818ba
git log 265fd3de352790725f6c87cce3e5f3dd396e20e7..c9822a1818ba8fe91dbea28e592fd18034899e3e --date=short --no-merges --format=%ad %ae %s
2019-03-30 reed@google.com Reland "GPU support for SkMixers"
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 (stani@google.com ), and stop
the roller if necessary.
2019-03-30 11:24:10 -04:00
skia-flutter-autoroll
b466aba58c
Roll src/third_party/skia 59b733715141..265fd3de3527 (1 commits) ( #8384 )
...
https://skia.googlesource.com/skia.git/%2Blog/59b733715141..265fd3de3527
git log 59b733715141b732ce3fb73b8870851f616c3163..265fd3de352790725f6c87cce3e5f3dd396e20e7 --date=short --no-merges --format=%ad %ae %s
2019-03-30 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 (stani@google.com ), and stop
the roller if necessary.
2019-03-30 02:16:49 -04:00
Ben Konyi
63b9d257cb
Roll src/third_party/dart f29e100f42..1e82544b07 (41 commits)
...
1e82544b07 [gardening] Attempt to paper over failing flutter test affected by https://dart-review.googlesource.com/c/sdk/+/97311 .
dfbdf0a187 Support for function typed formal parameters.
e46fa1cf1d Revert "[VM] Ensure Top level class is finalized for loadedscripts in library"
e0a2651ce0 [cfe] Fix downcasts added during set/map disambiguation
f21d521d0e [cfe] Fix pre-inference set/map disambiguation
6b19aa821b [cfe] Do type checks on spreads during inference
1a5ed8247f [fasta] Fix typos and copy-paste errors in a test case
584affcffa [cfe] Add initial support for 'for' and for-in elements in maps
fa7e0c7531 [cfe] Add element type checks in spreads
1b2a4b8eb1 Convert some tests to DriverResolutionTest
fb58826aa3 [CFE] Compensate for lowering and desugaring in spread.
7ef28f0b03 Handle constant field init registration correctly.
da0de0a867 Handle native field impact correctly from ir constants
00d65e2d84 Roll co19 to revision c3b33ee
0560014c79 Remove unused error codes
e8b56268ef Resolve constructor initializers and redirections.
c185945507 [vm/aot] Ensure global object pool is relocated by compactor and reloaded when returning from natives
d23909802e [vm/compiler] Eliminate dead CatchBlockEntry Parameter-s
69790e7eb4 Updated Dart.g, tests & status files to support ui-as-code collections
1bf1ca1933 Revert "Update dart_style to 1.2.5."
4fe2f6f349 Add more tests to the incremental compiler
611a53ee5e Update dart_style to 1.2.5.
b7f69e24a2 dartdevc and bazel worker can use incremental compiler
a506c708f2 [co19] DEPS updated
9b77e4c507 Include constructors into available suggestions.
0eb76a5b5a Move await for of null tests to a different file.
8d699db9af Update spread_collections/inference_test to use Type.== instead of identical
edf470bf83 Initial sketch of dartdoc support
1b643e5c1f Support for mixins.
bc0148cf87 [ddc] Skip unsupported co19 tests on ddc/ddk
15b4e57510 [ VM / Service ] Fixed failing isolate_lifecycle_test
4c50d06ac5 Handle inconsistent analysis exception during a refactoring (issue 36149)
ae62f7fefe [vm, gc] Make incremental write-barrier elimination safe.
d07e33e11f Convert more comments from block to line style
926a6c0958 Convert more comments
dfcc52f909 [vm/dart:io/fuchsia] Improve fdio_pipe_half signature, step 2.
1926f69e4d Include available classes when includeConstructorSuggestions is true.
d0fda82493 Clean up some of the unused task model support in test code
2bc81be75a [infra] Some missing interpreter bot configurations.
ac2c934563 Reland "[ VM / dart:isolate ] Added ability to set names for spawned isolates."
380ae2ce55 [ Observatory ] Fixed links for 'part's in dart:* scripts not being created.
2019-03-29 19:16:57 -07:00
Chinmay Garde
972afdc92b
Allow running runtime_unittests in AOT mode. ( #8375 )
...
Previously, only the most basic tests were run in AOT mode.
2019-03-29 17:15:38 -07:00
skia-flutter-autoroll
d0239bd834
Roll src/third_party/skia 73c6c9d26870..59b733715141 (3 commits) ( #8378 )
...
https://skia.googlesource.com/skia.git/%2Blog/73c6c9d26870..59b733715141
git log 73c6c9d268708f75e2fcdea6b2f7b7e2bf6eacae..59b733715141b732ce3fb73b8870851f616c3163 --date=short --no-merges --format=%ad %ae %s
2019-03-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-29 ethannicholas@google.com Revert "GPU support for SkMixers"
2019-03-29 ethannicholas@google.com GPU support for SkMixers
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 (stani@google.com ), and stop
the roller if necessary.
2019-03-29 20:13:51 -04:00
Jonah Williams
e633b26c5c
Introduce unit tests and refactor web dart:ui into "package" ( #8346 )
2019-03-29 14:54:53 -07:00
Chinmay Garde
f39cf3774d
Add a GN format presubmit. ( #8371 )
2019-03-29 13:56:55 -07:00
skia-flutter-autoroll
d6e2d85277
Roll src/third_party/skia 7eeb74fdfd84..73c6c9d26870 (8 commits) ( #8372 )
...
https://skia.googlesource.com/skia.git/%2Blog/7eeb74fdfd84..73c6c9d26870
git log 7eeb74fdfd8453b4fc0f0460ade48d4097444043..73c6c9d268708f75e2fcdea6b2f7b7e2bf6eacae --date=short --no-merges --format=%ad %ae %s
2019-03-29 bsalomon@google.com Move new convex path towards the end of the path array in GM convexpaths.
2019-03-29 michaelludwig@google.com Interpolate coverage in screen space for perspective quads
2019-03-29 csmartdalton@google.com Split GrCCCoverageProcessor into subclasses
2019-03-29 ethannicholas@google.com fix SkSL lexer's handling of invalid characters
2019-03-29 bsalomon@google.com In GrAAConvexPathRenderer check whether middle quadtric control point is close to line segment between first and last control points and if so draw as a line.
2019-03-29 michaelludwig@google.com Add reproduction test case for crbug/947055
2019-03-29 fmalita@chromium.org [skottie] Allow extra-normal Bezier interpolation
2019-03-29 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 (stani@google.com ), and stop
the roller if necessary.
2019-03-29 16:43:49 -04:00
Jason Simmons
6d1a6a4f47
Allow per-platform customization of the default Skia font manager ( #8358 )
...
The font manager returned by SkFontMgr::RefDefault is determined by Skia's
build configuration flags. Embedders may want to use a default font manager
other than the one selected by their build of Skia.
2019-03-29 09:52:29 -07:00
skia-flutter-autoroll
3de50b8d2e
Roll src/third_party/skia 84a53268af92..7eeb74fdfd84 (3 commits) ( #8367 )
...
https://skia.googlesource.com/skia.git/%2Blog/84a53268af92..7eeb74fdfd84
git log 84a53268af92ca5a620c000a6199513350fdde36..7eeb74fdfd8453b4fc0f0460ade48d4097444043 --date=short --no-merges --format=%ad %ae %s
2019-03-29 robertphillips@google.com Add checks that the GrResourceAllocator is operating as expected
2019-03-29 bungeman@google.com Update SkTLazy includes.
2019-03-29 jvanverth@google.com Reland "Reland "Fix blurry edges on large ovals.""
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 (stani@google.com ), and stop
the roller if necessary.
2019-03-29 12:48:59 -04:00
skia-flutter-autoroll
65837ab32c
Roll src/third_party/skia a2cec203eea8..84a53268af92 (1 commits) ( #8366 )
...
https://skia.googlesource.com/skia.git/%2Blog/a2cec203eea8..84a53268af92
git log a2cec203eea8d866ccd4e3d71f060f36210e3e1b..84a53268af92ca5a620c000a6199513350fdde36 --date=short --no-merges --format=%ad %ae %s
2019-03-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 51562f15f4ad..5bb034db6243 (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 (stani@google.com ), and stop
the roller if necessary.
2019-03-29 09:19:49 -04:00
skia-flutter-autoroll
ada0a8e2b1
Roll src/third_party/skia 57b7a792bb6f..a2cec203eea8 (1 commits) ( #8365 )
...
https://skia.googlesource.com/skia.git/%2Blog/57b7a792bb6f..a2cec203eea8
git log 57b7a792bb6f098690243be62f851384c6a9a179..a2cec203eea8d866ccd4e3d71f060f36210e3e1b --date=short --no-merges --format=%ad %ae %s
2019-03-28 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 (stani@google.com ), and stop
the roller if necessary.
2019-03-29 05:49:49 -04:00
skia-flutter-autoroll
9729f1ae3e
Roll src/third_party/skia bf4229cc10a1..57b7a792bb6f (5 commits) ( #8364 )
...
https://skia.googlesource.com/skia.git/%2Blog/bf4229cc10a1..57b7a792bb6f
git log bf4229cc10a10db751284d8d8d067287cfe8b542..57b7a792bb6f098690243be62f851384c6a9a179 --date=short --no-merges --format=%ad %ae %s
2019-03-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-03-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src eb8d3bc0b607..871828938944 (487 commits)
2019-03-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8116d646b3f8..6446c8882fa3 (3 commits)
2019-03-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader fc8a46d0af96..51562f15f4ad (1 commits)
2019-03-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader c9d98716d2e7..fc8a46d0af96 (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 (stani@google.com ), and stop
the roller if necessary.
2019-03-29 02:21:40 -04:00
skia-flutter-autoroll
23e0c3758f
Roll src/third_party/skia 01fe26360660..bf4229cc10a1 (6 commits) ( #8363 )
...
https://skia.googlesource.com/skia.git/%2Blog/01fe26360660..bf4229cc10a1
git log 01fe263606601d5a95272e3bdf086cb2b85e2d74..bf4229cc10a10db751284d8d8d067287cfe8b542 --date=short --no-merges --format=%ad %ae %s
2019-03-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 37628f09a4c5..c9d98716d2e7 (1 commits)
2019-03-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 48b3587f8ea4..37628f09a4c5 (1 commits)
2019-03-28 fmalita@chromium.org [skottie] Tweak Shaper test tolerances to fix NativeFonts bots
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 (stani@google.com ), and stop
the roller if necessary.
2019-03-28 22:57:49 -04:00
skia-flutter-autoroll
fd0b440450
Roll src/third_party/skia cc8c7bee7925..01fe26360660 (10 commits) ( #8361 )
...
https://skia.googlesource.com/skia.git/%2Blog/cc8c7bee7925..01fe26360660
git log cc8c7bee792573f8e9dc108236d3af7621ad4f49..01fe263606601d5a95272e3bdf086cb2b85e2d74 --date=short --no-merges --format=%ad %ae %s
2019-03-28 fmalita@chromium.org [skottie] Add support for BodyMovin 5.5.0 keyframes
2019-03-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 4aa9bf12f7e0..48b3587f8ea4 (1 commits)
2019-03-28 stani@google.com Add API to get canvas wrapped by SkPaintFilterCanvas
2019-03-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a563dd8c5734..4aa9bf12f7e0 (1 commits)
2019-03-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 0839cbda698f..a563dd8c5734 (2 commits)
2019-03-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-28 robertphillips@google.com Remove unused PixelOpsFlags values
2019-03-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e810ad90799c..8116d646b3f8 (6 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 (stani@google.com ), and stop
the roller if necessary.
2019-03-28 19:30:49 -04:00
Ben Konyi
b53e436f91
Roll src/third_party/dart a977273262..f29e100f42 (8 commits)
...
f29e100f42 [dart/fuzzer] Generate DartFuzz API tables automatically
f0027dfea3 [CFE] JS number semantics for constant subtype checks.
018fd36557 [CFE] Handle spread and if in const map literals.
b5be157e09 [CFE] Handle spread and if in const set literals.
0b57b67ecb [CFE] Move const set desugaring to constant evaluator.
102b1fa39e [CFE] Handle spread and if in const list literals.
8611cbf7df [CFE] Add constant update flag to collection tests.
665d2d0003 [CFE] Leave const collections to the constant evaluator.
2019-03-28 13:14:51 -07:00
skia-flutter-autoroll
82765aa77d
Roll src/third_party/skia 05be23dbd3c4..cc8c7bee7925 (11 commits) ( #8356 )
...
https://skia.googlesource.com/skia.git/%2Blog/05be23dbd3c4..cc8c7bee7925
git log 05be23dbd3c4565cb23744c154df80b0ebc0208a..cc8c7bee792573f8e9dc108236d3af7621ad4f49 --date=short --no-merges --format=%ad %ae %s
2019-03-28 reed@google.com add bench for colorfilter-mixer
2019-03-28 fmalita@chromium.org [skottie] Compute tight bounds in skottie::Shaper
2019-03-21 martin@mainframe.co.uk fix metal build errors with preprocessor definitions
2019-03-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-28 nifong@google.com changes to wasm debugger for UI integration
2019-03-28 kjlubick@google.com Support WebGL 1.0 with caps
2019-03-28 kjlubick@google.com Add gen_interface to CheckGeneratedFiles check
2019-03-28 bungeman@google.com SkTLazy constructors to require constructable.
2019-03-28 brianosman@google.com Improve color space logic in read/writeSurfacePixels
2019-03-28 kjlubick@google.com Add test_only option to gen_interface
2019-03-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 94f195b18776..0839cbda698f (2 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 (stani@google.com ), and stop
the roller if necessary.
2019-03-28 15:59:49 -04:00