Files
ladybird/Libraries/LibWeb/HTML/RenderingThread.cpp
Aliaksandr Kalenik 5911c6ba0d LibWeb: Move backing store allocation to the rendering thread
Backing stores are GPU surfaces and need to be created on whichever
thread owns the Skia context behind them. As preparation for giving the
rendering thread its own Skia context, run the allocation inside the
compositor loop, and use a callback to hand the resulting shared image
handles back to the page client on the main thread.
2026-05-04 20:12:21 +02:00

17 KiB