Age | Commit message (Expand) | Author | Files | Lines |
2006-07-07 | Bump package version to 1.1.1 for release, and vendor release to 7.1.1.0.xorg-server-1.1.1 | Eric Anholt | 1 | -4/+4 |
2006-07-07 | Don't try to dist the .cvsignore files. | Eric Anholt | 1 | -5/+0 |
2006-07-06 | Remove hardcoded 'lib' in XPRINTDIR. | Ed Catmur | 1 | -1/+1 |
2006-07-06 | Generate xprint.pre from xprint.cpp. | Ed Catmur | 1 | -0/+11 |
2006-07-06 | PPC64 build fix. | Adam Jackson | 1 | -1/+4 |
2006-07-06 | Switch the default mouse device on Linux to /dev/input/mice. | Adam Jackson | 1 | -1/+1 |
2006-07-06 | Delete a (now misleading) message from the crash handler. | Adam Jackson | 1 | -11/+0 |
2006-07-06 | Bug #7213: Fix the XFree86-DRI extension for byte-swapped clients. | Michel Dänzer | 1 | -7/+30 |
2006-07-06 | Fix byte swapping in some GLX requests. | Michel Dänzer | 1 | -2/+2 |
2006-07-06 | Fix #2488 for fb too: sample pixel center when transforming. | Kristian Høgsberg | 1 | -6/+15 |
2006-07-06 | Pull over convolution filter fixes from xgl-0-0-1 branch. | Kristan Høgsberg | 1 | -2/+7 |
2006-07-05 | Missing close parenthesis in one of the setuid() fixes. | Rudo Thomas | 1 | -1/+1 |
2006-07-05 | Check setuid() return value. Bugzilla #7116. | Matthieu Herrb | 4 | -9/+25 |
2006-07-05 | Bugzilla #5120, #7246: In CW's GC ops, validate the backing GC against the | Eric Anholt | 1 | -0/+4 |
2006-07-05 | Fix crash when using PICT_x4a4 by supplying an appropriate fbFetchPixel_x4a4. | Eric Anholt | 1 | -0/+9 |
2006-07-05 | Correct component ordering when fetching [ax]4b4g4r4 pixels. | Eric Anholt | 1 | -10/+10 |
2006-07-05 | Move EXA_PM_IS_SOLID() to the public API, since drivers will want it frequently. | Eric Anholt | 2 | -8/+9 |
2006-07-05 | Correct AGP memory deallocation argument on *BSD. | Eric Anholt | 1 | -1/+5 |
2006-07-05 | Fix bugs in support for new repeatTypes in XAA and EXA. | Eric Anholt | 2 | -2/+11 |
2006-07-05 | Bug #7366: Fix crashes when setting filters on source pictures. | Eric Anholt | 2 | -7/+30 |
2006-07-05 | Bug #7366: Fix two crashes in operations on source pictures. | Eric Anholt | 2 | -6/+16 |
2006-07-05 | Fix MMX Saturate implementation. | Eric Anholt | 1 | -1/+1 |
2006-05-22 | Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the statexorg-server-1_1_0XORG-7_1 | Adam Jackson | 6 | -4/+58 |
2006-05-19 | Remove dead DPMS timer functions from the installed headers. (Fredrik | Adam Jackson | 2 | -5/+6 |
2006-05-18 | Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang. | Adam Jackson | 8 | -73/+181 |
2006-05-18 | Bug #6377: Ignore disabled BARs, and allow matching BARs aligned to less | Adam Jackson | 2 | -11/+21 |
2006-05-18 | Bug #5877: Avoid burning CPU when acpid dies. Require acpid to be running | Adam Jackson | 2 | -12/+20 |
2006-05-18 | Bug #6827: Fix texel fetch in fbFetchTransformed to avoid crashes. Still | Adam Jackson | 2 | -44/+52 |
2006-05-15 | Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev) | Adam Jackson | 3 | -1/+12 |
2006-05-15 | Bug #6903: Fix a crash in the Sync extension. (Søren Sandmann) | Adam Jackson | 2 | -3/+19 |
2006-05-15 | Bug #6916: Build fix for non-Linux. (Matthieu Herrb) | Adam Jackson | 2 | -3/+9 |
2006-05-12 | Bump to 1.0.99.903xorg-server-1_0_99_903 | Adam Jackson | 2 | -5/+11 |
2006-05-10 | Bug #3561: Crash fix in the Record extension. (Paul Anderson) | Adam Jackson | 2 | -4/+9 |
2006-05-09 | Bug #6867: Yet another Render crash fix. (Michel Dänzer) | Adam Jackson | 2 | -2/+7 |
2006-05-09 | Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer) | Adam Jackson | 9 | -16/+74 |
2006-05-03 | Fix Solaris build with Sun compilers to work when exa is built before | Alan Coopersmith | 3 | -1/+13 |
2006-05-03 | Use min() [defined in include/misc.h] instead of MIN() [not defined in any | Alan Coopersmith | 2 | -3/+9 |
2006-05-02 | Bug #6642: Fix buffer overflow in Render. (CVE 2006-1526, patch from Eric | Adam Jackson | 2 | -2/+8 |
2006-04-28 | Bump to 1.0.99.902xorg-server-1_0_99_902 | Adam Jackson | 2 | -1/+6 |
2006-04-28 | Bug #6750: Fixup for quirky Intel bridges. (Dave Airlie) | Adam Jackson | 3 | -3/+19 |
2006-04-28 | Bug #6751: Use sysfs to read card ROMs if available. (Dave Airlie) | Adam Jackson | 4 | -0/+66 |
2006-04-24 | Bug #6472: Fix a static buffer overflow. (David Woodhouse) | Adam Jackson | 2 | -1/+4 |
2006-04-24 | Bug #6325: Add support for x4a4 picture format. | Adam Jackson | 4 | -4/+47 |
2006-04-18 | Update all prefixes in config tools, so they mostly work again. Also, make | Donnie Berkholz | 8 | -14/+34 |
2006-04-18 | Bug #6628: Wrap a couple more SDK headers in if XORG, as per Dave Airlie's | Donnie Berkholz | 3 | -0/+13 |
2006-04-18 | Bug #6628: Fix kdrive build by linking in libexa before KDRIVE_LIBS. | Donnie Berkholz | 2 | -2/+9 |
2006-04-15 | CVT means Coordinated Video Timing instead of Common. | Luc Verhaegen | 3 | -6/+13 |
2006-04-14 | Coverity #804: Another leak on OOM path. | Adam Jackson | 2 | -1/+9 |
2006-04-14 | Coverity #806: Another memory leak on OOM path. | Adam Jackson | 2 | -1/+8 |
2006-04-14 | Coverity #847, #848, #849: Three more memory leaks. | Adam Jackson | 2 | -0/+8 |