mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
e5eff5fc89
When using cogl_set_source_color4ub there is a notable difference between colors that require blending and those that dont. When trying to modify the color of pipeline referenced by the journal we don't force a flush of the journal unless the color change will also change the blending state. By using two separate pipeline objects for handing opaque or transparent colors we can avoid ever flushing the journal when repeatedly using cogl_set_source_color and jumping between opaque and transparent colors. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |