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

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



Tag 'xorg-server-2_1.6.1.901-3' created by Julien Cristau <jcristau@debian.org> at 2009-06-23 18:02 +0000

Tagging upload of xorg-server 2:1.6.1.901-3 to unstable.

Changes since xorg-server-2_1.6.1.901-2:
Adam Jackson (4):
      vfb: Fix depth setup.
      EDID: Be more cautious about finding vendor blocks.
      EDID: Add modes from Established Timings III descriptor to mode pool
      pci: Dump vendor/devices ids in the printed device list

David Nusinow (3):
      Add README.source
      Merge commit 'xsfbs/debian-unstable' into debian-unstable
      Changelog entry for README.source

Eamon Walsh (1):
      xace: Fix a bad device access hook call.

Ian Romanick (9):
      DRI2: Add fake front-buffer to request list for windows
      DRI2: Do not send the real front buffer of a window to the client
      DRI2: Synchronize the contents of the real and fake front-buffers
      DRI2: Don't leave empty entries in private->buffers
      DRI2: Add missing front-buffer flush callback.
      DRI2: Add interface for drivers to query DRI2 extension version
      DRI2: Implement protocol for DRI2GetBuffersWithFormat
      DRI2: Force allocation of real-front buffer for non-windows as well
      Use a #define instead of a magic number

Jerome Glisse (1):
      DRI2: update DRI2 private drawable width & height according to X drawable

Julien Cristau (20):
      xvfb-run: don't pass the magic cookie to xauth on the command line
      xvfb-run: use mktemp to create the temporary directory.
      Add bug closer for xvfb-run issue
      Change default for ExaOptimizeMigration to false
      filter lshal output for the devices we're interested in
      In the bug script, grep dmesg for agp in addition to drm.
      When a PCI or SBUS driver is loaded, disable fbdev instead of killing the server
      Hack around missing detection of the primary PCI device
      xsfbs: don't run dpkg --print-installation-architecture
      debian/rules: update configure options
      Don't recommend xfonts-base
      Bump Standards-Version to 3.8.1 now that we have README.source.
      Kill custom readlink function
      Bump Standards-Version to 3.8.2
      Drop Build-Conflicts on xlibs-static-dev
      Merge branch 'server-1.6-branch' of git.freedesktop.org:/git/xorg/xserver into debian-unstable
      Update changelogs and bump dri2proto build-dep
      Bump build-dep on libselinux1-dev to 2.0.80 for avc_netlink_acquire_fd.
      Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
      Prepare changelog for upload

---
 ChangeLog                                                            |  166 +++++++
 configure.ac                                                         |    2 
 debian/README.source                                                 |   73 +++
 debian/changelog                                                     |   42 +
 debian/control                                                       |   24 -
 debian/local/xvfb-run                                                |   13 
 debian/patches/Change-default-for-ExaOptimizeMigration-to-false.diff |   38 +
 debian/patches/fedora-bad-fbdev-thats-mine.patch                     |   43 +
 debian/patches/fedora-pci-primary.diff                               |  110 +++++
 debian/patches/series                                                |    3 
 debian/rules                                                         |   70 ++-
 debian/xserver-xorg-core.bug.script                                  |   11 
 debian/xsfbs/xsfbs.sh                                                |   12 
 dix/events.c                                                         |    6 
 glx/glxdri2.c                                                        |   82 +++
 hw/vfb/InitOutput.c                                                  |   30 -
 hw/xfree86/common/xf86pciBus.c                                       |   10 
 hw/xfree86/ddc/edid.h                                                |    2 
 hw/xfree86/ddc/interpret_edid.c                                      |    7 
 hw/xfree86/dri2/dri2.c                                               |  217 ++++++++--
 hw/xfree86/dri2/dri2.h                                               |   46 ++
 hw/xfree86/dri2/dri2ext.c                                            |   96 +++-
 hw/xfree86/modes/xf86EdidModes.c                                     |   87 +++-
 23 files changed, 1034 insertions(+), 156 deletions(-)
---


Reply to: