Bug 308739

Summary: [TextureMapper] Make BitmapTexturePool a singleton
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: 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
Reported 2026-02-26 05:38:48 PST
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
Carlos Garcia Campos
Comment 1 2026-02-26 05:40:39 PST
EWS
Comment 2 2026-03-03 07:09:34 PST
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
Comment 3 2026-03-03 07:10:12 PST
Note You need to log in before you can comment on or make changes to this bug.