Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
cf50b4f614
When determining if a layer would require a different shader to be generated it needs to check a certain set of state changes and it needs to check whether the texture target is different. However it was checking whether texture texture was different only if the other state was also different which doesn't make any sense. It also only checked the texture difference if that was the only state change which meant that effectively the code was impossible to reach. Now it does the texture target check indepent of the other state changes. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |