This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Revert "Reland enable DisplayList by default" #27475
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reverts #27407
A number of failures were again detected upstream all in rendering shadows. Looking at the way we have been using the shadow utils it seems that this is a consequence of how we recorded shadows within one transform context and played them back under a different transform - which will affect the positioning of the lights.
There is a PR outstanding to switch our usage to directional lights and I should let that land first before trying to turn on DL since that change will set a stage where my attempts to record the shadows will be more consistent with how they are recorded under the current SkPicture code. As it stands with the current design, I don't think there is a way to record the information accurately.