---
title: "Chromium Blog: Introducing Skia Graphite: Chrome's rasterization backend for the future"
url: https://daily.dev/posts/chromium-blog-introducing-skia-graphite-chrome-s-rasterization-backend-for-the-future-my8jerpza
source_url: https://blog.chromium.org/2025/07/introducing-skia-graphite-chromes.html
type: article
source: "Chromium"
published: 2025-07-08T17:56:00.248Z
updated: 2025-07-09T10:45:28.198Z
tags: ["performance", "google-chrome", "graphics-programming", "webgpu"]
reading_time: 8
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

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

**[Chromium](https://daily.dev/sources/chromium)** · 8 min read · 1 upvotes · 0 comments

## Summary

Chrome has launched Skia Graphite, a new GPU rasterization backend that replaces the older Ganesh system. Graphite delivers 15% better Motionmark 1.3 scores on Apple Silicon Macs while improving real-world metrics like interaction timing and graphics smoothness. The new backend leverages modern graphics APIs through WebGPU Dawn, implements 2D depth testing to reduce overdraw, and supports multithreading by design. Unlike Ganesh's specialized shader approach, Graphite consolidates rendering pipelines to prevent performance cliffs and compilation jank. Future plans include multithreaded rasterization, reduced GPU memory usage for simple content, and GPU compute-based path rasterization.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.chromium.org/2025/07/introducing-skia-graphite-chromes.html>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#performance](https://daily.dev/tags/performance), [#google-chrome](https://daily.dev/tags/google-chrome), [#graphics-programming](https://daily.dev/tags/graphics-programming), [#webgpu](https://daily.dev/tags/webgpu)

[View this post on daily.dev](https://daily.dev/posts/chromium-blog-introducing-skia-graphite-chrome-s-rasterization-backend-for-the-future-my8jerpza)
