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-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-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
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
2
-6
/
+12
2022-05-02
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-04-27
Rename `get_information` to `fetch_information`
Richard
1
-1
/
+1
2022-04-27
Move `compositor` module access from `window` to `crate`
Richard
1
-9
/
+8
2022-04-26
Rename `GraphicsInformation` to `Information`
Richard
1
-2
/
+2
2022-04-26
Enumerate adapters based on log level
Richard
1
-1
/
+1
2022-04-26
Implement `GraphicsInformation` for `iced_wgpu`
Richard
1
-0
/
+11
2022-04-26
Add logging to window and context creation
Richard
1
-0
/
+15
2022-04-20
Introduce `Error::ContextCreationFailed`
Richard
1
-1
/
+1
2022-03-09
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
17
-231
/
+0
2022-03-07
Use `Limits::downlevel_defaults` in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
2
-3
/
+1
2022-02-07
Fix links
Theo Robinson
1
-1
/
+1
[next]