slint/sixtyfps_runtime/rendering_backends
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
..
default Make it possible to disable the GL backend in the CMake build 2021-09-08 17:13:10 +02:00
gl GL backend: Speed up glyph coverage checking 2021-09-21 10:07:21 +02:00
qt 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
testing 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