Bug 264035 - [TextureMapper] Make ExposedEdges enum a boolean enum
Summary: [TextureMapper] Make ExposedEdges enum a boolean enum
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-01 05:40 PDT by Carlos Garcia Campos
Modified: 2023-11-02 04:15 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2023-11-01 05:40:08 PDT
The texture mapper doesn't really need to know what edges are exposed, only whether all of them are or not, so we can simplify everything by using a bool enum instead.
Comment 1 Carlos Garcia Campos 2023-11-01 05:42:15 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19832
Comment 2 EWS 2023-11-02 04:14:51 PDT
Committed 270105@main (983db64d2b00): <https://commits.webkit.org/270105@main>

Reviewed commits have been landed. Closing PR #19832 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-11-02 04:15:15 PDT
<rdar://problem/117845527>