mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
8836c868a4
At two places in cogl_wrap_prepare_for_draw it was trying to loop over the texture units to flush some state. However it was retrieving the texture unit pointer using w->active_texture_unit instead of the loop index so it would end up with the wrong state. Also in glEnableClientState it was using the active unit instead of the client active unit. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |