Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9267170
Draft `vello_cpu` renderer
hecrj Jan 27, 2026
fd7219c
Remove leftover `tiny-skia` literals
hecrj Jan 27, 2026
fb48bbf
Draft `Paragraph` rendering in `vello_cpu`
hecrj Jan 27, 2026
fcd20b9
Avoid `Pixmap` blit in `vello_cpu` renderer
hecrj Jan 31, 2026
bcca356
Add `wrapping` and `ellipsis` to `cache::Key`
hecrj Mar 27, 2026
01393e8
Update `vello_cpu` to `0.7`
hecrj Mar 27, 2026
9abbdac
Enable `multithreading` for `vello_cpu`
hecrj Mar 27, 2026
90af5e3
Draw `Text::Cached` in `vello_cpu` backend
hecrj Mar 28, 2026
e4f2274
Draw `Text::Editor` in `vello_cpu` backend
hecrj Mar 30, 2026
6604173
Draw `Text::Raw` in `vello_cpu` backend
hecrj Mar 30, 2026
83c6485
Implement `raster` image rendering for `vello_cpu` backend
hecrj Apr 1, 2026
9621951
Implement headless `screenshot` for `vello_cpu` backend
hecrj Apr 1, 2026
d6178f2
Draw `Gradient` background in `vello_cpu` backend
hecrj Apr 2, 2026
1cc9e18
Implement `vector` image rendering for `vello_cpu` backend
hecrj Apr 4, 2026
1d7ce56
Implement `geometry` rendering for `vello_cpu` backend
hecrj Apr 6, 2026
d55ff20
Draw quad shadows in `vello_cpu` backend
hecrj Apr 15, 2026
9b3e065
Draw rounded corners for images in `vello_cpu` backend
hecrj Apr 15, 2026
3c2deb0
Enable `vello_cpu` when `software` backend name is used
hecrj Apr 16, 2026
a144b75
Merge branch 'master' into vello_cpu
hecrj Apr 16, 2026
32553a4
Avoid `vello_cpu` dependency when not explicitly enabled
hecrj Apr 18, 2026
6f95d3d
Merge branch 'master' into vello_cpu
hecrj Apr 18, 2026
0202887
Merge branch 'master' into vello_cpu
hecrj May 26, 2026
61f4b6a
Update `vello_cpu` to `0.0.8` :tada:
hecrj May 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
-p iced_highlighter \
-p iced_renderer \
-p iced_runtime \
-p iced_tiny_skia \
-p iced_vello_cpu \
-p iced_wgpu \
-p iced_widget \
-p iced_winit \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
RUSTFLAGS: --deny warnings
ICED_TEST_BACKEND: tiny-skia
ICED_TEST_BACKEND: vello_cpu
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
Expand Down
Loading
Loading