- Jul 23, 2008
-
-
Adam Jackson authored
You know, Mesa 7.1 could release any day now and that'd be just fine.
-
Don't return BadAlloc when trying to set a PictureFilter with no parameters when a filter with parameters was previously set. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> (cherry picked from commit bc3c03a3)
-
Make sure the _XSERVER64 macro is not defined in Xlib client code. That macro is meant to be define only on pure server code, when necessary. (cherry picked from commit 5de1867f)
-
(cherry picked from commit 49751fee)
-
Peter Hutterer authored
RedHat Bug 448604 <https://bugzilla.redhat.com/show_bug.cgi?id=448604>
-
- Jul 21, 2008
- Jul 16, 2008
-
-
Based on the patch by Tomas Janousek. Backported version. X.Org Bug 16179 <http://bugs.freedesktop.org/show_bug.cgi?id=16179> (cherry picked from commit 26e7e69a)
-
Peter Hutterer authored
Just because it compiles on my machine doesn't make it right. Needs backported patch from http://bugs.freedesktop.org/show_bug.cgi?id=16179. This reverts commit a08ea64d.
-
Based on the patch by Tomas Janousek. X.Org Bug 16179 <http://bugs.freedesktop.org/show_bug.cgi?id=16179> (cherry picked from commit 26e7e69a)
-
Only applicable when the server comes down/restarts. In this case, WindowTable[i] may be NULL. Let's not try to send an event then. (cherry picked from commit f3771419)
-
CloseDownDevices() tries to send PresenceNotify events. If the windows are already freed, then we are accessing dangling pointers. (cherry picked from commit aec485f2)
-
In DeleteInputDeviceRequest, leave the conf_idev (which is shared with xf86ConfigLayout.input) alone for devices that were specified in the ServerLayout section of the config file. This way, in the next server generation we are left with what was the original config and can thus re-init the devices. This is an addon to 6d22a961, an attempt to fix Bug 14418. X.Org Bug 15645 <https://bugs.freedesktop.org/show_bug.cgi?id=15645> X.Org Bug 14418 <https://bugs.freedesktop.org/show_bug.cgi?id=15645> (cherry picked from commit 9ab4e2fd)
-
- Jul 15, 2008
-
-
(cherry picked from commit 9111944b)
-
- Jul 14, 2008
-
-
Peter Hutterer authored
If devices are prepended to the list, their wake-up order on resume is not the same as the original initialisation order. Hot-plugged devices, originally inited last, are re-enabled before the xorg.conf devices and in some cases may steal the device files. Result: we have different devices before and after suspend/resume. RedHat Bug 439386 <https://bugzilla.redhat.com/show_bug.cgi?id=439386> (cherry picked from commit 11ee0ae9)
-
- Jul 13, 2008
-
-
Julien Cristau authored
It's needed by xkbsrv.h (cherry picked from commit d8af9d9a)
-
In the map stored in each keyboard device, the first line refers to minimum keycode, i.e., the 0th line refers to keycode 8. When not using XKB the wrong test caused some keys to be interpreted as locks ('m' for instance). The had to be pressed twice to generate both KeyPress and KeyRelease events. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-
- Jul 03, 2008
-
-
Sascha Hlusiak authored
Remove AEI check from configImpliedLayout as the setting isn't actually parsed at this point anyway. Set AllowEmptyInput to enabled by default if hotplugging is enabled.
-
Dave Airlie authored
-
Dave Airlie authored
this fixes a crash I was getting on radeon rotate when gnome is running. I'm sure g-s-d was doing something bad, but really not crashing ftw. (cherry picked from commit 1771edcb)
-
Dave Airlie authored
This fixes a bug on server recycle with ati zaphod.
-
- Jul 02, 2008
-
-
If it's NULL anyway, we bail, if not, it lets ModifyPixmapHeader know about the private. (cherry picked from commit 528b4e36)
-
Adam Jackson authored
(cherry picked from commit 689292e5)
-
- Jul 01, 2008
-
-
If opendir() fails, return from matchDriverFromFiles() immediately. Ubuntu bug 217647. (cherry picked from commit fbad87f2)
-
Aaron Plattner authored
RandR 1.1 has a physical size for each mode. It used to be that the DIX would remember these modes and pass them back up to the DDX when changing the screen configuration. The DDX uses RR_GET_MODE_MM to query the driver for the physical dimensions of the screen, allowing it to preserve the DPI. With RandR 1.2, the physical dimensions are stored as part of the output, rather than per mode. The DIX only uses the sizes passed in from the DDX to select the mode pool for the "default" output, and forgets the physical sizes. Then, when reconfiguring the screen, it makes up a new RRScreenSizeRec using the dimensions from the output, screwing up the DPI. This change works around this problem by ignoring the DIX and querying the real size from the driver. (cherry picked from commit 2e8daee0)
-
Adam Jackson authored
(cherry picked from commit e2bbf2d2)
-
X.Org Bug 9156 <http://bugs.freedesktop.org/show_bug.cgi?id=9156 > Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au> (cherry picked from commit 0050165a)
-
- Jun 30, 2008
-
-
Adam Jackson authored
-
Adam Jackson authored
(cherry picked from commit 76576c87)
-
This fine (and unused) function wasn't ever wrapped which made it not work under exa. (cherry picked from commit 06e7e1d0)
-
Adam Jackson authored
Remember kids, distcheck before you tag.
-
Adam Jackson authored
-
Adam Jackson authored
-
Adam Jackson authored
(cherry picked from commit 211e2bdc)
-
- Jun 28, 2008
-
-
Eamon Walsh authored
(cherry picked from commit 7ddfb2f1)
-
- Jun 26, 2008