RESOLVED FIXED308739
[TextureMapper] Make BitmapTexturePool a singleton
https://bugs.webkit.org/show_bug.cgi?id=308739
Summary [TextureMapper] Make BitmapTexturePool a singleton
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.