raster
RU: растеризация
The step where the browser executes paint commands to produce actual pixel bitmaps for each compositor layer, typically working on small tiles in parallel across raster worker threads. The resulting textures are uploaded to the GPU for compositing. GPU rasterization (via Skia's GPU backend) runs this work directly on the GPU, avoiding a CPU-to-GPU texture upload.