summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2006-06-19fix compiler warnings in hw/xfree86/i2c/fi1236.cGreg Kroah-Hartman2-3/+6
2006-06-19fix compiler warning in hw/xfree86/i2c/tda9850.cGreg Kroah-Hartman1-1/+1
2006-06-19fix compiler warning in hw/vfb/InitOutput.cGreg Kroah-Hartman1-0/+2
2006-06-19fix compiler warnings in hw/xfree86/xf4bpp/ppcGC.cGreg Kroah-Hartman1-2/+2
2006-06-19Another round of loader sense-beating. Remove the (unused) server exportAdam Jackson18-3049/+78
2006-06-18Don't bother building RAC as a module, that's just absurd.Adam Jackson5-57/+14
2006-06-18Add a couple of (doxygen) comments I wrote while looking at modesetting.Eric Anholt1-0/+22
2006-06-18Add options to disable EXA acceleration for Composite/UTS/DFS, and always printEric Anholt1-2/+33
2006-06-18Add some missing .gitignore stuff for Mesa symlinks and other generated files.Eric Anholt10-0/+24
2006-06-18Xprint/ -> hw/xprintAdam Jackson258-2/+37208
2006-06-16Add explicit dependencies (Xorg_DEPENDENCIES = ) on the internal librariesEric Anholt1-0/+3
2006-06-09fix compiler warning in hw/xfree86/loader/loaderProcs.hGreg Kroah-Hartman1-0/+1
2006-06-09fix compiler warning in hw/xfree86/loader/loadmod.cGreg Kroah-Hartman1-2/+0
2006-06-09fix compiler warnings in hw/xnest/Keyboard.cGreg Kroah-Hartman1-3/+0
2006-06-09put function prototype for ShapeExtensionInit() in proper placeGreg Kroah-Hartman1-1/+0
2006-06-08Bug #7120: Multimonitor (non-Xinerama) support for xwin servers.Adam Jackson1-2/+4
2006-06-08Bug #7121: fix clipboard handling in Xming (Colin Harrison)Adam Jackson1-26/+17
2006-06-08fix up EnableDisableExtension() and EnableDisableExtensionError() prototypesGreg Kroah-Hartman1-3/+1
2006-06-07Fix compiler warning about undefined ReinitializeRootWindow functionGreg Kroah-Hartman1-3/+0
2006-06-07Fix compiler warnings about SetVendorRelease and SetVendorStringGreg Kroah-Hartman1-3/+0
2006-06-07Demolish now-unused loader functions.Adam Jackson2-170/+0
2006-06-07Add a token for EDID-supplied modes.Adam Jackson1-0/+1
2006-06-07Delete a (now misleading) message from the crash handler.Adam Jackson1-11/+0
2006-06-05When we can, bound the maximum number of PCI devices to attempt to scan, byDaniel Stone4-2/+25
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson39-201/+61
2006-06-04Remove a stray LBX reference.Adam Jackson1-4/+1
2006-06-03Bug #6619: Fix disappearing hardware cursor. (Colin Harrison)Daniel Stone4-10/+4
2006-06-03Completely remove relocation pointer table.Daniel Stone2-24/+1
2006-06-03Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno)Daniel Stone1-1/+1
2006-06-02Fix type confusion.Daniel Stone1-2/+2
2006-06-01Bug #6583: Only open /proc/bus/pci/devices once. (Bill Nottingham)Daniel Stone2-186/+165
2006-06-01Clean up a warning, and remove excess multiple-suffix code.Daniel Stone2-24/+18
2006-06-01Ditch more alternate-loader braindamage.Daniel Stone3-17/+0
2006-06-01Kill a.out, COFF and ELF loaders with FIRE.Daniel Stone13-7352/+2
2006-06-01Add bitmap to the ignored module list.Adam Jackson1-2/+2
2006-06-01Ignore requests to load GLcore and speedo.Daniel Stone4-10/+19
2006-06-01Bug #5089: Die, libbitmap, die!Adam Jackson3-85/+2
2006-06-01Remove horrendously ugly DDX backward-compatibility.Daniel Stone2-3/+3
2006-06-01Die XTESTEXT1, die!Daniel Stone8-246/+3
2006-05-30Powerpc machines also need ioperm_noop.cMatthieu Herrb1-1/+2
2006-05-30Properly document the DPMS, SyncOnGreen, and TargetRefresh options.Adam Jackson1-10/+15
2006-05-29Remove -xkbmap argument.Daniel Stone10-112/+44
2006-05-27check buffersize before reading next char, fixes the "mouse stuck at left"Matthieu Herrb1-1/+1
2006-05-26RGB color database and XErrorDB install to "share" not "lib" by default (byJeremy C. Reed2-5/+5
2006-05-25Don't do fixup_video_driver_list if no drivers. (I had signal 11 and coreJeremy C. Reed1-2/+2
2006-05-24NetBSD also has curses.h instead of ncurses.h. (TODO: Maybe instead ofJeremy C. Reed1-2/+2
2006-05-20Update to 2006-05-19 snapshotAlan Coopersmith3-591/+10180
2006-05-18Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.Adam Jackson7-73/+169
2006-05-18Bug #6377: Ignore disabled BARs, and allow matching BARs aligned to lessAdam Jackson1-11/+15
2006-05-18Bug #5877: Avoid burning CPU when acpid dies. Require acpid to be runningAdam Jackson1-12/+13