Bug 308739
| Summary: | [TextureMapper] Make BitmapTexturePool a singleton | ||
|---|---|---|---|
| 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
It's currently used by the main thread to create textures for the layer tiles and from the compositing thread to create the compositing layer textures. All those textures belong to the global PlatformDisplay sharing context, so we could have only one global pool that could be used from different threads.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/59503
EWS
Committed 308545@main (18abb7fe7acb): <https://commits.webkit.org/308545@main>
Reviewed commits have been landed. Closing PR #59503 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/171621747>