[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-server: Changes to 'refs/tags/xorg-server-2_1.4.99.901-2'



Tag 'xorg-server-2_1.4.99.901-2' created by Julien Cristau <jcristau@debian.org> at 2008-03-21 21:42 +0000

Tagging upload of xorg-server 2:1.4.99.901-2 to experimental.

Changes since xorg-server-2_1.4.99.901-1:
Adam Jackson (8):
      Fix segfault when a monitor exists but has no modes.
      Size xf86DefaultModes explicitly.
      Bug #14927: Fix the math for xf86NumDefaultModes.
      Add the "amd" driver to magic driver selection.
      RANDR 1.2: Don't report a square resolution to RANDR 1.1 clients.
      RANDR 1.2: Fix the RANDR 1.1 screen size estimation to approach reality.
      RANDR 1.2: Fix initial mode aspect ratio match in a corner case.
      Fix a stray use of ALLOCATE_LOCAL.

Bart Trojanowski (1):
      Bug #14332: Fix PCI access cycles from x86emu.

Doug Chapman (1):
      Bug #14091: Fix build (and runtime) on ia64.

Eamon Walsh (3):
      Apply __glXDisp_GetVisualConfigs message patch
      XSELinux: Correctly handle some permission bits that are used more than once.
      XSELinux: Do a check for whether background "None" is allowed.

Julien Cristau (6):
      xserver-xorg-dev needs to depend on libpciaccess-dev.
      Merge branch 'server-1.5-branch' of git.freedesktop.org:/git/xorg/xserver into debian-experimental
      autoreconf
      Update changelogs
      Add missing conflicts on xserver-xorg-input-2.
      Prepare changelog for upload

Keith Packard (1):
      XkbCopyKeymap was mangling doodads and overlays

Kristian Høgsberg (4):
      Fix DRI2 texture target for GLX_EXT_texture_from_pixmap.
      DRI2: Return event buffer head index in DRI2CreateDrawable.
      GLX: Track changes to DRI_TEX_BUFFER extension.
      DRI2: Add DRI2AuthConnection().

Mark Kettenis (1):
      OpenBSD support for libpciaccess.

---
 ChangeLog                               |  168 ++++++++++++++++++++++++++++++++
 GL/glx/glxcmds.c                        |    6 +
 GL/glx/glxdri.c                         |    2 
 GL/glx/glxdri2.c                        |   26 +---
 Xext/xselinux.c                         |   32 +++++-
 aclocal.m4                              |   12 +-
 configure                               |   10 +
 debian/changelog                        |    9 +
 debian/control                          |    4 
 hw/xfree86/common/modeline2c.awk        |    3 
 hw/xfree86/common/xf86AutoConfig.c      |    5 
 hw/xfree86/common/xf86Config.c          |   30 +----
 hw/xfree86/common/xf86Priv.h            |    1 
 hw/xfree86/dri2/dri2.c                  |   16 ++-
 hw/xfree86/dri2/dri2.h                  |    5 
 hw/xfree86/int10/helper_exec.c          |   57 +++++++++-
 hw/xfree86/modes/xf86Crtc.c             |   52 +++++----
 hw/xfree86/modes/xf86Modes.c            |   28 -----
 hw/xfree86/modes/xf86RandR12.c          |   21 ----
 hw/xfree86/os-support/bsd/i386_video.c  |    3 
 hw/xfree86/os-support/bus/Makefile.am   |   12 --
 hw/xfree86/os-support/bus/Makefile.in   |   25 ----
 hw/xfree86/os-support/bus/Pci.h         |    3 
 hw/xfree86/os-support/bus/bsd_pci.c     |    2 
 hw/xfree86/os-support/linux/Makefile.am |    2 
 hw/xfree86/os-support/linux/Makefile.in |   16 ---
 hw/xfree86/os-support/shared/ia64Pci.c  |   55 ----------
 hw/xfree86/utils/ioport/Makefile.am     |    2 
 hw/xfree86/utils/ioport/Makefile.in     |    5 
 hw/xfree86/xf4bpp/ppcSpMcro.h           |    6 -
 xkb/xkbUtils.c                          |    7 -
 31 files changed, 379 insertions(+), 246 deletions(-)
---


Reply to: