Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
717cb2c47f
CoglAtlas chooses a fairly large default initial size of either 512x512 or 1024x1024 depending on the texture format. There is a chance that this size will not be supported on some platforms which would be catastrophic for the glyph cache because it would mean that it would always fail to put any glyphs in the cache so text wouldn't work. To fix this the atlas code now checks whether the chosen initial size is supported by the texture driver and if not it will get halved until it is supported. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |