Go to file
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
afb Add DGA configure option and add various files that we should be dist'ing. 2005-10-05 21:38:40 +00:00
cfb Add DGA configure option and add various files that we should be dist'ing. 2005-10-05 21:38:40 +00:00
cfb16 Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. 2005-07-02 18:59:44 +00:00
cfb24 Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. 2005-07-02 18:59:44 +00:00
cfb32 Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. 2005-07-02 18:59:44 +00:00
composite Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
damageext Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
dbe Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
dix Add DGA configure option and add various files that we should be dist'ing. 2005-10-05 21:38:40 +00:00
doc Man page processing/installation and other doc file updates 2005-09-30 02:37:57 +00:00
exa Fix a couple of bugs in the offscreen allocator. One mostly harmless was 2005-10-11 23:11:37 +00:00
fb Add DGA configure option and add various files that we should be dist'ing. 2005-10-05 21:38:40 +00:00
GL Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier and 2005-10-05 22:39:41 +00:00
hw Fix a couple of bugs in the offscreen allocator. One mostly harmless was 2005-10-11 23:11:37 +00:00
ilbm Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap 2005-09-13 01:33:19 +00:00
include Accept --with-xkb-output argument to specify output dir for compiled xkb 2005-09-21 18:14:32 +00:00
iplan2p4 Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap 2005-09-13 01:33:19 +00:00
lbx Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
mfb Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap 2005-09-13 01:33:19 +00:00
mi Remove use of dix-config and xorg-config.h from public headers. 2005-08-24 11:18:35 +00:00
miext Bug #4699: Correct some memory leaks in EXA and damage related to region 2005-10-06 21:55:41 +00:00
os Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Add prototype 2005-07-07 16:18:52 +00:00
randr Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
record Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
render Bug #4689: Treat DirectColor as TrueColor in Render. It fixes some crashes 2005-10-06 08:08:04 +00:00
Xext Bug #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Add 2005-10-09 17:47:34 +00:00
xfixes Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
Xi Only build Xi/stubs.c on DDXs that don't support the Xinput extension 2005-07-13 21:17:53 +00:00
xkb Add README.compiled to dist tarball 2005-10-07 04:11:02 +00:00
XpConfig Make the server distcheck: 2005-09-28 20:38:42 +00:00
Xprint Add Xprint init scrips to EXTRA_DIST. 2005-10-07 19:01:10 +00:00
XTrap Add support for building Xdmx and Xvfb 2005-07-12 01:20:36 +00:00
acinclude.m4 Huge cleanup. Group into sections: hardware feature detection, extension 2005-08-21 19:15:11 +00:00
autogen.sh Use canonical autogen.sh, which supports srcdir != objdir autogen. 2005-07-01 21:13:36 +00:00
ChangeLog missed ChangeLog entry for previous commit 2005-10-11 20:12:24 +00:00
configure.ac Add Xprint init scrips to EXTRA_DIST. 2005-10-07 19:01:10 +00:00
cpprules.in Man page processing/installation and other doc file updates 2005-09-30 02:37:57 +00:00
Makefile.am Man page processing/installation and other doc file updates 2005-09-30 02:37:57 +00:00
xorg-server.pc.in Use the $(moduledir) makefile variable instead of @moduledir@ so it can be 2005-08-30 22:31:52 +00:00