xserver-multidpi/hw/kdrive/via
George Sapountzis efb723e166 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.
2008-04-23 18:11:55 +03:00
..
Makefile.am glcore: prepare for dynamic loading 2008-04-23 18:11:55 +03: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