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
/
atlas.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-09
Update `wgpu` to `24` and use `cryoglyph` fork
Héctor Ramón Jiménez
1
-5
/
+5
2024-05-06
Fix windows fighting over shared `image::Cache`
Héctor Ramón Jiménez
1
-3
/
+35
2024-04-24
Make image `Cache` eviction strategy less aggressive in `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+11
2024-02-19
Use two layers for `image::atlas` only on `Gl` backend
Héctor Ramón Jiménez
1
-5
/
+9
2024-02-18
[wgpu.image] Workaround WGPU OpenGL heuristics
PolyMeilex
1
-2
/
+6
2023-09-20
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
1
-4
/
+4
2023-05-31
Use proper gamma correction mode in `image::Atlas::grow`
Héctor Ramón Jiménez
1
-1
/
+5
2023-05-31
Avoid gamma correction when `web-colors` is enabled for images
Héctor Ramón Jiménez
1
-1
/
+6
2023-05-11
Remove `dbg!` leftovers in `image::atlas`
Héctor Ramón Jiménez
1
-3
/
+0
2023-05-11
Fix race condition when growing an `image::Atlas`
Héctor Ramón Jiménez
1
-11
/
+27
2023-04-20
remove unused import
David Huculak
1
-2
/
+0
2023-04-20
wgpu 0.16
David Huculak
1
-2
/
+2
2023-04-13
Update `wgpu` to `0.15`
Elham Aryanpur
1
-0
/
+2
2023-04-08
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
1
-0
/
+2
2023-03-07
Remove `image` abstractions in `iced_graphics`
Héctor Ramón Jiménez
1
-99
/
+91
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
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
-25
/
+24
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
1
-6
/
+8
2022-11-05
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
1
-93
/
+98
2022-07-09
Run `cargo fmt`
Héctor Ramón Jiménez
1
-7
/
+1
2022-07-09
Address Clippy lints
Poly
1
-1
/
+1
2021-08-19
wgpu: Update to 0.10
Poly
1
-7
/
+10
2021-04-11
Upgrade wgpu
Dispersia
1
-11
/
+13
2020-08-31
Add labels to `iced_wgpu` internals
Héctor Ramón Jiménez
1
-3
/
+3
2020-08-27
Fix `offset` calculation in `image::Atlas`
Héctor Ramón Jiménez
1
-1
/
+1
2020-08-27
Fix `layers` initialization in `image::Atlas`
Héctor Ramón Jiménez
1
-1
/
+1
2020-08-27
Update `image` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
1
-16
/
+60
2020-04-07
Update `wgpu` to `0.5` in `iced_wgpu` :tada:
Héctor Ramón Jiménez
1
-26
/
+12
2020-02-28
Stop creating image pipeline when unnecessary
Héctor Ramón Jiménez
1
-0
/
+0
2020-02-26
Move `Atlas::deallocate` after `allocate`
Héctor Ramón Jiménez
1
-21
/
+21
2020-02-26
Deallocate atlas entries and remove padding
Héctor Ramón Jiménez
1
-1
/
+37
2020-02-26
Fix multiple issues from the refactoring
Héctor Ramón Jiménez
1
-19
/
+33
2020-02-26
Avoid creating a vertex buffer every frame
Héctor Ramón Jiménez
1
-7
/
+5
2020-02-26
Refactor texture atlas
Héctor Ramón Jiménez
1
-0
/
+313