summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2006-06-01Kill LBX, too.Daniel Stone1-0/+28
2006-06-01Simplify the unsupported XI function list.Daniel Stone1-0/+4
2006-06-01Ditch more alternate-loader braindamage.Daniel Stone1-0/+5
2006-06-01Kill a.out, COFF and ELF loaders with FIRE.Daniel Stone1-0/+16
2006-06-01Add bitmap to the ignored module list.Adam Jackson1-0/+3
2006-06-01Ignore requests to load GLcore and speedo.Daniel Stone1-0/+7
2006-06-01Bug #5089: Die, libbitmap, die!Adam Jackson1-0/+7
2006-06-01Remove horrendously ugly DDX backward-compatibility.Daniel Stone1-0/+7
2006-06-01Die XTESTEXT1, die!Daniel Stone1-0/+19
2006-05-30Powerpc machines also need ioperm_noop.cMatthieu Herrb1-0/+5
2006-05-30Properly document the DPMS, SyncOnGreen, and TargetRefresh options.Adam Jackson1-0/+5
2006-05-29Remove superfluous definition of tfp tokens.Kristian Høgsberg1-0/+4
2006-05-29Remove -xkbmap argument.Daniel Stone1-0/+14
2006-05-29Minor #include cleanups.Daniel Stone1-0/+7
2006-05-27check buffersize before reading next char, fixes the "mouse stuck at left"Matthieu Herrb1-0/+7
bug (bugzilla #3113) for BSD systems using wscons. (Dale Rahn).
2006-05-26RGB color database and XErrorDB install to "share" not "lib" by default (byJeremy C. Reed1-0/+9
app/rgb and libX11). TODO: They are customizable, so maybe cpprules.in should be extended.
2006-05-25Don't do fixup_video_driver_list if no drivers. (I had signal 11 and coreJeremy C. Reed1-0/+9
dump when drivers not installed yet.) TODO: fix fixup_video_driver_list to handle NULL argument.
2006-05-25update to build against Mesa CVS HEAD (Carlos Eduardo Rodrigues Diogenes).Matthieu Herrb1-0/+4
2006-05-25typoMatthieu Herrb1-1/+1
2006-05-25Don't destroy a pixmap twice on server exit (bugzilla #4247).Matthieu Herrb1-0/+5
2006-05-24NetBSD also has curses.h instead of ncurses.h. (TODO: Maybe instead ofJeremy C. Reed1-0/+8
checking for SCO, UnixWare, Sun SVR4 and NetBSD, the curses.h versus ncurses.h should be tested in configure.)
2006-05-24On NetBSD, add -li386 for i386 and -lx86_64 for x86_64 to SYS_LIBS. (x86_64Jeremy C. Reed1-0/+6
on NetBSD not tested.)
2006-05-24Remove tolower() which was missed in the _XkbStrCaseCmp/strcmp changes.Jeremy C. Reed1-0/+8
2006-05-23Add AC_SUBST([SOLARIS_ASM_CFLAGS]) that I forgot when splitting them out ofAlan Coopersmith1-0/+6
the XORG_CFLAGS.
2006-05-22Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the stateAdam Jackson1-0/+11
they were in prior to the fix for #6438. Based on a patch from Andy Ritger.
2006-05-20Update to 2006-05-19 snapshotAlan Coopersmith1-0/+11
Remove entries now present in pci.ids Regenerate from updated pci.ids & extrapci.ids
2006-05-19Remove dead DPMS timer functions from the installed headers. (FredrikAdam Jackson1-0/+6
Höglund)
2006-05-18Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.Adam Jackson1-0/+12
(Egbert Eich)
2006-05-18Bug #6377: Ignore disabled BARs, and allow matching BARs aligned to lessAdam Jackson1-0/+6
than 16 bytes. (Felix Kühling, ATI)
2006-05-18Bug #5877: Avoid burning CPU when acpid dies. Require acpid to be runningAdam Jackson1-0/+7
for ACPI support on Linux. Minor errno handling fixes. (Valery Inozemtsev, Adam Jackson)
2006-05-18Bug #6827: Fix texel fetch in fbFetchTransformed to avoid crashes. StillAdam Jackson1-0/+7
not 100% correct, but better than 7.0. (Radek Doulik, Matthias Hopf)
2006-05-17Make Xv symbols conditional. (Enrico Wiegelt)Daniel Stone1-0/+3
2006-05-17Make DBE support conditional. (Enrico Wiegelt)Daniel Stone1-0/+5
2006-05-15Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev)Adam Jackson1-0/+7
2006-05-14Don't use AM_CONDITIONAL inside shell conditionals. Bugzilla #6916.Matthieu Herrb1-0/+6
2006-05-12Fri May 12 17:51:26 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-0/+6
Keep track of the previous item and update its next pointer when deleting from the linked list.
2006-05-11Bug #5796: Wrong fastpath selection for repeating sources.Matthias Hopf1-0/+5
2006-05-11Bug #4320: Improved XAA Composite fastpath.Matthias Hopf1-0/+5
2006-05-10Bug #3561: Crash fix in the Record extension. (Paul Anderson)Adam Jackson1-0/+5
2006-05-09Bug #6867: Yet another Render crash fix. (Michel Dänzer)Adam Jackson1-0/+5
2006-05-09Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer)Adam Jackson1-0/+13
2006-05-03Make Xephyr build on Solaris:Alan Coopersmith1-0/+14
Add #include <sys/file.h> on Solaris for FNONBLOCK/FASYNC definitions hw/kdriver/linux/Makefile.am Move agp.c & agp.h to KDRIVE_HW_SOURCES since they're not needed for Xephyr-only builds Add -lrt to XEPHYR_LIBS if needed to get nanosleep().
2006-05-03Redact a few mentions of speedo font support.Adam Jackson1-0/+7
2006-05-02Typo in ALLLOCATE_LOCAL() arguments, causing mis-computation of the buffer.Matthieu Herrb1-0/+6
Bugzilla #6642.
2006-05-02Fix Solaris build with Sun compilers to work when exa is built beforeAlan Coopersmith1-0/+7
hw/xfree86/os-support/solaris (as it is by default now).
2006-05-02Use min() [defined in include/misc.h] instead of MIN() [not defined in anyAlan Coopersmith1-0/+6
Xorg header].
2006-04-30Remove stray mfb/cfb references.Adam Jackson1-0/+4
2006-04-30Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.Adam Jackson1-0/+38
2006-04-28Add Polylines and PolyPoint acceleration as well. This is primarily toEric Anholt1-0/+9
clean up fallback debugging output, so I can focus on more imporant cases. Performance is comparable but without hardware stalls, and passes Xlib9.
2006-04-28Correct some bugs causing performance issues in the "Smart" scheme.Eric Anholt1-0/+5