summaryrefslogtreecommitdiffstats
path: root/wgpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add labels to `iced_wgpu` internalsLibravatar Héctor Ramón Jiménez2020-08-316-38/+46
|
* Turn consecutive if-lets into pattern matchLibravatar Héctor Ramón Jiménez2020-08-271-6/+6
|
* Set offsets in buffer slices in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-08-271-9/+12
|
* Use `wgpu::Color::TRANSPARENT`Libravatar Héctor Ramón Jiménez2020-08-271-6/+1
|
* Remove unnecessary `create_buffer_init` for uniformsLibravatar Héctor Ramón Jiménez2020-08-272-16/+12
|
* Remove redundant depth bias fields in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-08-274-12/+0
|
* Fix `offset` calculation in `image::Atlas`Libravatar Héctor Ramón Jiménez2020-08-271-1/+1
|
* Fix `layers` initialization in `image::Atlas`Libravatar Héctor Ramón Jiménez2020-08-271-1/+1
|
* Update `image` pipeline in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-08-273-88/+147
|
* Update `wgpu` to `0.6` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-08-278-213/+277
|
* Merge branch 'feature/rule-widget' into masterLibravatar Héctor Ramón Jiménez2020-08-222-0/+13
|\
| * added FillMode enum style for the Rule widgetLibravatar Billy Messenger2020-08-221-1/+1
| |
| * widget Rule addedLibravatar Billy Messenger2020-08-222-0/+13
| |
* | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl.Libravatar Cameron Hart2020-08-171-1/+0
|/
* Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez2020-07-103-12/+12
|
* Write documentation for the new `overlay` APILibravatar Héctor Ramón Jiménez2020-07-102-1/+2
|
* Merge branch 'master' into feature/overlayLibravatar Héctor Ramón Jiménez2020-07-101-2/+14
|\
| * Merge branch 'master' into feature/pane-grid-titlebarLibravatar Héctor Ramón Jiménez2020-07-086-16/+57
| |\
| * | Draft drawing logic for `Content` and `TitleBar`Libravatar Héctor Ramón Jiménez2020-06-051-2/+14
| | |
| * | Draft first-class `TitleBar` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-06-041-2/+2
| | |
* | | Add styling support for `ComboBox` and `Menu`Libravatar Héctor Ramón Jiménez2020-07-081-1/+6
| | |
* | | Render arrow icon in `ComboBox`Libravatar Héctor Ramón Jiménez2020-07-081-0/+1
| | |
* | | Draft `ComboBox` and `Menu` layerLibravatar Héctor Ramón Jiménez2020-07-083-1/+7
| |/ |/|
* | Recreate uniforms `BindGroup` when necessaryLibravatar Héctor Ramón Jiménez2020-06-231-8/+30
| |
* | Make default text size configurable in `Settings`Libravatar Héctor Ramón Jiménez2020-06-192-0/+14
| |
* | Merge pull request #407 from hecrj/feature/generic-sliderLibravatar Héctor Ramón2020-06-141-1/+1
|\ \ | | | | | | Make `Slider` value type generic
| * | Make `Slider` value type genericLibravatar Héctor Ramón Jiménez2020-06-131-1/+1
| |/
* / Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-122-7/+12
|/
* Rename `Rectangle::round` to `snap`Libravatar Héctor Ramón Jiménez2020-06-022-3/+2
| | | | | Also use `ceil` instead of `round`. Closes #380.
* Revert "Merge pull request #371 from myfreeweb/window-alpha"Libravatar Héctor Ramón Jiménez2020-06-012-10/+5
| | | | | This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6.
* Merge pull request #371 from myfreeweb/window-alphaLibravatar Héctor Ramón2020-06-012-5/+10
|\ | | | | Add custom window background/clear color (incl. transparency) support, fixes #272
| * Add custom window background/clear color (incl. transparency) support, fixes ↵Libravatar Greg V2020-06-012-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | #272 wgpu would currently ignore the alpha: https://github.com/gfx-rs/wgpu/issues/687 glow (and naively patched wgpu) requires premultiplied alpha, so if you don't multiply the RGB by the A right now, the semi-transparent color would be wrong (too bright). winit with_transparent doesn't seem necessary.
* | Feature gate `font-kit` behind `"default_system_font"` feature.Libravatar Azriel Hoh2020-05-312-7/+13
|/
* Fix documentation of `Backend` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-05-301-6/+4
|
* Re-export `Antialiasing` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-05-292-2/+2
|
* Implement async `Compositor::request` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-05-291-37/+53
|
* Merge branch 'master' into improvement/update-wgpu_glyphLibravatar Héctor Ramón Jiménez2020-05-2960-3635/+415
|\
| * Revert "Merge pull request #362 from hecrj/fix/target-quad-pixels"Libravatar Héctor Ramón Jiménez2020-05-282-6/+6
| | | | | | | | | | This reverts commit 40501f630d8a5aa234ea23b7eaae37060e0e08a5, reversing changes made to 5324eb10242a7dd33f5271dc6fc9eeb09eb2cb50.
| * Merge pull request #354 from hecrj/feature/glow-rendererLibravatar Héctor Ramón2020-05-2860-3642/+409
| |\ | | | | | | OpenGL renderer and backend-agnostic graphics subcrate
| | * Write documentation for `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-281-3/+1
| | |
| | * Write documentation for `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-284-15/+15
| | |
| | * Update `glyph_brush` and `glow_glyph`Libravatar Héctor Ramón Jiménez2020-05-272-20/+0
| | |
| | * Introduce feature flags to enable `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-271-0/+7
| | | | | | | | | | | | Also keep `iced_wgpu` as the default renderer for the time being.
| | * Use built-in OpenGL multisampling in `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-221-3/+3
| | |
| | * Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2020-05-211-10/+12
| | |
| | * Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez2020-05-207-106/+35
| | |
| | * Move `Layer` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-196-328/+101
| | |
| | * Move `Antialiasing` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-191-24/+1
| | |
| | * Move built-in fonts to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-196-107/+6
| | |
| | * Move `font::Source` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-193-41/+2
| | |