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
/
quad.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
WIP: background image support
master
cel 🌸
2025-03-20
1
-0
/
+16
*
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
2024-04-05
1
-154
/
+34
*
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
2024-04-03
1
-80
/
+214
*
Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads
Héctor Ramón Jiménez
2024-03-29
1
-8
/
+20
*
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
2024-02-02
1
-2
/
+2
*
Replace `Primitive::Translate` with `Transform`
Héctor Ramón Jiménez
2024-02-02
1
-1
/
+1
*
feat: quad shadows
Nick Senger
2024-01-20
1
-0
/
+9
*
Compute vertex position in shader
Jim Eckerlein
2023-09-24
1
-61
/
+0
*
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
2023-05-31
1
-2
/
+3
*
Improve boundaries between `quad` submodules in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-30
1
-17
/
+10
*
Rename `quad_order` variable to `kind` in `quad::Pipeline::render`
Héctor Ramón Jiménez
2023-05-30
1
-2
/
+2
*
Improve consistency of match branches in `quad::Batch::add`
Héctor Ramón Jiménez
2023-05-30
1
-4
/
+2
*
Simplify `order` match statement in `quad::Batch::add`
Héctor Ramón Jiménez
2023-05-30
1
-26
/
+9
*
Rename `quad::Order` to `quad::Kind`
Héctor Ramón Jiménez
2023-05-30
1
-15
/
+15
*
Move `layer::quad` types to `quad` module
Héctor Ramón Jiménez
2023-05-30
1
-282
/
+108
*
Adjusted `Quads` struct to be opaque `quad::Layer`.
Bingus
2023-05-29
1
-22
/
+15
*
Fixed issue where quads of different types were not ordered.
Bingus
2023-05-29
1
-11
/
+32
*
Reduce `INITIAL_INSTANCES` in `wgpu::quad` to `2_000`
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
*
Avoid redundant `buffer::Buffer` import
Héctor Ramón Jiménez
2023-05-19
1
-2
/
+2
*
Keep `image` pipeline decoupled from `quad` in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-19
1
-3
/
+3
*
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
1
-124
/
+357
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-1
/
+1
|
\
|
*
remove colons from shader labels
David Huculak
2023-04-01
1
-1
/
+1
*
|
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-3
/
+3
*
|
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-1
/
+2
*
|
Reuse a `RenderPass` as much as possible in `iced_wgpu`
Héctor Ramón Jiménez
2023-02-24
1
-7
/
+3
*
|
Refactor `triangle::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
2023-02-24
1
-4
/
+3
*
|
Remove unnecessary borrow in `quad::Pipeline`
Héctor Ramón Jiménez
2023-02-24
1
-1
/
+1
*
|
Fix rendering order for `quad::Pipeline`
Héctor Ramón Jiménez
2023-02-24
1
-9
/
+13
*
|
Refactor `quad::Pipeline` to `prepare` and `render` architecture
Héctor Ramón Jiménez
2023-02-24
1
-106
/
+119
|
/
*
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
2023-01-09
1
-4
/
+4
*
Initial profiling support for Iced.
Bingus
2023-01-09
1
-0
/
+9
*
non uniform border radius for quads
Robert Krahn
2022-11-03
1
-1
/
+1
*
update `wgpu` to `0.13`
Cupnfish
2022-07-02
1
-10
/
+12
*
Update wgpu 0.12
Poly
2022-01-04
1
-0
/
+1
*
wgpu: Update to 0.10
Poly
2021-08-19
1
-9
/
+8
*
Use vertex_attr_array macro
Poly
2021-06-22
1
-32
/
+8
*
run format
Dispersia
2021-05-19
1
-2
/
+2
*
Add padding to quad to fix alignment issue
Dispersia
2021-05-19
1
-0
/
+5
*
temporary up
Dispersia
2021-05-19
1
-7
/
+3
*
Use latest `wgpu` releases instead of patched sources
Héctor Ramón
2021-05-19
1
-2
/
+2
*
Upgrade wgpu
Dispersia
2021-04-11
1
-38
/
+38
*
List `color_blend` first in `wgpu::quad`
Héctor Ramón Jiménez
2021-02-06
1
-4
/
+4
*
Fix ScissorRect
Poly
2021-02-03
1
-1
/
+2
*
[wgpu 0.7] Update quad.rs
Poly
2021-02-03
1
-54
/
+62
*
Update `bytemuck` and remove `zerocopy` in `iced_wgpu`
Héctor Ramón Jiménez
2020-11-10
1
-6
/
+6
*
Add labels to `iced_wgpu` internals
Héctor Ramón Jiménez
2020-08-31
1
-8
/
+8
*
Remove unnecessary `create_buffer_init` for uniforms
Héctor Ramón Jiménez
2020-08-27
1
-6
/
+6
*
Remove redundant depth bias fields in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
1
-3
/
+0
*
Update `wgpu` to `0.6` in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
1
-59
/
+66
[next]