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
/
src
/
image.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
1
-644
/
+0
2024-03-29
Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads
Héctor Ramón Jiménez
1
-12
/
+24
2024-03-20
Fix empty `wgpu` draw calls in `image` pipeline
Héctor Ramón Jiménez
1
-2
/
+10
2024-02-19
Use two layers for `image::atlas` only on `Gl` backend
Héctor Ramón Jiménez
1
-2
/
+6
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-2
/
+1
2023-11-11
Fix unnecessary references in `iced_wgpu::image`
Héctor Ramón Jiménez
1
-3
/
+3
2023-11-11
Refactor texture image filtering
Héctor Ramón Jiménez
1
-106
/
+132
2023-11-11
Remove debug traces
Remmirad
1
-2
/
+1
2023-11-11
fix design for wgpu backend
Remmirad
1
-56
/
+77
2023-11-11
Fix clippy + fmt
Remmirad
1
-18
/
+24
2023-11-11
Implement texture filtering options
Remmirad
1
-24
/
+45
2023-09-24
Reassign attribute locations for image shader
Jim Eckerlein
1
-2
/
+7
2023-09-24
Compute vertex position for image shader
Jim Eckerlein
1
-77
/
+18
2023-05-19
Avoid redundant `buffer::Buffer` import
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-19
Keep `image` pipeline decoupled from `quad` in `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+37
2023-05-11
Fix race condition when growing an `image::Atlas`
Héctor Ramón Jiménez
1
-2
/
+0
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-39
/
+7
2023-04-01
remove colons from shader labels
David Huculak
1
-1
/
+1
2023-03-07
Remove `image` abstractions in `iced_graphics`
Héctor Ramón Jiménez
1
-22
/
+17
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-10
/
+11
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-24
Reuse a `RenderPass` as much as possible in `iced_wgpu`
Héctor Ramón Jiménez
1
-7
/
+3
2023-02-24
Fix needless borrows in `image::Pipeline`
Héctor Ramón Jiménez
1
-2
/
+2
2023-02-24
Refactor `image::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
1
-116
/
+143
2023-01-09
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
1
-3
/
+3
2023-01-09
Initial profiling support for Iced.
Bingus
1
-0
/
+6
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
1
-1
/
+6
2022-11-05
Remove redundant features in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
1
-9
/
+9
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
1
-7
/
+11
2022-11-05
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
1
-13
/
+19
2022-07-09
Address Clippy lints
Poly
1
-4
/
+4
2022-07-02
update `wgpu` to `0.13`
Cupnfish
1
-10
/
+12
2022-01-04
Run `cargo fmt`
Héctor Ramón Jiménez
1
-2
/
+4
2022-01-04
Update wgpu 0.12
Poly
1
-5
/
+3
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2021-08-19
wgpu: Update to 0.10
Poly
1
-11
/
+10
2021-06-22
Use vertex_attr_array macro
Poly
1
-27
/
+7
2021-05-19
Use latest `wgpu` releases instead of patched sources
Héctor Ramón
1
-5
/
+7
2021-04-12
Run cargo fmt
Dispersia
1
-14
/
+15
2021-04-12
add temporary fix for image wgsl
Dispersia
1
-1
/
+1
2021-04-11
Upgrade wgpu
Dispersia
1
-30
/
+29
2021-02-13
Add image format options to reduce code bloat, fixes #376
Greg V
1
-9
/
+9
2021-02-06
Enable filtering in `wgpu::image`
Héctor Ramón Jiménez
1
-2
/
+2
2021-02-06
Use lowercase in `wgpu` labels for consistency
Héctor Ramón Jiménez
1
-1
/
+1
2021-02-03
Fix TextureViewDimension for image
Poly
1
-1
/
+1
2021-02-03
[wgpu 0.7] Update image.rs
Poly
1
-55
/
+66
2020-11-10
Update `bytemuck` and remove `zerocopy` in `iced_wgpu`
Héctor Ramón Jiménez
1
-14
/
+13
2020-08-31
Add labels to `iced_wgpu` internals
Héctor Ramón Jiménez
1
-11
/
+11
[next]