xorg-server: Changes to 'refs/tags/xorg-server-2_1.9.99.903-1'
Tag 'xorg-server-2_1.9.99.903-1' created by Cyril Brulebois <kibi@debian.org> at 2011-02-25 14:40 +0000
Tagging upload of xorg-server 2:1.9.99.903-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk1nv1wACgkQeGfVPHR5Nd07VwCggtyvC5BJKbnldyUrIQWJ9Pp9
geMAmwcscqgcfOoG7fvHYi2PvLL0ytrh
=vXC/
-----END PGP SIGNATURE-----
Changes since xorg-server-2_1.9.99.902-3:
Adam Jackson (13):
glxproxy: warning fix
glxproxy: warning fix
glxproxy: warning fix
glxproxy: warning fix
glxproxy: warning fix
glxproxy: warning fix
glxproxy: warning fix
glxproxy: warning fix
glxproxy: warning fix
glxproxy: warning fix
glxproxy: warning fix
xfree86: If the driver found modes on an output, don't add more
xfree86: Fix the sdk headers to be multilib-safe
Alexandr Shadchin (1):
Removing unused code
Cyril Brulebois (10):
xfree86: Fix undefined reference to `XNFsprintf' on sparc.
Merge branch 'upstream-experimental' into debian-experimental
Bump changelogs.
Remove patch: 17-fix-ftbfs-on-sparc.diff (merged upstream).
Remove patch: 20-update-gpu-pitch.diff (merged upstream).
Refresh patch: 07-xfree86-fix-build-with-xv-disabled.diff
Replace patch fixing out-of-tree-build.
Bump video ABI version, and serverminver accordingly.
Remove the hw/dmx/doc/.gitignore hunk.
Upload to experimental.
Erkki Seppälä (1):
record: avoid crash when calling RecordFlushReplyBuffer recursively
Jeremy Huddleston (2):
XQuartz: Add LSApplicationCategoryType key to Info.plist
XQuartz: Localization Updates
Keith Packard (17):
Revert "randr: handle RRSetCrtcConfigs request with zero configs"
Revert "ProcRRSetCrtcConfigs uses 'configs' without being initialized"
Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"
Revert "Set sprite transforms from RRSetCrtcConfigs"
Revert "DIX is responsible for ref counting scanout pixmaps."
Revert "randr: Hook up the new RandR 1.4 functionality"
Revert "randr: Add per-crtc pixmaps"
Revert "hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigs"
Revert "randr: Implement RRSetCrtcConfigs"
Revert "randr: Add sprite position transforms"
Revert "Require RandR protocol version 1.4 or newer"
Revert "Replace huge argument list in xf86CrtcSetModeTransform with struct"
Merge remote branch 'ajax/for-keithp'
Merge remote branch 'kibi/master'
xfree86: Bump video ABI to 10.0
Merge remote branch 'jeremyhu/master'
Version bumped to 1.9.99.903 (1.10 RC3)
Michel Dänzer (1):
EXA/mixed: ModifyPixmapHeader pitch fixes. (bug #33929)
Peter Hutterer (1):
Add mode field to ConstrainCursorHarder
---
ChangeLog | 407 +
configure.ac | 6
debian/changelog | 14
debian/patches/07-xfree86-fix-build-with-xv-disabled.diff | 8
debian/patches/16-construct-paths-in-doxygen.conf.diff | 2169 ++++++++++
debian/patches/16-oot-build.diff | 31
debian/patches/17-fix-ftbfs-on-sparc.diff | 33
debian/patches/20-update-gpu-pitch.diff | 25
debian/patches/series | 4
debian/serverminver | 4
exa/exa_mixed.c | 9
hw/dmx/glxProxy/glxcmds.c | 80
hw/dmx/glxProxy/glxsingle.c | 7
hw/dmx/glxProxy/glxvendor.c | 6
hw/dmx/glxProxy/render2swap.c | 54
hw/xfree86/common/xf86Helper.c | 6
hw/xfree86/common/xf86Module.h | 2
hw/xfree86/common/xf86sbusBus.c | 2
hw/xfree86/modes/xf86Crtc.c | 149
hw/xfree86/modes/xf86Crtc.h | 119
hw/xfree86/modes/xf86Cursors.c | 4
hw/xfree86/modes/xf86RandR12.c | 387 -
hw/xfree86/modes/xf86Rotate.c | 44
hw/xfree86/os-support/bsd/bsd_init.c | 6
hw/xfree86/os-support/xf86_OSlib.h | 8
hw/xquartz/bundle/Info.plist.cpp | 2
hw/xquartz/bundle/Resources/French.lproj/locversion.plist | 4
hw/xquartz/bundle/Resources/French.lproj/main.nib/designable.nib | 441 +-
hw/xquartz/bundle/Resources/French.lproj/main.nib/keyedobjects.nib |binary
hw/xquartz/bundle/Resources/German.lproj/locversion.plist | 4
hw/xquartz/bundle/Resources/German.lproj/main.nib/designable.nib | 360 +
hw/xquartz/bundle/Resources/German.lproj/main.nib/keyedobjects.nib |binary
hw/xquartz/bundle/Resources/Japanese.lproj/locversion.plist | 4
hw/xquartz/bundle/Resources/Japanese.lproj/main.nib/designable.nib | 323 +
hw/xquartz/bundle/Resources/Japanese.lproj/main.nib/keyedobjects.nib |binary
include/colormapst.h | 4
include/protocol-versions.h | 2
include/scrnintstr.h | 2
include/xorg-server.h.in | 7
randr/Makefile.am | 6
randr/mirrcrtc.c | 174
randr/randr.c | 15
randr/randrstr.h | 207
randr/rrcrtc.c | 562 --
randr/rrdispatch.c | 6
randr/rrinfo.c | 2
randr/rrpixmap.c | 154
randr/rrscreen.c | 32
randr/rrsdispatch.c | 132
randr/rrsprite.c | 104
randr/rrtransform.c | 64
randr/rrtransform.h | 15
record/record.c | 6
53 files changed, 3797 insertions(+), 2419 deletions(-)
---
Reply to: