mirror of
https://github.com/brl/mutter.git
synced 2024-12-03 13:20:41 -05:00
d648de7d14
The vertex attribute API assumes that if there is a color array enabled then we can't determine if the colors are opaque so we have to enable blending. The journal always uses a color array to avoid switching color state between rectangles. Since the journal switched to using vertex attributes this means we effectively always enable blending from the journal. To fix this there is now a new flag for _cogl_draw_vertex_attributes to specify that the color array is known to only contain opaque colors which causes the draw function not to copy the pipeline. If the pipeline has blending disabled then the journal passes this flag. http://bugzilla.clutter-project.org/show_bug.cgi?id=2481 |
||
---|---|---|
.. | ||
cogl | ||
doc | ||
pango | ||
Makefile.am |