iced/wgpu/src
Héctor Ramón Jiménez 74a4ba65d6
Align images to the pixel grid in iced_wgpu
This should fix some graphical glitches, at the
expense of potential alignment issues with
small icons / images.
2024-05-12 13:44:13 +02:00
..
image Fix windows fighting over shared image::Cache 2024-05-06 12:23:44 +02:00
quad Use a StagingBelt in iced_wgpu for regular buffer uploads 2024-03-29 04:04:14 +01:00
shader Align images to the pixel grid in iced_wgpu 2024-05-12 13:44:13 +02:00
triangle Restore PREMULTIPLIED_ALPHA_BLENDING in triangle::msaa pipeline 2024-04-12 18:46:48 +02:00
window Introduce ICED_PRESENT_MODE env var to pick a wgpu::PresentMode 2024-05-07 21:05:29 +02:00
buffer.rs Fix batched writes logic in iced_wgpu::buffer 2024-03-30 13:51:22 +01:00
color.rs Fix panic in wgpu::color::convert 2024-05-02 08:44:44 +02:00
engine.rs Fix windows fighting over shared image::Cache 2024-05-06 12:23:44 +02:00
geometry.rs Introduce canvas::Cache grouping 2024-04-30 07:57:54 +02:00
layer.rs Introduce dynamic opacity support for Image and Svg 2024-05-03 13:25:58 +02:00
lib.rs Reuse glyphon::Viewport explicitly 2024-05-08 13:41:12 +02:00
primitive.rs Fix clippy lints for new 1.78 stable toolchain 2024-05-02 17:23:32 +02:00
quad.rs Decouple caching from layering and simplify everything 2024-04-05 23:59:21 +02:00
settings.rs Document present_mode_from_env in iced_wgpu 2024-05-07 21:13:51 +02:00
text.rs Update glyphon fork to a cleaner branch 2024-05-08 19:34:43 +02:00
triangle.rs Invalidate text uploads after atlas trimming 2024-04-30 21:59:46 +02:00
window.rs Introduce iced_renderer subcrate featuring runtime renderer fallback 2023-02-24 23:24:48 +01:00