summaryrefslogtreecommitdiffstats
path: root/wgpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `!is_empty()` instead of `len() > 0`Libravatar Héctor Ramón Jiménez2020-03-291-1/+1
|
* Fix formattingLibravatar Kai Mast2020-03-281-1/+1
|
* ClippyLibravatar Kai Mast2020-03-281-5/+5
|
* Implement `Renderer::find_cursor_position`Libravatar Héctor Ramón Jiménez2020-03-251-2/+2
|
* Improve `text_input::cursor` APILibravatar Héctor Ramón Jiménez2020-03-241-46/+75
|
* Merge branch 'master' into feature/text-selectionLibravatar Héctor Ramón Jiménez2020-03-2433-474/+1371
|\
| * Create `PaneGrid` alias in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-03-192-0/+20
| |
| * Make cursor unavailable when dragging panesLibravatar Héctor Ramón Jiménez2020-03-181-1/+9
| |
| * Improve pane selection when resizing a `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-141-2/+2
| |
| * Implement mouse-based pane resizing for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-141-1/+7
| |
| * Clip `scrollable` primitives only when necessaryLibravatar Héctor Ramón Jiménez2020-03-101-7/+7
| |
| * Draft drag and drop support for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-101-18/+62
| |
| * Fix `Debug` implementation of `layer::cache::State`Libravatar Héctor Ramón Jiménez2020-03-101-3/+2
| |
| * Merge branch 'master' into feature/panes-widgetLibravatar Héctor Ramón Jiménez2020-03-108-81/+193
| |\
| | * Implement `Default` for `canvas::Text`Libravatar Héctor Ramón Jiménez2020-03-081-0/+14
| | |
| | * Transform text position in `Frame::fill_text`Libravatar Héctor Ramón Jiménez2020-03-081-3/+23
| | | | | | | | | | | | Also add a warning explaining its current limitations.
| | * Take a slice in `iced_wgpu::triangle` pipelineLibravatar Héctor Ramón Jiménez2020-03-071-1/+1
| | |
| | * Implement `Primitive::Cached`Libravatar Héctor Ramón Jiménez2020-03-078-101/+126
| | |
| | * Rename `Frame::text` to `Frame::fill_text`Libravatar Héctor Ramón Jiménez2020-03-071-2/+4
| | | | | | | | | | | | This keeps the API similar to the Web Canvas API.
| | * Rename `canvas::TextNode` to `canvas::Text`Libravatar Héctor Ramón Jiménez2020-03-073-9/+11
| | |
| | * implement text support in canvas widgetLibravatar Artur Sapek2020-03-065-31/+80
| | |
| * | Rename `Panes` widget to `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-102-4/+4
| | |
| * | Merge branch 'master' into feature/panes-widgetLibravatar Héctor Ramón Jiménez2020-03-051-3/+8
| |\|
| | * Fix offsets in `triangle` pipelineLibravatar Héctor Ramón Jiménez2020-03-041-3/+8
| | | | | | | | | | | | Yes, again...
| * | Compute `panes` regions and focus on clickLibravatar Héctor Ramón Jiménez2020-03-041-3/+3
| | |
| * | Improve `Debug` implementation of `cache::State`Libravatar Héctor Ramón Jiménez2020-03-041-1/+14
| | |
| * | Draft `Panes` widget and `panes` exampleLibravatar Héctor Ramón Jiménez2020-03-042-0/+35
| |/
| * Use new `wgpu_glyph` release in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-03-031-1/+1
| |
| * Add support for loading already-decoded image pixelsLibravatar Soham Chowdhury2020-02-291-0/+15
| |
| * Fix offsets of buffer uploads in triangle pipelineLibravatar Héctor Ramón Jiménez2020-02-281-10/+13
| |
| * Remove unnecessary `pub(crate) use`Libravatar Héctor Ramón Jiménez2020-02-282-4/+1
| |
| * Stop creating image pipeline when unnecessaryLibravatar Héctor Ramón Jiménez2020-02-2811-86/+114
| |
| * Move `Atlas::deallocate` after `allocate`Libravatar Héctor Ramón Jiménez2020-02-261-21/+21
| |
| * Move `Debug` implementation for `vector::Svg`Libravatar Héctor Ramón Jiménez2020-02-261-11/+6
| |
| * Derive `Debug` for `raster::Memory`Libravatar Héctor Ramón Jiménez2020-02-261-11/+1
| |
| * Make new `texture` module private for nowLibravatar Héctor Ramón Jiménez2020-02-261-2/+2
| |
| * Remove unused code warnings in `iced_wgpu::image`Libravatar Héctor Ramón Jiménez2020-02-261-8/+13
| |
| * Deallocate atlas entries and remove paddingLibravatar Héctor Ramón Jiménez2020-02-265-46/+84
| |
| * Fix multiple issues from the refactoringLibravatar Héctor Ramón Jiménez2020-02-264-42/+86
| | | | | | | | | | | | - Update texture view on grow - Fix atlas texture coordinates - Fix fragmented uploads
| * Avoid creating a vertex buffer every frameLibravatar Héctor Ramón Jiménez2020-02-265-50/+75
| |
| * Refactor texture atlasLibravatar Héctor Ramón Jiménez2020-02-2611-653/+633
| | | | | | | | | | | | - Split into multiple modules - Rename some concepts - Change API details
| * Recompile `image` shadersLibravatar Héctor Ramón Jiménez2020-02-252-0/+0
| |
| * Implemented automatic deallocation of texture space for dropped allocationsLibravatar Malte Veerman2020-02-253-85/+88
| |
| * When deallocating the last allocation in an allocator mark its layer as emptyLibravatar Malte Veerman2020-02-251-24/+23
| |
| * Updated shaders and removed debug_stub_derive dependencyLibravatar Malte Veerman2020-02-256-19/+51
| |
| * Batch image draw calls into one with multiple instancesLibravatar Malte Veerman2020-02-253-203/+160
| |
| * Implement allocating large images across multiple texture array layers.Libravatar Malte Veerman2020-02-253-208/+539
| |
| * Use array of atlases instead of one growing indefinitely.Libravatar Malte Veerman2020-02-255-281/+260
| |
| * Fixed texture bleedingLibravatar Malte Veerman2020-02-251-4/+4
| |
| * Some small debug changesLibravatar Malte Veerman2020-02-252-12/+12
| |