forked from google/skia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Use packed contexts for copy/splat-constant ops in SkRP."
This reverts commit 8554018. Reason for revert: ASAN Original change's description: > Use packed contexts for copy/splat-constant ops in SkRP. > > This means that ops which write a constant value to a slot no longer > need to rely on a separate alloc on 64-bit CPUs. The RP stage's > context pointer is large enough to store the data we need directly, > in packed form. > > Change-Id: I04564ea56ee211667c4328559c0052c42b2df527 > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/667959 > Reviewed-by: Herb Derby <[email protected]> > Auto-Submit: John Stiles <[email protected]> > Commit-Queue: John Stiles <[email protected]> Change-Id: I12568b9cc685c8a76ba87413eac74c08f1ad15c0 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/c/skia/+/670036 Auto-Submit: John Stiles <[email protected]> Commit-Queue: Rubber Stamper <[email protected]> Bot-Commit: Rubber Stamper <[email protected]>
- Loading branch information
1 parent
92905a7
commit b590baf
Showing
4 changed files
with
30 additions
and
52 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
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