Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
b4240cba29
Previously when creating a new rectangle map it would try increasingly larger texture sizes until GL_MAX_TEXTURE_SIZE is reached. This is bad because it queries state which should really be owned by the texture driver. Also GL_MAX_TEXTURE_SIZE is often a conservative estimate so larger texture sizes can be used if the proxy texture is queried instead. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |