xserver-multidpi/hw/xfree86
Benjamin Herrenschmidt 12994b9afb Fix a couple of bugs in the offscreen allocator. One mostly harmless was
causing our search loop for evictable blocks to possibly skip a good
    candiate, and another was the allocator would occasionally use
    area->offset as if it was the base of the pixmap, while for a pixmap
    that is not in available state, it is not. This caused some funny
    miscalculation leading to overlapping pixmaps and accesses beyond the
    end of the framebuffer. To make things cleared, I renamed save_offset
    to base_offset, made sure it's the one used everywhere in the
    allocator, and only align "offset" for the client at the end of
    exaOffscreenAlloc().
2005-10-11 23:11:37 +00:00
..
common missed commit 2005-10-11 21:01:04 +00:00
ddc Adding more doc files & fbdevhw man page 2005-10-01 06:19:02 +00:00
dixmods Add DGA configure option and add various files that we should be dist'ing. 2005-10-05 21:38:40 +00:00
doc Add darwin to dist 2005-10-07 14:27:47 +00:00
dri Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreen 2005-09-24 18:45:45 +00:00
dummylib Fix distcheck build and install errors. 2005-09-27 23:28:46 +00:00
exa Fix a couple of bugs in the offscreen allocator. One mostly harmless was 2005-10-11 23:11:37 +00:00
fbdevhw Clean up generated files to pass distcheck 2005-10-06 00:34:29 +00:00
getconfig Clean up generated files to pass distcheck 2005-10-06 00:34:29 +00:00
i2c Changed the license to a X/MIT one 2005-09-24 21:56:00 +00:00
int10 Adding more doc files & fbdevhw man page 2005-10-01 06:19:02 +00:00
loader Add DGAReInitModes, Part 2 2005-10-11 19:03:02 +00:00
os-support Fix lnx_pci.c's xf86GetOSOffsetFromPCI return value. Clears up the resource 2005-10-05 07:27:52 +00:00
parser Add cpconfig.c to EXTRA_DIST. 2005-10-06 19:37:39 +00:00
rac Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
ramdac Add cpconfig.c to EXTRA_DIST. 2005-10-06 19:37:39 +00:00
scanpci Add cpconfig.c to EXTRA_DIST. 2005-10-06 19:37:39 +00:00
shadowfb Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
utils App-defaults file not supposed to have .ad suffix when installed Fix cpp 2005-10-06 20:14:43 +00:00
vbe Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
vgahw Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
x86emu Don't define POSIX_SOURCE on any BSDs, since it breaks things. 2005-09-13 05:44:47 +00:00
xaa Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap 2005-09-13 01:33:19 +00:00
xf1bpp Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
xf4bpp Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap 2005-09-13 01:33:19 +00:00
xf8_16bpp Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
xf8_32bpp Don't put a version number on the module filename. 2005-09-15 04:07:19 +00:00
xf8_32wid Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
Makefile.am Add missing $(DESTDIR) to custom install target 2005-10-05 17:27:58 +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