summaryrefslogtreecommitdiffstats
path: root/wgpu/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement textual hit testingLibravatar Tom2021-08-212-1/+114
|
* Merge pull request #667 from BillyDM/wgpu_outdatedframeLibravatar Héctor Ramón2021-08-051-53/+73
|\ | | | | Don't panic when wgpu swapchain frame is outdated
| * redo custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-28/+36
| |
| * add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-9/+10
| |
| * only panic when wgpu gives OutOfMemory swapchain errorLibravatar Billy Messenger2021-07-221-1/+1
| |
| * Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframeLibravatar Billy Messenger2021-07-2237-629/+745
| |\
| * | remove unused codeLibravatar Billy Messenger2020-12-161-4/+2
| | |
| * | don't panic when swapchain frame is outdatedLibravatar Billy Messenger2020-12-161-54/+69
| | |
* | | wgpu: Use the preferred texture format of the surfaceLibravatar Tilmann Meyer2021-08-033-17/+18
| |/ |/| | | | | Signed-off-by: Tilmann Meyer <me@atiltedtree.dev>
* | Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithreadLibravatar Héctor Ramón2021-07-223-3/+18
|\ \ | | | | | | feat: expose draw_cache_multithread as a feature
| * | Introduce `text_multithreading` to `Settings`Libravatar Héctor Ramón Jiménez2021-07-221-0/+4
| | |
| * | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez2021-07-223-5/+14
| | |
| * | feat: expose draw_cache_multithreadLibravatar Yusuf Bera Ertan2021-06-141-1/+3
| | |
* | | Merge pull request #952 from aentity/fix_svg_memoryLibravatar Héctor Ramón2021-07-211-2/+3
|\ \ \ | | | | | | | | Use ceil on svg dimensions, fix svg memory usage ref #841
| * | | Use ceil on svg dimensions, fix svg memory usageLibravatar aentity2021-07-211-2/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | Calls ceil() on dimension bounds as this appears fix svg memory unbounded usage because no longer cache miss. The height and width return from resvg seem to always be ceiling of float dimensions, so we try to match.
* | | Merge pull request #915 from yusdacra/docs/update-linksLibravatar Héctor Ramón2021-06-221-1/+1
|\ \ \ | | | | | | | | docs: update all 0.2 github links to 0.3
| * | | docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan2021-06-141-1/+1
| |/ /
* / / Use vertex_attr_array macroLibravatar Poly2021-06-223-71/+19
|/ /
* | Implement `Toggler` widget for iced_nativeLibravatar Kaiden422021-06-032-0/+12
| |
* | Use `FilterMode::Nearest` in `triangle::msaa`Libravatar Héctor Ramón2021-05-211-3/+3
| |
* | Revert "Remove padding from triangle"Libravatar Héctor Ramón2021-05-211-0/+8
| | | | | | | | This reverts commit 2d549d806cd9ff1d7b7b237d818cd24c84957c83.
* | Fix duplicating fragment positionLibravatar Dispersia2021-05-201-4/+3
| |
* | run formatLibravatar Dispersia2021-05-191-2/+2
| |
* | Remove padding from triangleLibravatar Dispersia2021-05-191-8/+0
| |
* | Add padding to quad to fix alignment issueLibravatar Dispersia2021-05-191-0/+5
| |
* | temporary upLibravatar Dispersia2021-05-191-7/+3
| |
* | Merge branch 'hecrj:master' into upgrade-wgpuLibravatar Aaron Housh2021-05-193-22/+25
|\ \
| * \ Merge pull request #876 from Cupnfish/masterLibravatar Héctor Ramón2021-05-171-0/+2
| |\ \ | | | | | | | | Add a primary backend that can be set
| | * | update docLibravatar Downtime2021-05-141-0/+1
| | | |
| | * | Add a primary backend that can be setLibravatar Downtime2021-05-131-0/+1
| | | | | | | | | | | | | | | | Add a primary backend that can be set
| * | | This commit optimizes the function used to converg rgba pixels into bgra pixels.Libravatar Zak2021-05-111-17/+5
| | | |
| * | | Provide `compatible_surface` in `iced_wgpu::Compositor`Libravatar Héctor Ramón2021-05-051-5/+18
| |/ /
* | | Use latest `wgpu` releases instead of patched sourcesLibravatar Héctor Ramón2021-05-193-23/+29
| | |
* | | Fix formatting with `cargo fmt`Libravatar Héctor Ramón2021-05-191-3/+1
| | |
* | | Run cargo fmtLibravatar Dispersia2021-04-123-29/+31
| | |
* | | add temporary fix for image wgslLibravatar Dispersia2021-04-124-9/+11
| | |
* | | Add staging belt fixLibravatar Dispersia2021-04-121-14/+13
| | |
* | | Upgrade wgpuLibravatar Dispersia2021-04-1126-346/+378
|/ /
* | Introduce `internal_backend` to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez2021-03-252-40/+42
| |
* | Support choosing `wgpu` backend using env varLibravatar Downtime2021-03-251-1/+40
| |
* | Change `Tooltip` to support `Text` only for nowLibravatar Héctor Ramón Jiménez2021-02-231-1/+1
| |
* | feat(native): add Tooltip widgetLibravatar Yusuf Bera Ertan2021-02-152-0/+9
| |
* | Add image format options to reduce code bloat, fixes #376Libravatar Greg V2021-02-135-22/+22
| |
* | Touch support for `PaneGrid` and `PickList` (#650)Libravatar anunge2021-02-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * touch events properly parsed and converted to logical size, button working * scrolling with a nice touch * fixed application state level touch cursor. panel_grid is touchable now. * format glicthes fixes * format glitches * tight format * fixed pane grid * fixing with upstream * Remove unused `touch` module from `iced_core` * Remove unused `crate::text` import in `iced_native` * Remove redundant match branch in `iced_winit` * Keep removed line break in `UserInterface::update` * Compute `text_size` only when bounds contains cursor in `overlay::menu` Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
* | Enable filtering in `wgpu::image`Libravatar Héctor Ramón Jiménez2021-02-061-2/+2
| |
* | List `color_blend` first in `wgpu::quad`Libravatar Héctor Ramón Jiménez2021-02-061-4/+4
| |
* | Remove unnecessary line break in `triangle::msaa`Libravatar Héctor Ramón Jiménez2021-02-061-1/+0
| |
* | Use lowercase in `wgpu` labels for consistencyLibravatar Héctor Ramón Jiménez2021-02-064-5/+5
| |
* | Change `PowerPreference` from `default()` to `LowPower`Libravatar Poly2021-02-031-1/+1
| | | | | | There is no reason to hide the fact that this is always in `LowPower` mode
* | Fix TextureViewDimension for imageLibravatar Poly2021-02-031-1/+1
| | | | | | wgpu validation helped to find this long standing type error