Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore `PREMULTIPLIED_ALPHA_BLENDING` in `triangle::msaa` pipeline | 2024-04-12 | 1 | -1/+3 | |
| | |||||
* | Share `msaa::Blit` texture between multiple windows | 2024-04-07 | 1 | -42/+92 | |
| | |||||
* | Update `wgpu` to `0.18` and `cosmic-text` to `0.10` | 2023-10-27 | 1 | -1/+3 | |
| | |||||
* | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 2023-06-06 | 1 | -9/+2 | |
| | | | | window::screenshot command. | ||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+1 | |
|\ | |||||
| * | Update `wgpu` to `0.15` | 2023-04-13 | 1 | -0/+2 | |
| | | |||||
| * | remove colons from shader labels | 2023-04-01 | 1 | -1/+1 | |
| | | |||||
* | | Update `wgpu` and `cosmic-text` | 2023-04-08 | 1 | -0/+2 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -2/+2 | |
|/ | |||||
* | Group all solid triangles independently of color | 2022-11-16 | 2 | -438/+0 | |
| | |||||
* | Reuse last set pipeline for `triangle` in `iced_wgpu` | 2022-11-03 | 2 | -2/+14 | |
| | |||||
* | Rename `buffers` module to `buffer` | 2022-11-03 | 2 | -2/+2 | |
| | | | | ... and move `StaticBuffer` to nested `static` module | ||||
* | Fix lints by `clippy` | 2022-11-03 | 1 | -1/+1 | |
| | |||||
* | Convert colors to linear RGB in `gradient` pipelines | 2022-11-03 | 1 | -8/+7 | |
| | |||||
* | Convert colors to linear RGB before uploading in `solid` pipelines | 2022-11-03 | 1 | -1/+3 | |
| | |||||
* | Reuse last buffer in `Frame` if `mesh_style` matches | 2022-11-03 | 1 | -5/+2 | |
| | |||||
* | Cleaned up namespaces re: PR comments. | 2022-10-18 | 2 | -64/+58 | |
| | |||||
* | Fixed some more imports/documentation. | 2022-10-06 | 2 | -4/+4 | |
| | |||||
* | Fixed lint issues & cleaned up some documentation. | 2022-10-06 | 1 | -1/+1 | |
| | |||||
* | Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵ | 2022-10-05 | 1 | -2/+2 | |
| | | | | gradient uniforms on OpenGL side to be more performant. | ||||
* | Adjusted gradient uniforms to be more tightly packed. | 2022-10-05 | 1 | -19/+20 | |
| | |||||
* | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 2022-10-05 | 2 | -2/+2 | |
| | |||||
* | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 2022-10-04 | 2 | -11/+10 | |
| | | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. | ||||
* | Adds linear gradient support to 2D meshes in the canvas widget. | 2022-09-29 | 2 | -0/+434 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -2/+2 | |
| | |||||
* | update `wgpu` to `0.13` | 2022-07-02 | 1 | -5/+5 | |
| | |||||
* | Fix alpha blending for wgpu msaa | 2022-06-16 | 1 | -12/+3 | |
| | |||||
* | Run `cargo fmt` | 2022-01-04 | 1 | -2/+4 | |
| | |||||
* | Update wgpu 0.12 | 2022-01-04 | 1 | -4/+2 | |
| | |||||
* | wgpu: Update to 0.10 | 2021-08-19 | 1 | -7/+6 | |
| | |||||
* | Use `FilterMode::Nearest` in `triangle::msaa` | 2021-05-21 | 1 | -3/+3 | |
| | |||||
* | Run cargo fmt | 2021-04-12 | 1 | -14/+15 | |
| | |||||
* | Upgrade wgpu | 2021-04-11 | 1 | -25/+24 | |
| | |||||
* | Remove unnecessary line break in `triangle::msaa` | 2021-02-06 | 1 | -1/+0 | |
| | |||||
* | Use lowercase in `wgpu` labels for consistency | 2021-02-06 | 1 | -1/+1 | |
| | |||||
* | [wgpu 0.7] triangle/msaa disable filtering | 2021-02-03 | 1 | -2/+2 | |
| | |||||
* | [wgpu 0.7] Update triangle/msaa.rs | 2021-02-03 | 1 | -34/+40 | |
| | | | | | | | Notes: - not sure if `filtering sampler` should be used, so for now it is not used . | ||||
* | Add labels to `iced_wgpu` internals | 2020-08-31 | 1 | -8/+8 | |
| | |||||
* | Remove redundant depth bias fields in `iced_wgpu` | 2020-08-27 | 1 | -3/+0 | |
| | |||||
* | Update `wgpu` to `0.6` in `iced_wgpu` | 2020-08-27 | 1 | -29/+26 | |
| | |||||
* | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 2020-04-07 | 1 | -7/+16 | |
| | |||||
* | Remove redundant field assignment | 2020-03-29 | 1 | -1/+1 | |
| | |||||
* | Make output format of `iced_wgpu` configurable | 2020-02-24 | 1 | -3/+9 | |
| | |||||
* | Write documentation for new `canvas` module | 2020-02-18 | 1 | -1/+4 | |
| | |||||
* | Implement MSAA for `triangle` pipeline in `iced_wgpu` | 2020-02-15 | 1 | -0/+255 | |