Bug 277752
| Summary: | ANGLE_METAL_LOSE_CONTEXT_ON_ERROR guards are unneeded | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | ANGLE | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | djg, kbr, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | iOS 18 | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=257584 https://bugs.webkit.org/show_bug.cgi?id=259821 |
||
| Bug Depends on: | 277751 | ||
| Bug Blocks: | |||
Kimmo Kinnunen
Failing to submit command buffers should cause context lost
Cannot be implemented until bug 277751 is fixed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/133399921>
Kimmo Kinnunen
Implementation was done in bug 257584
Implementation was likely accidentally disabled in bug 259821
927410a8c1 Prevent accidental misuse of ANGLE_ENABLED
Kimmo Kinnunen
After investigation:
Renaming to ANGLE_METAL_LOSE_CONTEXT_ON_ERROR guards are unneeded
The ifdef guard seems to be always on.