mirror of
https://github.com/brl/mutter.git
synced 2025-02-11 19:04:10 +00:00
![Neil Roberts](/assets/img/avatar_default.png)
When rendering a glyph from a texture, instead of adding the glyph's texture handle to the display list it now retrieves the base texture using _cogl_texture_foreach_subtexture_in_region and adds that instead. That way the display can recognise that glyphs in the global atlas are sharing the same texture and combine them into one VBO.