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
/
triangle.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-30
Invalidate text uploads after atlas trimming
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-30
Fix `text` and `triangle` uploads being dropped on `canvas` cache clears
Héctor Ramón Jiménez
1
-0
/
+1
2024-04-27
Retain caches in `iced_wgpu` as long as `Rc` values are alive
Héctor Ramón Jiménez
1
-7
/
+6
2024-04-08
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+3
2024-04-07
Share `msaa::Blit` texture between multiple windows
Héctor Ramón Jiménez
1
-9
/
+10
2024-04-06
Avoid generating empty caches in `iced_wgpu`
Héctor Ramón Jiménez
1
-8
/
+23
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
1
-250
/
+253
2024-04-05
Fix layer transformations
Héctor Ramón Jiménez
1
-25
/
+47
2024-04-03
Fix `geometry::Cache` not reusing previous geometry
Héctor Ramón Jiménez
1
-1
/
+0
2024-04-03
Implement preliminary cache grouping for mesh primitives
Héctor Ramón Jiménez
1
-18
/
+45
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
1
-120
/
+276
2024-03-29
Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads
Héctor Ramón Jiménez
1
-9
/
+26
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-02
Replace `Primitive::Translate` with `Transform`
Héctor Ramón Jiménez
1
-4
/
+2
2023-10-27
Update `wgpu` to `0.18` and `cosmic-text` to `0.10`
Héctor Ramón Jiménez
1
-1
/
+6
2023-09-20
Simplify `map` call in `iced_wgpu::triangle`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Revert "Chore: Apply clippy map transformations"
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::unreadable_literal`
Héctor Ramón Jiménez
1
-5
/
+5
2023-09-19
Chore: Apply clippy map transformations
Yuri Astrakhan
1
-1
/
+1
2023-09-07
Use Oklab color interpolation only with `color::GAMMA_CORRECTION`
Héctor Ramón Jiménez
1
-5
/
+30
2023-06-29
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
1
-36
/
+39
2023-06-07
Switched to packing using f16s to maintain acceptable precision.
Bingus
1
-7
/
+9
2023-06-06
Optimized gradient data packing.
Bingus
1
-19
/
+7
2023-06-01
Fix empty scissor rectangle in `iced_wgpu::triangle` pipeline
Héctor Ramón Jiménez
1
-0
/
+4
2023-05-19
Avoid redundant `buffer::Buffer` import
Héctor Ramón Jiménez
1
-4
/
+3
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-351
/
+192
2023-04-27
Fix unused import in `triangle` pipeline for Wasm target in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+4
2023-04-01
remove colons from shader labels
David Huculak
1
-2
/
+2
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-13
/
+11
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-33
/
+38
2023-02-24
Provide some margin to static buffers when growing
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
Refactor `triangle::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
1
-223
/
+338
2023-01-09
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
1
-4
/
+4
2023-01-09
Initial profiling support for Iced.
Bingus
1
-0
/
+8
2022-12-20
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
1
-5
/
+1
2022-11-16
Group all solid triangles independently of color
Héctor Ramón Jiménez
1
-126
/
+545
2022-11-10
Added conditional configurations for WASM target for gradients & storage buff...
bungoboingo
1
-2
/
+13
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
1
-0
/
+19
2022-11-03
Rename `buffers` module to `buffer`
Héctor Ramón Jiménez
1
-5
/
+5
2022-11-03
Fix lints by `clippy`
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-5
/
+3
2022-10-18
Cleaned up namespaces re: PR comments.
bungoboingo
1
-18
/
+16
2022-10-07
More import adjusting.
shan
1
-3
/
+2
2022-10-06
Fixed some more imports/documentation.
shan
1
-2
/
+2
2022-10-06
Fixed some imports/documentation.
shan
1
-5
/
+1
2022-10-06
Fixed lint issues & cleaned up some documentation.
shan
1
-1
/
+1
2022-10-05
Fixed issue with offsets not being reset properly leading to borked draws.
shan
1
-0
/
+3
[next]