mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
3c9f72abbf
Previously atlasing would be disabled if the GL driver does not support reading back texture data. This meant that atlasing would not happen on GLES. However we also require that the driver support FBOs and the texture data is only read back as a fallback if the FBO fails. Therefore the atlas should be ok on GLES 2 which has FBO support in core.