xserver/hw/xfree86
Eric Anholt 2822cbc1fb Rearrange EXA driver structures so that there's a hope of maintaining ABI
when extending the driver interface. The card and accel structures are
    merged into the ExaDriverRec, which is to be allocated using
    exaDriverAlloc(). The driver structure also grows exa_major and
    exa_minor, which drivers fill in and have checked by EXA
    (double-checking that the driver really did check that the EXA version
    was correct). Removes exaInitCard(), which is replaced by the driver
    filling in the rec by hand, and the exaGetVersion() and related
    EXA_*VERSION which are replaced by always using the XFree86 loadable
    module versioning.
2006-03-09 06:04:07 +00:00
..
common Bug #6150: Do the obvious fix of an insane sanity check in 2006-03-08 03:32:07 +00:00
ddc Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
dixmods Only output SetClientVersion message if verbosity > 1, like other 2006-03-05 16:43:10 +00:00
doc fix spelling error, document EXA_TWO_BITBLT_DIRECTIONS device flag 2006-03-01 16:31:53 +00:00
dri DRIGetSecs() would call getsecs() when XFree86LOADER is defined, relying on 2006-02-14 08:14:42 +00:00
dummylib Mark everything in dixsym.c as _X_EXPORT. 2006-02-15 20:44:13 +00:00
exa Rearrange EXA driver structures so that there's a hope of maintaining ABI 2006-03-09 06:04:07 +00:00
fbdevhw Fix linux build without libc wrappers (From Fredrik Höglund) 2006-02-13 04:56:27 +00:00
getconfig Fix typos. 2005-12-19 09:18:29 +00:00
i2c Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
int10 Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
loader Numerous amounts refactoring and comment adding (see ChangeLog for file by 2006-03-07 23:58:22 +00:00
os-support Don't hard-code -DUSE_DEV_IO here. configure generates the proper OS 2006-03-05 16:33:17 +00:00
parser Mark everything in dixsym.c as _X_EXPORT. 2006-02-15 20:44:13 +00:00
rac Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
ramdac Fix an occasional crash on VT switches: the server would save a pointer to 2006-02-16 06:52:12 +00:00
scanpci Eliminate all the code for querying the PCI class from the PCI ID database. 2006-02-20 23:45:50 +00:00
shadowfb Define XFree86Server only where it is required. 2005-12-02 06:02:45 +00:00
utils define SYS_LIBS to hold system dependant libraries that may needed. and add 2006-03-05 16:35:08 +00:00
vbe Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
vgahw Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
x86emu Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
xaa <sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es 2006-02-11 17:42:31 +00:00
xf1bpp Define XFree86Server only where it is required. 2005-12-02 06:02:45 +00:00
xf4bpp Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
xf8_16bpp Define XFree86Server only where it is required. 2005-12-02 06:02:45 +00:00
xf8_32bpp Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
Makefile.am Remove xf8_32wid, it's dead code with no maintainer interest. Also remove 2006-01-25 23:05:26 +00:00
Options Initial revision 2003-11-14 16:48:57 +00:00
xorgconf.cpp Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00