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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #667 from BillyDM/wgpu_outdatedframe
Héctor Ramón
2021-08-05
1
-53
/
+73
|
\
|
*
redo custom error for Compositor::draw()
Billy Messenger
2021-07-22
1
-28
/
+36
|
*
add custom error for Compositor::draw()
Billy Messenger
2021-07-22
1
-9
/
+10
|
*
only panic when wgpu gives OutOfMemory swapchain error
Billy Messenger
2021-07-22
1
-1
/
+1
|
*
Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe
Billy Messenger
2021-07-22
39
-639
/
+772
|
|
\
|
*
|
remove unused code
Billy Messenger
2020-12-16
1
-4
/
+2
|
*
|
don't panic when swapchain frame is outdated
Billy Messenger
2020-12-16
1
-54
/
+69
*
|
|
wgpu: Use the preferred texture format of the surface
Tilmann Meyer
2021-08-03
3
-17
/
+18
|
|
/
|
/
|
*
|
Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithread
Héctor Ramón
2021-07-22
3
-3
/
+18
|
\
\
|
*
|
Introduce `text_multithreading` to `Settings`
Héctor Ramón Jiménez
2021-07-22
1
-0
/
+4
|
*
|
Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`
Héctor Ramón Jiménez
2021-07-22
4
-6
/
+14
|
*
|
feat: expose draw_cache_multithread
Yusuf Bera Ertan
2021-06-14
2
-1
/
+4
*
|
|
Merge pull request #952 from aentity/fix_svg_memory
Héctor Ramón
2021-07-21
1
-2
/
+3
|
\
\
\
|
*
|
|
Use ceil on svg dimensions, fix svg memory usage
aentity
2021-07-21
1
-2
/
+3
|
|
/
/
*
|
|
Merge pull request #915 from yusdacra/docs/update-links
Héctor Ramón
2021-06-22
1
-1
/
+1
|
\
\
\
|
*
|
|
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
2021-06-14
1
-1
/
+1
|
|
/
/
*
|
|
Use vertex_attr_array macro
Poly
2021-06-22
3
-71
/
+19
*
|
|
Update wgpu 0.9
Poly
2021-06-22
1
-2
/
+2
|
/
/
*
|
Implement `Toggler` widget for iced_native
Kaiden42
2021-06-03
2
-0
/
+12
*
|
Use `FilterMode::Nearest` in `triangle::msaa`
Héctor Ramón
2021-05-21
1
-3
/
+3
*
|
Revert "Remove padding from triangle"
Héctor Ramón
2021-05-21
1
-0
/
+8
*
|
Fix duplicating fragment position
Dispersia
2021-05-20
1
-4
/
+3
*
|
run format
Dispersia
2021-05-19
1
-2
/
+2
*
|
Remove padding from triangle
Dispersia
2021-05-19
1
-8
/
+0
*
|
Add padding to quad to fix alignment issue
Dispersia
2021-05-19
1
-0
/
+5
*
|
temporary up
Dispersia
2021-05-19
1
-7
/
+3
*
|
Merge branch 'hecrj:master' into upgrade-wgpu
Aaron Housh
2021-05-19
3
-22
/
+25
|
\
\
|
*
\
Merge pull request #876 from Cupnfish/master
Héctor Ramón
2021-05-17
1
-0
/
+2
|
|
\
\
|
|
*
|
update doc
Downtime
2021-05-14
1
-0
/
+1
|
|
*
|
Add a primary backend that can be set
Downtime
2021-05-13
1
-0
/
+1
|
*
|
|
This commit optimizes the function used to converg rgba pixels into bgra pixels.
Zak
2021-05-11
1
-17
/
+5
|
*
|
|
Provide `compatible_surface` in `iced_wgpu::Compositor`
Héctor Ramón
2021-05-05
1
-5
/
+18
|
|
/
/
*
|
|
Use latest `wgpu` releases instead of patched sources
Héctor Ramón
2021-05-19
4
-25
/
+31
*
|
|
Fix formatting with `cargo fmt`
Héctor Ramón
2021-05-19
1
-3
/
+1
*
|
|
Run cargo fmt
Dispersia
2021-04-12
3
-29
/
+31
*
|
|
add temporary fix for image wgsl
Dispersia
2021-04-12
4
-9
/
+11
*
|
|
Add staging belt fix
Dispersia
2021-04-12
2
-16
/
+15
*
|
|
Upgrade wgpu
Dispersia
2021-04-11
27
-348
/
+380
|
/
/
*
|
Bump versions :tada:
Héctor Ramón Jiménez
2021-03-31
2
-4
/
+4
*
|
Introduce `internal_backend` to `iced_wgpu::Settings`
Héctor Ramón Jiménez
2021-03-25
2
-40
/
+42
*
|
Support choosing `wgpu` backend using env var
Downtime
2021-03-25
1
-1
/
+40
*
|
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
2021-02-23
1
-1
/
+1
*
|
feat(native): add Tooltip widget
Yusuf Bera Ertan
2021-02-15
2
-0
/
+9
*
|
Add image format options to reduce code bloat, fixes #376
Greg V
2021-02-13
6
-23
/
+37
*
|
Touch support for `PaneGrid` and `PickList` (#650)
anunge
2021-02-12
1
-0
/
+1
*
|
Enable filtering in `wgpu::image`
Héctor Ramón Jiménez
2021-02-06
1
-2
/
+2
*
|
List `color_blend` first in `wgpu::quad`
Héctor Ramón Jiménez
2021-02-06
1
-4
/
+4
*
|
Remove unnecessary line break in `triangle::msaa`
Héctor Ramón Jiménez
2021-02-06
1
-1
/
+0
*
|
Use lowercase in `wgpu` labels for consistency
Héctor Ramón Jiménez
2021-02-06
4
-5
/
+5
*
|
Use the latest release of `wgpu_glyph`
Héctor Ramón Jiménez
2021-02-06
1
-2
/
+2
[prev]
[next]