xserver-multidpi/hw/kdrive/via
Donnie Berkholz f2c30a57e3 glcore: prepare for dynamic loading
glcore gets linked with -ldl, -lpthread for s3tc and glapi
xserver needs
        DLOPEN_LIBS - to dlopen the glcore dso
        LD_EXPORT_SYMBOLS_FLAG - to export symbols for glcore to use

the ld flag is added to kdrive only when GLX is enabled, the net overhead for
Xephyr is ~155KB, could be reduced with --dynamic-list.
(cherry picked from commit efb723e166)

Conflicts:

	configure.ac
2008-06-26 16:14:50 -04:00
..
Makefile.am glcore: prepare for dynamic loading 2008-06-26 16:14:50 -04:00
via_regs.h Adding driver for VIA CLE266 graphics chip. Currently it only accelerates 2004-05-29 12:15:46 +00:00
via.c - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
via.h - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
viadraw.c - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
viadraw.h Adding driver for VIA CLE266 graphics chip. Currently it only accelerates 2004-05-29 12:15:46 +00:00
viastub.c kdrive/lots of DDXes: make stubs use KdOsAddInputDrivers() 2006-10-23 02:56:28 +03:00