Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
b41bf9e67f
During _cogl_pipeline_needs_blending_enabled we were always checking the current lighting properties (ambient,diffuse,specular,emission) which had a notable impact during micro-benchmarks that exercise journal throughput of simple colored rectangles. This #if 0's the offending code considering that Cogl doesn't actually support lighting currently and when it actually does then we will be able to optimize this by avoiding the checks when lighting is disabled. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |