summaryrefslogtreecommitdiffstats
path: root/wgpu/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-311-6/+11
|/
* 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-2957-3533/+409
|\
| * 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-2857-3541/+404
| |\ | | | | | | 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-193-13/+5
| | |
| | * Move `font::Source` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-192-40/+1
| | |
| | * Rename `window::Backend` to `Compositor`Libravatar Héctor Ramón Jiménez2020-05-192-6/+6
| | |
| | * Move `Viewport` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-192-32/+1
| | |
| | * Move `Transformation` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-192-56/+1
| | |
| | * Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-1944-2731/+62
| | |
| | * Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez2020-05-191-11/+10
| | |
| * | Align quads to physical pixels in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-05-272-6/+6
| | |
* | | Update `wgpu_glyph` and `glyph_brush`Libravatar Héctor Ramón Jiménez2020-05-253-115/+109
|/ /
* | Implement `State::with_content` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-05-221-2/+2
| |
* | Expose `Node` and `State::layout` for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-05-221-2/+2
|/
* Merge remote-tracking branch 'upstream/master'Libravatar Scott Harper2020-05-151-1/+1
|\
| * set wgpu's adapter backend to PRIMARYLibravatar DominosCinnaStix2020-05-141-1/+1
| |
* | Updated `Radio` layout/fns to match `Checkbox`Libravatar Scott Harper2020-05-151-3/+2
|/
* Implement `Frame::fill_rectangle`Libravatar Héctor Ramón Jiménez2020-05-011-0/+51
| | | | This method greatly improves performance when drawing axis-aligned rectangles.
* Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez2020-04-3019-78/+85
|
* Write documentation for the new `canvas` APILibravatar Héctor Ramón Jiménez2020-04-308-17/+122
|
* Remove inconsistent `input` module in `iced_native`Libravatar Héctor Ramón Jiménez2020-04-301-1/+1
|
* Reduce initial size of `triangle` buffers in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-291-2/+2
|
* Rename `Cursor::*_position` methods in `canvas`Libravatar Héctor Ramón Jiménez2020-04-291-11/+11
|
* Merge branch 'master' into feature/canvas-interactionLibravatar Héctor Ramón Jiménez2020-04-294-12/+25
|\
| * Render meshes after quads in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-261-12/+12
| |
| * Make `Font` an associated type of `text::Renderer`Libravatar Héctor Ramón Jiménez2020-04-233-0/+13
| |
* | Introduce `Cursor` type in `canvas`Libravatar Héctor Ramón Jiménez2020-04-293-32/+88
| |