Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
98dd3f723c
In _cogl_pipeline_needs_blending_enabled after first checking whether the property most recently changed requires blending we would then resort to checking all other properties too in case some other state also requires blending. We now avoid checking all other properties in the case that blending was previously disabled and checking the property recently changed doesn't require blending. Note: the plan is to improve this further by explicitly keeping track of the properties that currently cause blending to be enabled so that we never have to resort to checking all other properties we can constrain the checks to those masked properties. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |