This repository has been archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Update DDL test harness to use backendTextures to back tiles"
This reverts commit 7ae9d2f. Reason for revert: Triggering Vulkan Debug layer errors Original change's description: > Update DDL test harness to use backendTextures to back tiles > > This better matches Chrome's use of DDLs. > > With path, image, and text draws stripped out, here is the perf impact of this change: > > before CL after CL > w/ DDLs 7.792 1.038 > w/o DDLs 0.800 0.876 > > This perf improvement (in the DDL case) is from backend texture wrapping SkSurfaces being created w/o initialization. The prior method of SkSurface creation was resulting in double clearing of all the surfaces. > > This perf improvement won't be seen by Chrome since they've always being using wrapped backend texture SkSurfaces. > > TBR=bsalomon@google.com > Change-Id: Ice3993ca125fce37804e58c353c265cf659dbe2f > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/283456 > Reviewed-by: Brian Salomon <bsalomon@google.com> > Commit-Queue: Robert Phillips <robertphillips@google.com> TBR=egdaniel@google.com,bsalomon@google.com,robertphillips@google.com Change-Id: Ife023ede0774ec2cce4c0d6e7708c036347ebf54 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/c/skia/+/283648 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
- Loading branch information
Showing
5 changed files
with
25 additions
and
138 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
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