-
Notifications
You must be signed in to change notification settings - Fork 6k
[Impeller] remove requests for dedicated allocations. #43686
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd leave limits_vk arounds just the same. We'll add to it eventually. Your call though.
|
Will do |
…130615) flutter/engine@63e9cbe...2fabf4e 2023-07-14 [email protected] [Impeller] remove requests for dedicated allocations. (flutter/engine#43686) 2023-07-14 [email protected] Roll Dart SDK from 3701605e0abf to d1fcadf22aad (1 revision) (flutter/engine#43692) 2023-07-14 [email protected] More fixes for the new clang-tidy roll on iOS targets (flutter/engine#43688) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose 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/+doc/main/autoroll/README.md
This change never improved performance (in fact I think it regressed it slightly), so lets revert it and see if things change.
…lutter#130615) flutter/engine@63e9cbe...2fabf4e 2023-07-14 [email protected] [Impeller] remove requests for dedicated allocations. (flutter/engine#43686) 2023-07-14 [email protected] Roll Dart SDK from 3701605e0abf to d1fcadf22aad (1 revision) (flutter/engine#43692) 2023-07-14 [email protected] More fixes for the new clang-tidy roll on iOS targets (flutter/engine#43688) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose 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/+doc/main/autoroll/README.md
This change never improved performance (in fact I think it regressed it slightly), so lets revert it and see if things change.