Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
8098052d56
Previously cogl_set_fog would cause a flush of the Cogl journal and would directly bang the GL state machine to setup fogging. As part of the ongoing effort to track most state in CoglMaterial to support renderlists this now adds an indirection so that cogl_set_fog now just updates ctx->legacy_fog_state. The fogging state then gets enabled as a legacy override similar to how the old depth testing API is handled. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |