summaryrefslogtreecommitdiffstats
path: root/wgpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #670 from twitchyliquid64/text_backendLibravatar Héctor Ramón2021-08-262-0/+112
|\
| * Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2021-08-262-11/+10
| * Implement textual hit testingLibravatar Tom2021-08-212-1/+114
* | Rename `SwapChainError` to `SurfaceError` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-08-251-5/+5
* | Rename `surf` variable to `surface`Libravatar Héctor Ramón Jiménez2021-08-251-1/+1
* | Remove `SwapChain` associated type from `Compositor`Libravatar Héctor Ramón Jiménez2021-08-201-6/+4
* | Update wgpu_glyphLibravatar Poly2021-08-191-1/+1
* | wgpu: Update to 0.10Libravatar Poly2021-08-198-70/+76
|/
* Merge pull request #667 from BillyDM/wgpu_outdatedframeLibravatar Héctor Ramón2021-08-051-53/+73
|\
| * 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-2239-639/+772
| |\
| * | 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
| |/ |/|
* | Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithreadLibravatar Héctor Ramón2021-07-223-3/+18
|\ \
| * | 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-224-6/+14
| * | feat: expose draw_cache_multithreadLibravatar Yusuf Bera Ertan2021-06-142-1/+4
* | | 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 usageLibravatar aentity2021-07-211-2/+3
| |/ /
* | | 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.3Libravatar Yusuf Bera Ertan2021-06-141-1/+1
| |/ /
* | | Use vertex_attr_array macroLibravatar Poly2021-06-223-71/+19
* | | Update wgpu 0.9Libravatar Poly2021-06-221-2/+2
|/ /
* | 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
* | 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
| |\ \
| | * | update docLibravatar Downtime2021-05-141-0/+1
| | * | Add a primary backend that can be setLibravatar Downtime2021-05-131-0/+1
| * | | 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-194-25/+31
* | | 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-122-16/+15
* | | Upgrade wgpuLibravatar Dispersia2021-04-1127-348/+380
|/ /
* | Bump versions :tada:Libravatar Héctor Ramón Jiménez2021-03-312-4/+4
* | 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