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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
-4
/
+3
2023-02-24
Remove unnecessary borrow in `quad::Pipeline`
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-24
Fix rendering order for `quad::Pipeline`
Héctor Ramón Jiménez
1
-9
/
+13
2023-02-24
Refactor `quad::Pipeline` to `prepare` and `render` architecture
Héctor Ramón Jiménez
1
-106
/
+119
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
/
+9
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-1
/
+1
2022-07-02
update `wgpu` to `0.13`
Cupnfish
1
-10
/
+12
2022-01-04
Update wgpu 0.12
Poly
1
-0
/
+1
2021-08-19
wgpu: Update to 0.10
Poly
1
-9
/
+8
2021-06-22
Use vertex_attr_array macro
Poly
1
-32
/
+8
2021-05-19
run format
Dispersia
1
-2
/
+2
2021-05-19
Add padding to quad to fix alignment issue
Dispersia
1
-0
/
+5
2021-05-19
temporary up
Dispersia
1
-7
/
+3
2021-05-19
Use latest `wgpu` releases instead of patched sources
Héctor Ramón
1
-2
/
+2
2021-04-11
Upgrade wgpu
Dispersia
1
-38
/
+38
2021-02-06
List `color_blend` first in `wgpu::quad`
Héctor Ramón Jiménez
1
-4
/
+4
2021-02-03
Fix ScissorRect
Poly
1
-1
/
+2
2021-02-03
[wgpu 0.7] Update quad.rs
Poly
1
-54
/
+62
2020-11-10
Update `bytemuck` and remove `zerocopy` in `iced_wgpu`
Héctor Ramón Jiménez
1
-6
/
+6
2020-08-31
Add labels to `iced_wgpu` internals
Héctor Ramón Jiménez
1
-8
/
+8
2020-08-27
Remove unnecessary `create_buffer_init` for uniforms
Héctor Ramón Jiménez
1
-6
/
+6
2020-08-27
Remove redundant depth bias fields in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+0
2020-08-27
Update `wgpu` to `0.6` in `iced_wgpu`
Héctor Ramón Jiménez
1
-59
/
+66
2020-05-19
Move `Layer` to `iced_graphics`
Héctor Ramón Jiménez
1
-21
/
+9
2020-04-16
Change `&mut wgpu::Device` to `&wgpu::Device` (#299)
Lain-dono
1
-5
/
+2
2020-04-07
Update `wgpu` to `0.5` in `iced_wgpu` :tada:
Héctor Ramón Jiménez
1
-73
/
+79
2020-02-24
Make output format of `iced_wgpu` configurable
Héctor Ramón Jiménez
1
-2
/
+5
2019-12-31
Add `border_width` and `border_color` to `Quad`
Héctor Ramón Jiménez
1
-2
/
+15
2019-12-01
Add `repr(C)` to GPU types
Héctor Ramón Jiménez
1
-0
/
+2
2019-11-22
Write docs for `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+1
2019-11-05
Apply HiDPI scaling to quads
Héctor Ramón Jiménez
1
-15
/
+43
2019-10-31
Replace `nalgebra` with `glam`
Héctor Ramón Jiménez
1
-6
/
+2
2019-10-27
Implement clipping for quads
Héctor Ramón Jiménez
1
-0
/
+8
2019-10-08
Make `iced_core::Button` customizable
Héctor Ramón Jiménez
1
-0
/
+6
2019-10-07
Render colored quads
Héctor Ramón Jiménez
1
-0
/
+269