Bug 274137
| Summary: | [WebXR] ANGLE extension to expose explicit MSAA resolve target | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | WebXR | Assignee: | Dan Glastonbury <djg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=280799 | ||
Dan Glastonbury
GL requires a glBlitFramebuffer to resolve MSAA render targets into single sample render targets. Metal has the ability to specify the resolve target in MTLRenderPassDescriptor eliminating the need for the explicit blit operation. Internally, ANGLE is supplying an implicit resolve render target when rendering to MSAA render targets in its Metal backend. Add an extension to ANGLE to allow us to explicit set the resolve render target, so we can skip glBlitFramebuffer.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/128041507>
Dan Glastonbury
*** Bug 275202 has been marked as a duplicate of this bug. ***
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/29575
EWS
Committed 280523@main (606967dd83de): <https://commits.webkit.org/280523@main>
Reviewed commits have been landed. Closing PR #29575 and removing active labels.