mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 03:49:03 +00:00
0a48a52ba1
There's no need to enable the texture target unless it is going to be used for rendering. Enabling it directly with glEnable calls confuses Cogl's state caching. This is a replacement for the patch in bug 1483 which was reverted.