xserver/hw/xfree86
Eric Anholt c947d796aa Missed in previous commit: Add a new migration scheme, called "Smart" for
lack of a better name. This one behaves somewhat between Greedy and
    Always. It moves in if we can accelerate, unless the destination is
    clean and shouldn't be kept in framebuffer according to the score, in
    which case we migrate out (and force-migrate anything where migration
    is free). This should help fix lack of acceleration for drivers without
    UTS since removing exaAsyncPixmapGCOps, and has removed one performance
    trap with Radeon I'd noticed. It is the new default.
2006-04-18 19:18:43 +00:00
..
common Coverity #847, #848, #849: Three more memory leaks. 2006-04-14 23:32:22 +00:00
ddc Bug #4806: Dump the raw EDID contents in hex to the log file for better 2006-04-04 12:36:16 +00:00
dixmods Coverity #818: Avoid memory leak on error path. 2006-04-07 01:26:33 +00:00
doc Commit changes missed in last commit (mis-typed path and didn't notice): Do 2006-03-09 23:25:35 +00:00
dri Coverity #983: Move some risky debugging code inside #ifdef DEBUG. 2006-04-03 01:35:05 +00:00
dummylib Mark everything in xf86sym.c as _X_EXPORT. 2006-03-25 19:52:05 +00:00
exa Missed in previous commit: Add a new migration scheme, called "Smart" for 2006-04-18 19:18:43 +00:00
fbdevhw More warning cleanup. 2006-03-29 01:05:09 +00:00
getconfig Add ast driver/pci id (Carl Switzky, Sun Microsystems) 2006-03-23 23:54:08 +00:00
i2c More warning cleanup. 2006-03-29 01:05:09 +00:00
int10 Coverity #857: Fix resource leak in error path by freeing earlier. 2006-03-10 08:03:24 +00:00
loader Add a new export, LoaderGetABIVersion. This function allows modules to 2006-03-28 07:21:50 +00:00
os-support Bug #6580: Don't install xf86drm.h, that's libdrm's job. 2006-04-14 22:51:19 +00:00
parser Coverity #488: Avoid smashing an array on malformed config files. 2006-04-07 01:53:43 +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 Update all prefixes in config tools, so they mostly work again. Also, make 2006-04-18 17:28:44 +00:00
vbe Coverity #1011: Remove a useless NULL check on a pVbe that had been 2006-03-10 08:06:42 +00:00
vgahw Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
x86emu Enable correct handling of the BTS instruction (opcode 0f ab) The code was 2006-03-15 18:43:32 +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 More warning cleanup. 2006-03-29 01:05:09 +00:00
xf8_16bpp Initial checkin 2006-04-04 18:30:28 +00:00
xf8_32bpp More warning cleanup. 2006-03-29 01:05:09 +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