Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

skia-flutter-autoroll
Copy link
Contributor

https://skia.googlesource.com/skia.git/+log/bc3307c395e2..ebc00f97fab1

git log bc3307c..ebc00f9 --date=short --first-parent --format='%ad %ae %s'
2020-02-05 [email protected] Revert "Change refPinnedTextureProxy to return a view instead."
2020-02-05 [email protected] Change refPinnedTextureProxy to return a view instead.
2020-02-05 [email protected] Add a mutex to SkStrike to regulate multithreaded access
2020-02-05 [email protected] [skottie] Add support for ADBE Pro Levels2 effect
2020-02-05 [email protected] Make assert less sensitive to rounding errors
2020-02-05 [email protected] Remove search of desperation
2020-02-05 [email protected] Add comment explaining memset in ArithmeticFPInputs
2020-02-05 [email protected] Add ccache_linux cipd package.
2020-02-05 [email protected] Ensure that ArithmeticFPInputs is fully initialized
2020-02-05 [email protected] Update bicubic effect factories to take a view.
2020-02-05 [email protected] Cleanup program building a bit
2020-02-05 [email protected] In SkRuntimeEffect, just use hash of SkSL as the ID
2020-02-05 [email protected] GrTextureEffect handles insets for float rects as well as integer rects.
2020-02-05 [email protected] Don't use tessellation FB barrier after NVIDIA 440.00
2020-02-05 [email protected] Have GrTextureEffect factories take a view as input.
2020-02-05 [email protected] In GrSkSLFP, store inputs as SkData. Tighten size checks.
2020-02-05 [email protected] SkColorSetA now warns if the result is unused.
2020-02-05 [email protected] Rename view getters in various image subclasses.
2020-02-05 [email protected] RTL fixes + few small bugs
2020-02-05 [email protected] Rename various getters related to GrSurfaceProxyView.
2020-02-05 [email protected] Fix error on PRESUBMIT PostUploadHook

Created with:
gclient setdep -r src/third_party/skia@ebc00f97fab1

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
Tbr: [email protected]

https://skia.googlesource.com/skia.git/+log/bc3307c395e2..ebc00f97fab1

git log bc3307c..ebc00f9 --date=short --first-parent --format='%ad %ae %s'
2020-02-05 [email protected] Revert "Change refPinnedTextureProxy to return a view instead."
2020-02-05 [email protected] Change refPinnedTextureProxy to return a view instead.
2020-02-05 [email protected] Add a mutex to SkStrike to regulate multithreaded access
2020-02-05 [email protected] [skottie] Add support for ADBE Pro Levels2 effect
2020-02-05 [email protected] Make assert less sensitive to rounding errors
2020-02-05 [email protected] Remove search of desperation
2020-02-05 [email protected] Add comment explaining memset in ArithmeticFPInputs
2020-02-05 [email protected] Add ccache_linux cipd package.
2020-02-05 [email protected] Ensure that ArithmeticFPInputs is fully initialized
2020-02-05 [email protected] Update bicubic effect factories to take a view.
2020-02-05 [email protected] Cleanup program building a bit
2020-02-05 [email protected] In SkRuntimeEffect, just use hash of SkSL as the ID
2020-02-05 [email protected] GrTextureEffect handles insets for float rects as well as integer rects.
2020-02-05 [email protected] Don't use tessellation FB barrier after NVIDIA 440.00
2020-02-05 [email protected] Have GrTextureEffect factories take a view as input.
2020-02-05 [email protected] In GrSkSLFP, store inputs as SkData. Tighten size checks.
2020-02-05 [email protected] SkColorSetA now warns if the result is unused.
2020-02-05 [email protected] Rename view getters in various image subclasses.
2020-02-05 [email protected] RTL fixes + few small bugs
2020-02-05 [email protected] Rename various getters related to GrSurfaceProxyView.
2020-02-05 [email protected] Fix error on PRESUBMIT PostUploadHook

Created with:
  gclient setdep -r src/third_party/skia@ebc00f97fab1

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
Tbr: [email protected]
@skia-flutter-autoroll skia-flutter-autoroll added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Feb 5, 2020
@fluttergithubbot fluttergithubbot merged commit d5442b8 into flutter:master Feb 6, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 6, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 6, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 6, 2020
dnfield pushed a commit to flutter/flutter that referenced this pull request Feb 7, 2020
* d5442b8 Roll src/third_party/skia bc3307c395e2..ebc00f97fab1 (21 commits) (flutter/engine#16429)

* 76b291a Added a plugin method that gets called when the engine is about to be deleted (flutter/engine#16336)

* 07f25c5 fix bad reference to maxDiffRatePercent (flutter/engine#16440)

* 41d50c2 Reland #16206: "[web] Correct getPositionForOffset for multi-line paragraphs" (flutter/engine#16365)

* f25d325 [fuchsia] change kMaxFramesInFlight to 3 (flutter/engine#16425)

* 473f559 Suppress some deprecation warnings on Windows (flutter/engine#16416)

* 2e34ad6 Roll fuchsia/sdk/core/mac-amd64 from ubThi... to fvWgE... (flutter/engine#16454)

* 47c02e6 Roll src/third_party/skia ebc00f97fab1..cbf79b95c2d4 (4 commits) (flutter/engine#16456)

* 3d1b112 Roll buildroot (flutter/engine#16419)

* 28e6637 Add explicit casts to printing of function pointers (flutter/engine#16370)

* 9ad81da Wrap strdup to use compliant name on Windows (flutter/engine#16372)

* 9708e52 Roll rapidjson (flutter/engine#16347)

* f06ebba Include <memory> in hb_wrapper.h because unique_ptr is used. (flutter/engine#16442)

* e530376 Roll fuchsia/sdk/core/linux-amd64 from VJv0H... to A9STP... (flutter/engine#16457)

* 4cc41ae Roll src/third_party/skia cbf79b95c2d4..4721e067812f (1 commits) (flutter/engine#16459)

* 2f233ed Roll src/third_party/skia 4721e067812f..f6e3eaf05150 (1 commits) (flutter/engine#16461)

* b0b0ed8 Roll src/third_party/skia f6e3eaf05150..cc21d0c1f2ce (1 commits) (flutter/engine#16463)

* 7fea936 Roll src/third_party/skia cc21d0c1f2ce..116b33e8ab21 (3 commits) (flutter/engine#16466)

* 001b3a0 Roll src/third_party/skia 116b33e8ab21..7f36405ea3ec (3 commits) (flutter/engine#16471)

* f3ce90e Reset width/height before deallocation for Safari allocation bug. (flutter/engine#16469)
NoamDev pushed a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
NoamDev added a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants