Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-06-29 | Death to RCS tags. | Adam Jackson | 473 | -833/+3 | |
2007-06-28 | Remove the remnants of OS/2 support. | Adam Jackson | 36 | -792/+18 | |
This has never worked in any modular server release, and as far as I know was never tested in 6.7 through 6.9. | |||||
2007-06-28 | Fix another usage of MAX_PCI_DEVICES. | Adam Jackson | 1 | -1/+1 | |
Fixes cases where the VGA device is above the 128th device on the system. | |||||
2007-06-28 | Bug #10770: "Inputdevs" isn't a valid config file keyword. | Adam Jackson | 1 | -1/+1 | |
2007-06-27 | Relink properly all kdrive servers when changes happen. | Tiago Vignatti | 15 | -0/+30 | |
2007-06-27 | Add VBE PanelID support. | Adam Jackson | 2 | -0/+86 | |
Originally found only in the i810 driver. | |||||
2007-06-27 | More janitor work. Remove 'defined but not used' warnings from kdrive and ↵ | Tiago Vignatti | 2 | -2/+4 | |
some minor cosmetic. | |||||
2007-06-27 | Janitor work. Remove 'defined but not used' warnings from xorg and other ↵ | Tiago Vignatti | 3 | -7/+1 | |
cosmetic. | |||||
2007-06-27 | Fix kdrive XKB. | Tiago Vignatti | 1 | -3/+4 | |
2007-06-25 | Make sure DRIScreenPrivIndex is -1 when no DRI screen private is allocated. | Michel Dänzer | 1 | -7/+9 | |
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11340 . | |||||
2007-06-25 | configFiles(): don't return anything when declared as void. | Peter Hutterer | 1 | -1/+1 | |
2007-06-25 | NULL-terminate device list when synthesizing core devices. | Peter Hutterer | 1 | -3/+3 | |
This fix is required for 93ca526892c0d22afa05cce6496198c652043a19 to work. | |||||
2007-06-25 | Split up memory for devices configured in the config file. | Peter Hutterer | 3 | -53/+69 | |
If we're using a continuous block here, we segfault when a device removal triggers an xfree call. | |||||
2007-06-22 | Skip driver mode detection/configuration when !vtSema. | Keith Packard | 1 | -3/+21 | |
When the server is not active, make sure the driver functions related to mode setting are not called. | |||||
2007-06-20 | Include module name in "already built-in" message | Alan Coopersmith | 1 | -1/+1 | |
2007-06-18 | Make xf86{En,Dis}ableInterrupts no-ops on Linux. | Adam Jackson | 1 | -57/+5 | |
2007-06-18 | Compile fixes for Linux ARM platforms. | Lennart Buytenhek | 3 | -4/+6 | |
2007-06-18 | In NewInputDeviceRequest, only call EnableDevice if xf86Screens[0]->vtSema is | Zephaniah E. Hull | 1 | -1/+1 | |
true, preventing unwanted behavior in the case where a device is added while the user is in a different VT. | |||||
2007-06-11 | Really make sure BUILD_TIME doesn't have a leading zero. | Clark Rawlins | 1 | -1/+1 | |
date +'%k%M%S' still gives a leading zero in the hour after midnight... Add a leading 1 and remove it in xf86PrintBanner(). | |||||
2007-06-11 | DRI: Clip cliprects obtained from DRIGetDrawableInfo to screen dimensions. | Michel Dänzer | 2 | -10/+43 | |
This is to avoid issues with redirected windows which are located partly or fully outside of a screen edge, resulting in unusual cliprects which the 3D drivers generally can't handle. The symptoms in such cases would be incorrect rendering or even crashes or hangs. | |||||
2007-06-11 | DRITreeTraversal: Stop walking tree when we've seen all DRI windows. | Michel Dänzer | 1 | -3/+8 | |
2007-06-11 | DRI: Fix build warning. | Michel Dänzer | 1 | -1/+1 | |
2007-06-08 | Fix sync polarity on Samsung SyncMaster 205BW monitor. | Daniel Ciocea | 1 | -1/+5 | |
need to use standard VESA sync polarity instead of the EDID provided -hsync -vsync values. | |||||
2007-06-04 | xf86PostMotionEvents[P] calls xf86SendDragEvents, xf86SendDragEvents | Zephaniah E. Hull | 1 | -1/+1 | |
unconditionally checks device->button->buttonsDown. Let's make it possible to have a device with motion, but no buttons. Without segfaulting. | |||||
2007-06-04 | Let's not do a calloc and a free on every call to xf86PostMotionEvents. | Zephaniah E. Hull | 1 | -4/+12 | |
2007-06-04 | Add xf86PostMotionEventP, takes a pointer instead of a variable number of | Zephaniah E. Hull | 3 | -14/+26 | |
arguments. Bump input ABI to 1.1 since we export this. | |||||
2007-06-04 | Print the build time as well as the date if we can. | Zephaniah E. Hull | 2 | -0/+9 | |
2007-06-03 | XFree86: Input: Assume core events per default | Daniel Stone | 1 | -4/+6 | |
Assume that a device will be sending core events, unless explicitly specified otherwise. | |||||
2007-06-03 | XFree86: Input: Perform case-insensitive comparisons on option names | Daniel Stone | 1 | -3/+3 | |
2007-06-02 | Minor cleanup/robustification to config parsing. | Adam Jackson | 1 | -22/+14 | |
2007-06-02 | Don't warn about default behaviour when autoconfigging. | Adam Jackson | 1 | -6/+6 | |
2007-06-02 | Delete VDIF support; it was never used anyway. | Adam Jackson | 9 | -598/+3 | |
2007-06-01 | Need to use minPitch in miScanLineWidth() to get the shrinked | Henry Zhao | 1 | -1/+1 | |
linePitch. | |||||
2007-05-30 | Fix mode validation against the maximum X/Y values configured | Alan Hourihane | 1 | -2/+9 | |
at server startup, and not against the virtual X/Y parameters as they can change. This fixes an issue when canGrow is TRUE and modes get dropped when using the virtual X/Y parameters. | |||||
2007-05-29 | I/O enable/disable update for the Hurd | Samuel Thibault | 1 | -32/+12 | |
2007-05-29 | Make sure that the ramdac symbols are present in the server | Julien Cristau | 1 | -0/+51 | |
The former ramdac module is now built into the server, so its symbols need to be explicitly exported to drivers (Debian #423129). | |||||
2007-05-29 | Remove wscons keyboard handling stuff that doesn't belong there anymore. | Matthieu Herrb | 1 | -28/+0 | |
2007-05-29 | Merge branch 'master' of ssh://herrb@git.freedesktop.org/git/xorg/xserver | Matthieu Herrb | 10 | -796/+1155 | |
2007-05-29 | Make this build on OpenBSD | Matthieu Herrb | 1 | -2/+2 | |
2007-05-30 | Update Xprint build for pixman. | Drew Parsons | 1 | -3/+3 | |
Xprt links libfb, which now uses pixman. Update configure.ac to require module $PIXMAN for XPRINT. Also, use $(top_builddir) to reference libfb.la and other local libraries, rather than using the relative reference ../.. | |||||
2007-05-28 | Fix for GNU/kFreeBSD | David Nusinow | 1 | -1/+1 | |
2007-05-28 | Fixes for s390 | Bastian Blank | 2 | -2/+2 | |
2007-05-28 | Overhaul xorg.conf manpage | Branden Robinson | 1 | -547/+743 | |
Major stylistic cleanups, greatly expanded cross-reference ("SEE ALSO") section and some typo fixes. This patch by Branden Robinson. Forward-ported by Fabio M. Di Nitto. | |||||
2007-05-28 | Read ROM in chunks | David Nusinow | 1 | -1/+3 | |
This patch speeds up reads of the ROM by reading in large chunks rather than one byte at a time. This patch was by Dann Frazier. | |||||
2007-05-28 | Fix up xnest manpage | David Nusinow | 1 | -216/+380 | |
I believe this patch was originally by Branden Robinson | |||||
2007-05-25 | xf86XVFillKeyHelper assumed root clip never changed. | Keith Packard | 1 | -21/+14 | |
When the root window changed size, xf86XVFillKeyHelper would not revalidate the GC, leaving the clip at the old size causing lossage (and possibly memory corruption if the screen and frame buffer shrank). Fixed by just using a scratch GC; saving memory, eliminating bugs and shrinking the code. | |||||
2007-05-24 | Fix a typo in using memcpy in xwin. | Luo Jie | 1 | -1/+1 | |
2007-05-24 | Fix build on NetBSD/amd64. | Matthias Drochner | 1 | -0/+5 | |
2007-05-24 | Consolidate portPriv->pDraw assignments into xf86XVEnlistPortInWindow. | Michel Dänzer | 1 | -4/+3 | |
This avoids a crash in xf86XVReputVideo and also cleans up the code slightly. | |||||
2007-05-22 | DRI: Add TexOffset driver hooks. | Michel Dänzer | 2 | -2/+24 | |
To be used by AIGLX for GLX_EXT_texture_from_pixmap without several data copies. The texOffsetStart hook must make sure that the given pixmap is accessible by the GPU for texturing and return an 'offset' that can be used by the 3D driver for that purpose. The texOffsetFinish hook is called when the pixmap is no longer being used for texturing. |