mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
![Neil Roberts](/assets/img/avatar_default.png)
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.