Blender Git Loki
Git Commits -> Revision 0feb03e
Revision 0feb03e by Germano Cavalcante (master) February 15, 2020, 15:18 (GMT) |
Fix T73763: Laggy when zooming a node editor with International Fonts Two main reasons for the lag: - Allocation of memory with transfer to GPU. - BLF_cache_clear(); The (partial) solution is to avoid memory allocating in some setups through the `GPU_texture_clear`. Differential Revision: https://developer.blender.org/D6837 |
Commit Details:
Full Hash: 0feb03e680d680c3b8eba0327f74c4fa1f49c6fa
Parent Commit: 738bb30
Lines Changed: +5, -5
1 Modified Path:
/source/blender/blenfont/intern/blf_glyph.c (+5, -5) (Diff)