xserver/hw/xfree86/loader
Daniel Stone 8171108602 Loader: Remove extension initialisation sorting
Extensions could previously declare initialisation dependencies on other
extensions, which would then get nicely sorted by the loader.  We only
had one user for this, GLX, which had one pointless (Composite) and one
possibly useful dependency (DBE).  As DBE is now a built-in, it will
always be sorted by GLX, so we no longer have any users for it.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
2012-07-10 00:31:02 -07:00
..
Makefile.am Move DRI2 from external module to built-in 2012-07-10 00:31:01 -07:00
loader.c Look for ModuleData only in appropriate library 2012-07-04 21:26:24 +10:00
loader.h Look for ModuleData only in appropriate library 2012-07-04 21:26:24 +10:00
loaderProcs.h Loader: Remove extension initialisation sorting 2012-07-10 00:31:02 -07:00
loadext.c Loader: Remove extension initialisation sorting 2012-07-10 00:31:02 -07:00
loadmod.c Move DRI2 from external module to built-in 2012-07-10 00:31:01 -07:00
os.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00