xserver-multidpi/hw/xfree86/dri
Benjamin Herrenschmidt 7314d16cde Fix DRIExtensionInit() to not register callbacks when it hasn't been
initialized for the current server generation. Fixes a problem where it
    would use stale private index and blow up in colorful ways if no driver
    called DRIScreenInit() on the second generation (which happens due to a
    bug in radeon that i'll fix separately). Note: clearing the index in
    DRIReset() wouldn't work as DRIReset() is called before the
    CloseScreen() chain
2006-03-15 03:18:42 +00:00
..
dri.c Fix DRIExtensionInit() to not register callbacks when it hasn't been 2006-03-15 03:18: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