slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann 2f1db396e8 GL backend: Speed up glyph coverage checking
Instead of always mapping the face (from disk), first fan out existing
cached coverage information. Any unchecked scripts are then checked
in the slow code path with `with_face_data` later.
2021-09-21 10:07:21 +02:00
..
fonts GL backend: add basic font fallback support for Linux 2021-09-17 18:58:18 +02:00
Cargo.toml Fix font fallback handling on macOS 2021-09-17 18:27:40 +02:00
event_loop.rs Fix native widget rendering when the window is inactive 2021-09-15 15:34:34 +02:00
fonts.rs GL backend: Speed up glyph coverage checking 2021-09-21 10:07:21 +02:00
graphics_window.rs GL renderer: fix rendering of Text/TextInput when the text property changes in a way that requires different fonts 2021-09-17 18:27:44 +02:00
images.rs Fix texture caching for images with the same source but different image-rendering properties 2021-09-06 13:47:41 +02:00
lib.rs Fix native widget rendering when the window is inactive 2021-09-15 15:34:34 +02:00
svg.rs Update resvg version 2021-09-04 10:50:20 +02:00