xserver-multidpi/hw/xfree86/dri
Benjamin Herrenschmidt 5c9b6f0fb0 DRIGetSecs() would call getsecs() when XFree86LOADER is defined, relying on
the wrappers to provide it. Wrapper gone, and getsecs doesn't exist on
    linux so it now blows up. Fixes it by just calling gettimeofday() in
    all cases instead.
2006-02-14 08:14:42 +00:00
..
dri.c DRIGetSecs() would call getsecs() when XFree86LOADER is defined, relying on 2006-02-14 08:14:42 +00:00
dri.h Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreen 2005-09-24 18:45:45 +00:00
drimodule.c Fix support for enabling/disabling extensions loaded from modules. 2005-11-02 15:53:57 +00:00
dristruct.h Move drawable lock acquisition into DRIClipNotify from DRIValidateTree, so 2006-01-06 18:06:02 +00:00
Makefile.am Define XFree86Server only where it is required. 2005-12-02 06:02:45 +00:00
sarea.h Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
xf86dri.c Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00