xserver/hw
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
..
darwin Add darwin to dist 2005-10-07 14:27:47 +00:00
dmx Don't build "ev" example on systems without <linux/input.h> 2005-10-06 19:59:26 +00:00
kdrive Build with modular X.org libraries and headers. 2005-08-08 06:25:21 +00:00
vfb cpp processing for Xvfb man page 2005-10-06 20:16:13 +00:00
xfree86 Fix a couple of bugs in the offscreen allocator. One mostly harmless was 2005-10-11 23:11:37 +00:00
xgl make mouse support work - note you need to change the evdev devices in the 2005-08-15 08:24:45 +00:00
xnest Man page processing/installation and other doc file updates 2005-09-30 02:37:57 +00:00
xwin Add darwin to dist 2005-10-07 14:27:47 +00:00
Makefile.am Add darwin to dist 2005-10-07 14:27:47 +00:00