summaryrefslogtreecommitdiff
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson2006-07-21654-748/+5
* Fix the RandR failure path for rotated screens.Aaron Plattner2006-07-211-4/+8
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick2006-07-218-124/+1
|\
| * fix KdXvCopyPackedData to actually workDaniel Stone2006-07-211-1/+1
| * Remove the DDXTIME conditional, for being unused.Adam Jackson2006-07-207-123/+0
* | Remove unused variable.Ian Romanick2006-07-201-1/+0
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick2006-07-2097-545/+116
|\ \ | |/
| * get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2006-07-1890-525/+87
| * Fix the Linux ACPI reopen code to use a repeating timer, rather than aAdam Jackson2006-07-171-3/+15
| * Un-glx-libcwrap DMX GLX proxy so it works without GL/include.Kristian Høgsberg2006-07-156-17/+14
* | Add some const qualifiers to serveral function parameters.Ian Romanick2006-07-143-10/+11
* | Rearrange code in xf86int10ParseBiosLocation to use strncasecmp. ThisIan Romanick2006-07-141-23/+16
* | Refactor common code from the generic.c and linux.c version ofIan Romanick2006-07-144-184/+135
* | Refactor identical xf86InitInt10 function from generic.c and linux.cIan Romanick2006-07-143-12/+6
* | Trivial refactor of libint10_la_SOURCES.Ian Romanick2006-07-141-7/+13
|/
* Bug #7482: Fix Xdmx's Render code to match reality; fixes BadLength clientJames Steven Supancic III2006-07-131-1/+1
* Replace GNU make-ism.Matthieu Herrb2006-07-091-1/+1
* Fix crash in Xephyr when running on host X with keymap width < 4 ( i.e xvnc )Matthew Allum2006-07-081-12/+8
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverMatthew Allum2006-07-084-70/+15
|\
| * Bug #3042: Use autoconf to get the correct name of a struct member.Tilman Sauerbeck2006-07-082-66/+10
| * Bug #7097: do case-insensitive comparison for some hotkeys.Tilman Sauerbeck2006-07-082-4/+5
* | Add support to Xephyr for simulating 8bit grayscale.Matthew Allum2006-07-082-7/+22
|/
* Remove hardcoded 'lib' in XPRINTDIR.Ed Catmur2006-07-061-1/+1
* Generate xprint.pre from xprint.cpp.Ed Catmur2006-07-061-0/+11
* PPC64 build fix.Adam Jackson2006-07-061-1/+4
* Switch the default mouse device on Linux to /dev/input/mice.Adam Jackson2006-07-061-1/+1
* Refactor linuxGetIOSize and linuxGetSizes. Eliminate the unnecessaryIan Romanick2006-07-061-36/+23
* Remind dlloader that it needs to search the global scope as well as theAdam Jackson2006-07-061-0/+8
* fix compiler warning in hw/xfree86/common/xf86Config.cGreg Kroah-Hartman2006-07-051-0/+1
* fix compiler warning about xnestRecolorCursor() not being definedGreg Kroah-Hartman2006-07-051-0/+1
* fix some more compiler warnings due to defines being declared differentlyGreg Kroah-Hartman2006-07-051-2/+2
* fix wrong function pointer type in hw/dmx/dmxcmap.cGreg Kroah-Hartman2006-07-051-1/+1
* Correct AGP memory deallocation argument on *BSD.Eric Anholt2006-07-031-1/+5
* Fix bugs in support for new repeatTypes in XAA and EXA.Eric Anholt2006-07-031-1/+7
* Missing close parenthesis in one of the setuid() fixes.Rudo Thomas2006-07-011-1/+1
* Merge branch 'origin'Keith Packard2006-07-01309-1290/+37735
|\
| * Bug 7145: fix build with gcc 2.95 & other c89 compilersJens Granseuer2006-06-301-3/+6
| * Updated Solaris aperture driver to build on sun4v & amd64 kernelsMartin Bochnig2006-06-291-170/+208
| * Make sure <execinfo.h> is actually included when needed.Michel Dänzer2006-06-241-5/+1
| * Bug #7213: Fix the XFree86-DRI extension for byte-swapped clients.Michel Dänzer2006-06-241-7/+30
| * Use correct OSNAME setting so we can find os-specific modules like libdrm.Eric Anholt2006-06-231-3/+3
| * Add a manpage for EXA.Eric Anholt2006-06-232-0/+52
| * Unbreak unbreaking the loader. Re-add the symbol reference lists so that theAdam Jackson2006-06-219-100/+2139
| * add some function prototypes to hw/xprint/DiPrint.h as they are exportedGreg Kroah-Hartman2006-06-211-0/+5
| * Bug 4320: Fastpath corner case improvement for Composite.Matthias Hopf2006-06-211-1/+4
| * Move Xserver API for security extension to securitysrv.hAlan Coopersmith2006-06-201-3/+2
| * Check setuid() return value. Bugzilla #7116.Matthieu Herrb2006-06-203-3/+13
| * fix compiler warnings in hw/xfree86/i2c/fi1236.cGreg Kroah-Hartman2006-06-192-3/+6
| * fix compiler warning in hw/xfree86/i2c/tda9850.cGreg Kroah-Hartman2006-06-191-1/+1
| * fix compiler warning in hw/vfb/InitOutput.cGreg Kroah-Hartman2006-06-191-0/+2