[PULL] Pull in misc patches from the list and bugzilla

Jeremy Huddleston jeremyhu at apple.com
Sun Nov 6 17:17:06 PST 2011


The following changes since commit f0d50cc6651dce3a8a3cd3fb84210aa92b139763:

  Fix vesa's VBE PanelID interpretation (2011-11-06 16:41:44 -0800)

are available in the git repository at:
  git://people.freedesktop.org/~jeremyhu/xserver master

Chris Wilson (3):
      VidMode: prevent crash with no modes
      DRI2: Avoid a NULL pointer dereference
      dri2: Register the DRI2DrawableType after server regeneration

Derek Buitenhuis (1):
      Fix vesa's VBE PanelID interpretation

Jeremy Huddleston (2):
      xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast
      xfree86: Deprecate the use of xf86PciInfo.h

Rami Ylimäki (1):
      record: Prevent out of bounds access when recording a reply.

Ross Burton (1):
      edid: Add quirk for Acer Aspire One 110

Rui Matos (1):
      randr: Make the RRConstrainCursorHarder logic the same as miPointerSetPosition

 hw/xfree86/common/xf86PciInfo.h         |    2 +
 hw/xfree86/common/xf86VidMode.c         |    3 ++
 hw/xfree86/common/xf86pciBus.c          |    1 +
 hw/xfree86/doc/ddxDesign.xml            |    7 ----
 hw/xfree86/dri2/dri2.c                  |   17 ++++++++--
 hw/xfree86/dri2/dri2ext.c               |    3 ++
 hw/xfree86/fbdevhw/fbdevhw.c            |    1 -
 hw/xfree86/modes/xf86EdidModes.c        |    5 +++
 hw/xfree86/os-support/bus/Pci.h         |    1 -
 hw/xfree86/os-support/linux/lnx_video.c |    8 ++--
 hw/xfree86/sdksyms.sh                   |    1 -
 hw/xfree86/vbe/vbe.c                    |    5 ++-
 include/os.h                            |    3 +-
 os/io.c                                 |    1 +
 randr/rrcrtc.c                          |   29 ++++++-----------
 record/record.c                         |   53 +++++++++++++++++-------------
 16 files changed, 79 insertions(+), 61 deletions(-)




More information about the xorg-devel mailing list