Bug 284026
Summary: | [TextureMapper] preserve-3d causes unnecessary layer splits | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jani Hautakangas <jani> |
Component: | WPE WebKit | Assignee: | Jani Hautakangas <jani> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, karlcow |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=282682 | ||
Bug Depends on: | |||
Bug Blocks: | 283820 |
Jani Hautakangas
he BSP tree calculation currently includes layers that have dimensions but produce no visible output. This results in unnecessary splits during the preserve-3D process. Such layers should be excluded from the BSP tree calculations to optimize rendering and reduce computational overhead.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jani Hautakangas
Pull request: https://github.com/WebKit/WebKit/pull/37416
EWS
Committed 287417@main (b54433896d89): <https://commits.webkit.org/287417@main>
Reviewed commits have been landed. Closing PR #37416 and removing active labels.