Skip to Main Content
Chromium logo
Introducing Skia Graphite: Chrome's rasterization backend for the future
["How can teachers and students use AI?", "What are the newest features in Chrome?", "How can I learn new AI skills?"]

The Fast and the Curious

Introducing Skia Graphite: Chrome's rasterization backend for the future

It's a creative graphic piece with a sketch or hand-drawn style on a graph paper background.  Text: It features the pun "The Fast & the Curious," a reference to the famous film franchise.  Iconography: On the left, a drawn rocket takes off above clouds of
The chart illustrates a notable performance increase (approximately 15%) between versions M133 and M134, resulting in smoother animations and graphics for the user.

Left: Frame from Motionmark Suits Right: Depth buffer for the same frame.

Left: Frame from Motionmark Suits Right: Depth buffer for the same frame.
The image is a technical diagram illustrating the workflow between different processing threads for graphics rendering (GPU):  Main Threads:  GPU Main Thread: The main thread where tile and canvas rasterization occurs.  Visual Compositor Thread: The thread responsible for visual composition.  Data Flow: Both threads use a "Recorder" process that generates a recording. These recordings are inserted into a common context.  Final Output: The context sends the information (submit) to Dawn, the abstraction layer that communicates with the native graphics APIs (Metal, Vulkan, or D3D) to display the image on the screen.
Unlike previous models, this diagram shows a scalable (2...N) system, where the use of multiple threads for rasterization allows the browser to be much faster and smoother when processing complex graphics. The visual style is a freehand drawing in blue.