Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Use `Skip` as the `MissedTickBehavior` for `tokio` futures backend | 2024-04-16 | 1 | -6/+8 | ||
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #2382 from iced-rs/wgpu/better-architecture | 2024-04-14 | 67 | -4158/+4848 | ||
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Restore `PREMULTIPLIED_ALPHA_BLENDING` in `triangle::msaa` pipeline | 2024-04-12 | 1 | -1/+3 | ||
| * | | | | | | | Fix applying local transformation to `layer_bounds` in `iced_wgpu::text` | 2024-04-12 | 1 | -4/+2 | ||
| * | | | | | | | Clip quad damage with layer bounds in `iced_tiny_skia` | 2024-04-10 | 1 | -1/+11 | ||
| * | | | | | | | Sort damage by distance from origin in `iced_graphics::damage` | 2024-04-10 | 2 | -13/+12 | ||
| * | | | | | | | Track image damage in `iced_tiny_skia` | 2024-04-10 | 2 | -1/+20 | ||
| * | | | | | | | Account for `transformation` in `Text::visible_bounds` | 2024-04-10 | 2 | -5/+7 | ||
| * | | | | | | | Reintroduce damage tracking for `iced_tiny_skia` | 2024-04-10 | 10 | -92/+347 | ||
| * | | | | | | | Remove leftover `renderer` module in `iced_graphics` | 2024-04-09 | 3 | -279/+1 | ||
| * | | | | | | | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 28 | -1921/+1934 | ||
| * | | | | | | | Make arguments of `Renderer::new` explicit in `iced_wgpu` | 2024-04-08 | 4 | -17/+17 | ||
| * | | | | | | | Remove leftover `primitive::pipeline` module | 2024-04-08 | 1 | -1/+0 | ||
| * | | | | | | | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 11 | -172/+219 | ||
| * | | | | | | | Merge branch 'master' into wgpu/better-architecture | 2024-04-08 | 2 | -12/+16 | ||
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Share `msaa::Blit` texture between multiple windows | 2024-04-07 | 4 | -69/+112 | ||
| * | | | | | | | | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 41 | -267/+318 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Check benchmarks only instead of testing them in CI | 2024-04-07 | 2 | -5/+13 | ||
| * | | | | | | | | | Fix lint in `wgpu` benchmark | 2024-04-07 | 1 | -2/+2 | ||
| * | | | | | | | | | Test benchmarks in GitHub CI | 2024-04-07 | 2 | -4/+4 | ||
| * | | | | | | | | | Wait for submission in `wgpu` benchmark | 2024-04-07 | 1 | -1/+3 | ||
| * | | | | | | | | | Add a simple `wgpu` benchmark using `criterion` | 2024-04-07 | 2 | -0/+191 | ||
| * | | | | | | | | | Reenable proper `present_mode` in `iced_wgpu` | 2024-04-06 | 1 | -2/+2 | ||
| * | | | | | | | | | Avoid generating empty caches in `iced_wgpu` | 2024-04-06 | 4 | -22/+66 | ||
| * | | | | | | | | | Avoid generating empty `Frame` geometry in `iced_wgpu` | 2024-04-06 | 1 | -18/+25 | ||
| * | | | | | | | | | Decouple caching from layering and simplify everything | 2024-04-05 | 15 | -1191/+888 | ||
| * | | | | | | | | | Enable clipping and disable v-sync for now | 2024-04-05 | 3 | -20/+20 | ||
| * | | | | | | | | | Fix layer transformations | 2024-04-05 | 6 | -167/+209 | ||
| * | | | | | | | | | Fix broken doc links in `iced_wgpu` and `iced_graphics` | 2024-04-03 | 3 | -13/+14 | ||
| * | | | | | | | | | Use default tolerance for dashed paths in `iced_wgpu` | 2024-04-03 | 1 | -1/+3 | ||
| * | | | | | | | | | Set proper `present_mode` in `iced_wgpu` | 2024-04-03 | 1 | -2/+2 | ||
| * | | | | | | | | | Fix `geometry::Cache` not reusing previous geometry | 2024-04-03 | 2 | -16/+24 | ||
| * | | | | | | | | | Reintroduce debug overlay in `iced_wgpu` | 2024-04-03 | 1 | -3/+45 | ||
| * | | | | | | | | | Implement preliminary cache grouping for mesh primitives | 2024-04-03 | 2 | -52/+106 | ||
| * | | | | | | | | | Remove unused `layer` module in `iced_graphics` | 2024-04-03 | 1 | -47/+0 | ||
| * | | | | | | | | | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 36 | -1931/+2664 | ||
* | | | | | | | | | | Merge pull request #2380 from alex-ds13/master | 2024-04-09 | 1 | -6/+0 | ||
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remove extra Download struct from dowload_progress example | 2024-04-08 | 1 | -6/+0 | ||
|/ / / / / / / / / | ||||||
* | | | | | | | | | Pick best contrast between black/white in `theme::palette` | 2024-04-07 | 1 | -8/+16 | ||
* | | | | | | | | | Use `Lch` to choose white text when not readable in `theme::palette` | 2024-04-07 | 1 | -2/+6 | ||
* | | | | | | | | | Revert "Merge pull request #2376 from Davidster/fix_palette_readable_color_co... | 2024-04-07 | 1 | -10/+2 | ||
* | | | | | | | | | Merge pull request #2379 from Zaubentrucker/bugfix/nix-shell-pkgconfig | 2024-04-07 | 1 | -1/+1 | ||
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Use `pkg-config` instead `pkgconfig` | 2024-04-07 | 1 | -1/+1 | ||
|/ / / / / / / / | ||||||
* | | | | | | | | Install missing dependencies in `lint` workflow | 2024-04-07 | 1 | -0/+5 | ||
* | | | | | | | | Run `lint` workflow in `ubuntu-latest` | 2024-04-07 | 1 | -1/+1 | ||
* | | | | | | | | Merge pull request #2377 from iced-rs/cargo-lints | 2024-04-07 | 32 | -244/+274 | ||
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 32 | -244/+274 | ||
|/ / / / / / / / | ||||||
* | | | | | | | | Add a simple `wgpu` benchmark using `criterion` | 2024-04-07 | 2 | -0/+194 | ||
* | | | | | | | | Merge pull request #2376 from Davidster/fix_palette_readable_color_contrast | 2024-04-07 | 1 | -2/+10 | ||
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | add stronger guarantee of readability/contrast for palette background/text co... | 2024-04-07 | 1 | -2/+10 | ||
|/ / / / / / / / |