RESOLVED FIXED274137
[WebXR] ANGLE extension to expose explicit MSAA resolve target
https://bugs.webkit.org/show_bug.cgi?id=274137
Summary [WebXR] ANGLE extension to expose explicit MSAA resolve target
Dan Glastonbury
Reported 2024-05-13 21:21:16 PDT
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
Radar WebKit Bug Importer
Comment 1 2024-05-13 21:21:28 PDT
Dan Glastonbury
Comment 2 2024-06-06 02:42:37 PDT
*** Bug 275202 has been marked as a duplicate of this bug. ***
Dan Glastonbury
Comment 3 2024-06-06 02:57:49 PDT
EWS
Comment 4 2024-07-01 01:46:32 PDT
Committed 280523@main (606967dd83de): <https://commits.webkit.org/280523@main> Reviewed commits have been landed. Closing PR #29575 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.