b41bf9e67fd09a71600f333947c4b50ae6eeed1e

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.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%