Bug 243529
| Summary: | [ANGLE] Create extension to allow MTLEvents to be signalled from Metal backend | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | ANGLE | Assignee: | Dan Glastonbury <djg> |
| Status: | NEW | ||
| Severity: | Normal | CC: | dino, kbr, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 246589 | ||
Dan Glastonbury
We need to be able to signal a MTLSharedEvent when a command stream has been processed. In order to do this, we'll need an extension to ANGLE that will allow us to pass the MTLSharedEvent down into the ANGLE Metal backend where it can be used.
It's likely that this extension would be specific to Metal, but there is also the chance that other ANGLE backends might want something like this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dan Glastonbury
rdar://83207470
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/3004