mtvare6
|
1358d1b16c
|
Merge
|
2025-07-23 14:29:59 +05:30 |
|
Firestar99
|
890da6a3c3
|
Clean up code by using Iterator::collect() when constructing instance tables (#2918)
* instances: `Iterator::collect()` instances
* instances: adjust nodes to use iterators
* fix warnings on master
* Bump MSRV
* Port the remaining usages
---------
Co-authored-by: Keavon Chambers <keavon@keavon.com>
|
2025-07-23 05:51:40 +00:00 |
|
mTvare
|
032f9bdf72
|
Upgrade vello to version 0.5.0 and wgpu to version 25 (#2890)
* update: vello
* fix compile errors
* create target texture lazily
* fix TextureBlitter texture format mismatch
* use `futures::lock::Mutex` instead of std Mutex
---------
Co-authored-by: Firestar99 <firestar99@sydow.cloud>
|
2025-07-22 19:51:02 +02:00 |
|
mtvare6
|
9f3a19f648
|
add: vello luminance based clipping
|
2025-07-15 14:11:06 +05:30 |
|
Keavon Chambers
|
99966d848d
|
Fix text per-glyph instance overlays and click target issues
|
2025-07-14 14:47:01 -07:00 |
|
mtvare6
|
89d6c970d4
|
fix: replace alpha with luminance
|
2025-07-12 04:13:09 +05:30 |
|
mtvare6
|
382b1e35d4
|
add: mask to raster data
|
2025-07-12 03:03:59 +05:30 |
|
James Lindsay
|
13ad814639
|
Add a complexity limit on displaying layer thumbnails to improve performance (#2828)
* Skip complex layer thumbnails
* Set Raster<GPU> to have usize::MAX render complexity
* Code review
---------
Co-authored-by: Keavon Chambers <keavon@keavon.com>
|
2025-07-10 07:57:45 +00:00 |
|
mtvare6
|
27cc7a0e8e
|
Merge branch 'master' into masking
|
2025-07-10 13:11:30 +05:30 |
|
mtvare6
|
13a4807940
|
fix: vello vector data
|
2025-07-09 19:55:43 +05:30 |
|
mtvare6
|
9c0847f3fd
|
add: masking to vector data
|
2025-07-09 19:20:10 +05:30 |
|
James Lindsay
|
4a83067081
|
Fix Path tool's Path node transform calculation by skipping local transform based on first instance source ID (#2843)
* First instance source id
* Set source node id and migrations
|
2025-07-07 22:09:21 +00:00 |
|
mtvare6
|
5d8180305a
|
merge
|
2025-07-01 08:47:00 +05:30 |
|
Dennis Kobert
|
357e77077d
|
Only compute bounding box for layers being rendered by Vello when actually used (#2771)
Only compute bounding box for vello when it is actually used
Co-authored-by: Keavon Chambers <keavon@keavon.com>
|
2025-06-27 19:06:52 -07:00 |
|
Firestar99
|
9c4ab34a58
|
Extract gsvg_renderer from gcore, remove gcore/vello feature (#2760)
Extract `gsvg_renderer` from `gcore`, remove `gcore/vello` feature
|
2025-06-27 13:47:46 +00:00 |
|