mutter/doc
Emmanuele Bassi 2c524fbf73 backend: Allow overriding the Cogl drivers chain
We have an hardcoded list of drivers we have to go through when creating
a Cogl context. Some platforms may expose those drivers, but not be the
preferred ones.

In order to allow users and system integrators to override the list of
drivers, we should crib the same approach used by GDK, and have an
environment variable with a list of drivers to try.

The new environment variable is called `CLUTTER_DRIVER` and accepts a
comma-separated list of driver names, which will be tested in sequence
until one succeeds. There's also an additional '*' token which is used
to ask Clutter to fall back to the internally defined preferred list of
drivers.

https://bugzilla.gnome.org/show_bug.cgi?id=742678
2015-12-10 16:38:46 +00:00
..
common
cookbook build: Use libtool macros to find libm 2015-03-03 17:23:37 +00:00
reference backend: Allow overriding the Cogl drivers chain 2015-12-10 16:38:46 +00:00
actor-invariants.txt docs: Update the actor invariants 2012-02-02 11:07:14 +00:00
AUTHORS.old
CODING_STYLE
HACKING
HACKING.backends
Makefile.am
RELEASING
size-negotiation.txt