mirrored from https://skia.googlesource.com/skia
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[vello] Enable the bump allocation estimator"
This reverts commit d63b489. Reason for revert: path_huge_crbug_800804 is causing overflow due to multiply in the estimator code. This requires a fix in a third_party repo so fixing forward will take time. Original change's description: > [vello] Enable the bump allocation estimator > > The bump allocation estimator computes a conservative estimate of the > required buffer allocations based on heuristics over the encoded path > data. See the description of vello PR #454 for some examples scenes and > the current factors of overestimation: linebender/vello#454 > > Bug: b/285193099 > Change-Id: I131305914307591ad04d6158f24a94235826ac10 > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/828997 > Commit-Queue: Arman Uguray <[email protected]> > Reviewed-by: Jim Van Verth <[email protected]> > Reviewed-by: James Godfrey-Kittle <[email protected]> Bug: b/285193099 Change-Id: I3604d62d5b55dd4680ee2a8dc49e37cfdac01500 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/c/skia/+/835421 Auto-Submit: Arman Uguray <[email protected]> Commit-Queue: Arman Uguray <[email protected]> Bot-Commit: Rubber Stamper <[email protected]>
- Loading branch information
Showing
2 changed files
with
47 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters