WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
308739
[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
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2026-02-26 05:40:39 PST
Pull request:
https://github.com/WebKit/WebKit/pull/59503
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
<
rdar://problem/171621747
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug