| Commit message (Expand) | Author | Files | Lines |
2021-08-03 | wgpu: Use the preferred texture format of the surface | Tilmann Meyer | 3 | -17/+18 |
2021-07-22 | Introduce `text_multithreading` to `Settings` | Héctor Ramón Jiménez | 1 | -0/+4 |
2021-07-22 | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | Héctor Ramón Jiménez | 4 | -6/+14 |
2021-07-21 | Use ceil on svg dimensions, fix svg memory usage | aentity | 1 | -2/+3 |
2021-06-22 | Use vertex_attr_array macro | Poly | 3 | -71/+19 |
2021-06-22 | Update wgpu 0.9 | Poly | 1 | -2/+2 |
2021-06-14 | docs: update all 0.2 github links to 0.3 | Yusuf Bera Ertan | 1 | -1/+1 |
2021-06-14 | feat: expose draw_cache_multithread | Yusuf Bera Ertan | 2 | -1/+4 |
2021-06-09 | Revert "Attempt to fix scissor_rect validation error" | Héctor Ramón | 1 | -10/+1 |
2021-06-09 | Attempt to fix scissor_rect validation error | nlevy | 1 | -1/+10 |
2021-06-03 | Implement `Toggler` widget for iced_native | Kaiden42 | 2 | -0/+12 |
2021-05-21 | Use `FilterMode::Nearest` in `triangle::msaa` | Héctor Ramón | 1 | -3/+3 |
2021-05-21 | Revert "Remove padding from triangle" | Héctor Ramón | 1 | -0/+8 |
2021-05-20 | Fix duplicating fragment position | Dispersia | 1 | -4/+3 |
2021-05-19 | run format | Dispersia | 1 | -2/+2 |
2021-05-19 | Remove padding from triangle | Dispersia | 1 | -8/+0 |
2021-05-19 | Add padding to quad to fix alignment issue | Dispersia | 1 | -0/+5 |
2021-05-19 | temporary up | Dispersia | 1 | -7/+3 |
2021-05-19 | Use latest `wgpu` releases instead of patched sources | Héctor Ramón | 4 | -25/+31 |
2021-05-19 | Fix formatting with `cargo fmt` | Héctor Ramón | 1 | -3/+1 |
2021-05-14 | update doc | Downtime | 1 | -0/+1 |
2021-05-13 | Add a primary backend that can be set | Downtime | 1 | -0/+1 |
2021-05-11 | This commit optimizes the function used to converg rgba pixels into bgra pixels. | Zak | 1 | -17/+5 |
2021-05-05 | Provide `compatible_surface` in `iced_wgpu::Compositor` | Héctor Ramón | 1 | -5/+18 |
2021-04-12 | Run cargo fmt | Dispersia | 3 | -29/+31 |
2021-04-12 | add temporary fix for image wgsl | Dispersia | 4 | -9/+11 |
2021-04-12 | Add staging belt fix | Dispersia | 2 | -16/+15 |
2021-04-11 | Upgrade wgpu | Dispersia | 27 | -348/+380 |
2021-03-31 | Bump versions :tada: | Héctor Ramón Jiménez | 2 | -4/+4 |
2021-03-25 | Introduce `internal_backend` to `iced_wgpu::Settings` | Héctor Ramón Jiménez | 2 | -40/+42 |
2021-03-25 | Support choosing `wgpu` backend using env var | Downtime | 1 | -1/+40 |
2021-02-23 | Change `Tooltip` to support `Text` only for now | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-02-15 | feat(native): add Tooltip widget | Yusuf Bera Ertan | 2 | -0/+9 |
2021-02-13 | Add image format options to reduce code bloat, fixes #376 | Greg V | 6 | -23/+37 |
2021-02-12 | Touch support for `PaneGrid` and `PickList` (#650) | anunge | 1 | -0/+1 |
2021-02-06 | Enable filtering in `wgpu::image` | Héctor Ramón Jiménez | 1 | -2/+2 |
2021-02-06 | List `color_blend` first in `wgpu::quad` | Héctor Ramón Jiménez | 1 | -4/+4 |
2021-02-06 | Remove unnecessary line break in `triangle::msaa` | Héctor Ramón Jiménez | 1 | -1/+0 |
2021-02-06 | Use lowercase in `wgpu` labels for consistency | Héctor Ramón Jiménez | 4 | -5/+5 |
2021-02-06 | Use the latest release of `wgpu_glyph` | Héctor Ramón Jiménez | 1 | -2/+2 |
2021-02-03 | Change `PowerPreference` from `default()` to `LowPower` | Poly | 1 | -1/+1 |
2021-02-03 | Fix TextureViewDimension for image | Poly | 1 | -1/+1 |
2021-02-03 | Fix ScissorRect | Poly | 1 | -1/+2 |
2021-02-03 | [wgpu 0.7] triangle/msaa disable filtering | Poly | 1 | -2/+2 |
2021-02-03 | [wgpu 0.7] Update image.rs | Poly | 1 | -55/+66 |
2021-02-03 | [wgpu 0.7] Update triangle.rs | Poly | 1 | -52/+60 |
2021-02-03 | [wgpu 0.7] Update triangle/msaa.rs | Poly | 1 | -34/+40 |
2021-02-03 | [wgpu 0.7] Update window/compositor.rs | Poly | 1 | -3/+6 |
2021-02-03 | [wgpu 0.7] Update quad.rs | Poly | 1 | -54/+62 |
2021-02-03 | The beginning of wgpu 0.7 update | Poly | 1 | -2/+2 |