Bug 275202
| Summary: | [WebXR] Implement explicit resolve of MSAA Rendertarget | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | WebXR | Assignee: | Dan Glastonbury <djg> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | djg, kkinnunen |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dan Glastonbury
WebXR spends a lot of time copying MSAA framebuffer into memory because resolving. In lieu of ANGLE being able to optimise away the extra copies in it's Metal backend, add an extension to add and explicit resolve target binding to framebuffer attachments.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dan Glastonbury
rdar://problem/128041507
Dan Glastonbury
*** This bug has been marked as a duplicate of bug 274137 ***