Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Experimental wgpu WebGL backend support | 2022-01-28 | 1 | -0/+1 | |
| | | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef | ||||
* | Bump raw-window-handle | 2022-01-04 | 1 | -1/+1 | |
| | |||||
* | Update wgpu_glyph | 2022-01-04 | 1 | -1/+1 | |
| | |||||
* | Update wgpu 0.12 | 2022-01-04 | 1 | -2/+2 | |
| | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | |
| | |||||
* | Update wgpu to 0.11 | 2021-10-13 | 1 | -2/+2 | |
| | |||||
* | Downgrade bitmask in iced_wgpu for consistency with iced_core | 2021-09-30 | 1 | -1/+1 | |
| | |||||
* | Refactor `Orientation` into `Operation` in `image::raster` | 2021-09-30 | 1 | -0/+1 | |
| | |||||
* | Remove `TODO` in `Cargo.toml` of `iced_wgpu` | 2021-09-30 | 1 | -1/+1 | |
| | |||||
* | Honor Exif orientation in `iced_wgpu::Image` | 2021-09-30 | 1 | -0/+1 | |
| | |||||
* | Update `resvg` to `0.18` in `iced_wgpu` | 2021-09-27 | 1 | -3/+7 | |
| | |||||
* | Update wgpu_glyph | 2021-08-19 | 1 | -1/+1 | |
| | |||||
* | wgpu: Update to 0.10 | 2021-08-19 | 1 | -2/+3 | |
| | |||||
* | Update wgpu 0.9 | 2021-06-22 | 1 | -2/+2 | |
| | |||||
* | Use latest `wgpu` releases instead of patched sources | 2021-05-19 | 1 | -2/+2 | |
| | |||||
* | Add staging belt fix | 2021-04-12 | 1 | -2/+2 | |
| | |||||
* | Upgrade wgpu | 2021-04-11 | 1 | -2/+2 | |
| | |||||
* | Bump versions :tada: | 2021-03-31 | 1 | -3/+3 | |
| | |||||
* | Add image format options to reduce code bloat, fixes #376 | 2021-02-13 | 1 | -1/+15 | |
| | |||||
* | Use the latest release of `wgpu_glyph` | 2021-02-06 | 1 | -2/+2 | |
| | |||||
* | The beginning of wgpu 0.7 update | 2021-02-03 | 1 | -2/+2 | |
| | | | hecrj/iced#723 | ||||
* | Update resvg to `0.12` | 2020-12-19 | 1 | -3/+6 | |
| | |||||
* | Bump versions :tada: | 2020-11-26 | 1 | -2/+2 | |
| | |||||
* | Implement `QRCode` widget | 2020-11-20 | 1 | -0/+1 | |
| | |||||
* | Update `bytemuck` and remove `zerocopy` in `iced_wgpu` | 2020-11-10 | 1 | -2/+4 | |
| | |||||
* | update guillotiere to 0.6 | 2020-11-06 | 1 | -1/+1 | |
| | |||||
* | Update `wgpu` to `0.6` in `iced_wgpu` | 2020-08-27 | 1 | -5/+3 | |
| | |||||
* | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl. | 2020-08-17 | 1 | -1/+0 | |
| | |||||
* | Feature gate `font-kit` behind `"default_system_font"` feature. | 2020-05-31 | 1 | -1/+2 | |
| | |||||
* | Merge branch 'master' into improvement/update-wgpu_glyph | 2020-05-29 | 1 | -9/+6 | |
|\ | |||||
| * | Move built-in fonts to `iced_graphics` | 2020-05-19 | 1 | -1/+1 | |
| | | |||||
| * | Move `font::Source` to `iced_graphics` | 2020-05-19 | 1 | -1/+1 | |
| | | |||||
| * | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -7/+4 | |
| | | |||||
* | | Use published version of `wgpu_glyph` | 2020-05-29 | 1 | -1/+1 | |
| | | |||||
* | | Update `wgpu_glyph` and `glyph_brush` | 2020-05-25 | 1 | -2/+2 | |
|/ | |||||
* | Pin `gfx-memory` until allocator issue is fixed | 2020-05-06 | 1 | -0/+3 | |
| | | | | https://github.com/gfx-rs/wgpu-rs/issues/261 | ||||
* | Update iced_wgpu dependencies | 2020-05-05 | 1 | -4/+4 | |
| | | | | | | | font-kit 0.4 -> 0.6 guillotiere 0.4 -> 0.5 image 0.22 -> 0.23 resvg 0.8 -> 0.9 | ||||
* | Bump versions :tada: | 2020-04-26 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #269 from hecrj/update-wgpu | 2020-04-16 | 1 | -2/+3 | |
|\ | | | | | Update `wgpu` to `0.5` in `iced_wgpu` | ||||
| * | Use new release of `wgpu_glyph` | 2020-04-13 | 1 | -1/+1 | |
| | | |||||
| * | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 2020-04-07 | 1 | -2/+3 | |
| | | |||||
* | | Bump versions :tada: | 2020-04-15 | 1 | -1/+1 | |
|/ | |||||
* | Enable feature flags in `docs.rs` | 2020-04-05 | 1 | -0/+4 | |
| | |||||
* | Bump all versions :tada: | 2020-04-02 | 1 | -3/+9 | |
| | |||||
* | Use new `wgpu_glyph` release in `iced_wgpu` | 2020-03-03 | 1 | -1/+1 | |
| | |||||
* | Updated shaders and removed debug_stub_derive dependency | 2020-02-25 | 1 | -1/+0 | |
| | |||||
* | Merged image and svg texture atlases into one owned by the image pipeline. | 2020-02-25 | 1 | -0/+1 | |
| | |||||
* | Implemented a texture atlas for images and svgs. | 2020-02-25 | 1 | -0/+1 | |
| | |||||
* | Add `canvas` feature to `iced_wgpu` | 2020-02-11 | 1 | -2/+14 | |
| | | | | And prepare `canvas` module | ||||
* | Make `image` support optional in `iced_wgpu` | 2020-01-20 | 1 | -1/+1 | |
| | | | | | This reduces binary size when image rendering is not necessary a considerable amount. |