index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wgpu
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-10
Added conditional configurations for WASM target for gradients & storage buff...
bungoboingo
2
-2
/
+20
2022-11-10
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-10
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-05
Remove redundant features in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
4
-19
/
+18
2022-11-05
Use RGBA texture for `image` and `svg` pipelines
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
6
-23
/
+33
2022-11-05
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
7
-537
/
+135
2022-11-03
Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu`
Héctor Ramón Jiménez
1
-10
/
+10
2022-11-03
Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`
Héctor Ramón Jiménez
1
-5
/
+6
2022-11-03
Reuse last set pipeline for `triangle` in `iced_wgpu`
Héctor Ramón Jiménez
3
-2
/
+33
2022-11-03
Rename `buffers` module to `buffer`
Héctor Ramón Jiménez
7
-66
/
+66
2022-11-03
Fix lints by `clippy`
Héctor Ramón Jiménez
4
-7
/
+6
2022-11-03
Convert colors to linear RGB in `gradient` pipelines
Héctor Ramón Jiménez
1
-8
/
+7
2022-11-03
Convert colors to linear RGB before uploading in `solid` pipelines
Héctor Ramón Jiménez
1
-1
/
+3
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
5
-18
/
+8
2022-11-03
Reuse last buffer in `Frame` if `mesh_style` matches
Héctor Ramón Jiménez
1
-5
/
+2
2022-11-01
Fix inconsistent version format for `raw-window-handle` dependency
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-01
Remove inconsistent `wgpu` imports
Héctor Ramón Jiménez
1
-2
/
+1
2022-11-01
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Wyatt Herkamp
2
-7
/
+9
2022-10-18
Cleaned up namespaces re: PR comments.
bungoboingo
8
-123
/
+115
2022-10-07
More import adjusting.
shan
1
-3
/
+2
2022-10-06
Fixed some more imports/documentation.
shan
7
-12
/
+13
2022-10-06
Fixed some imports/documentation.
shan
1
-5
/
+1
2022-10-06
add a link to wgpu supported platforms list
Alistair Keiller
1
-2
/
+3
2022-10-06
remove DX11 support from wgpu
Alistair Keiller
1
-1
/
+1
2022-10-06
Fixed lint issues & cleaned up some documentation.
shan
6
-12
/
+9
2022-10-05
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
1
-2
/
+2
2022-10-05
Adjusted gradient uniforms to be more tightly packed.
shan
2
-31
/
+37
2022-10-05
Fixed issue with offsets not being reset properly leading to borked draws.
shan
2
-2
/
+10
2022-10-05
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
6
-138
/
+136
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
6
-228
/
+242
2022-09-29
Removed some leftover debugging.
shan
1
-4
/
+0
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
11
-370
/
+1085
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
11
-370
/
+1085
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
2
-5
/
+12
2022-07-09
Run `cargo fmt`
Héctor Ramón Jiménez
1
-7
/
+1
2022-07-09
Address Clippy lints
Poly
10
-57
/
+49
2022-07-03
Replace name abbreviation in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-03
Simplify format selection in `iced_wgpu`
Héctor Ramón Jiménez
1
-6
/
+1
2022-07-03
Use latest `wgpu_glyph` release on crates.io
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-02
better `wgsl` code style
Cupnfish
4
-11
/
+11
2022-07-02
fix `wgsl` syntax
Cupnfish
1
-1
/
+1
2022-07-02
remove unnecessary `Cargo.toml` formatting
Cupnfish
1
-22
/
+22
2022-07-02
replace `path` to `git`
Cupnfish
1
-23
/
+23
2022-07-02
update `wgpu` to `0.13`
Cupnfish
11
-122
/
+126
2022-06-16
Fix alpha blending for wgpu msaa
Cory Forsstrom
2
-24
/
+4
2022-05-31
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-31
Try `Limits::default` in `iced_wgpu` before `downlevel_defaults`
Héctor Ramón Jiménez
1
-19
/
+27
[next]