Bug 297267
| Summary: | [CoordinatedGraphics] Prefer to use ANGLE API to create the fence for WebGL | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | Platform | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Garcia Campos
We currently use GLFence which is more convenient and works, but if exportable fences are supported, we could use the ANGLE api to create the fence, export it to and fd and then import it from the compositor. Using ANGLE API we ensure all internal state is handled in sync when the fence is added to the context.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/49268
EWS
Committed 298675@main (85e4462c2a7f): <https://commits.webkit.org/298675@main>
Reviewed commits have been landed. Closing PR #49268 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/158289919>