Tag 'xorg-server-2_1.6.0-1' created by Julien Cristau <[email protected]> at
2009-04-08 23:37 +0000
Tagging upload of xorg-server 2:1.6.0-1 to unstable.
Changes since xorg-server-2_1.5.99.902-1:
Aaron Plattner (1):
Query the DDX in ProcRRGetScreenInfo.
Adam Jackson (1):
RANDR: Fail softly on GetPanning if the screen can't do it.
Alan Coopersmith (5):
Correct error message if specified config file is not found
Check for and report errors writing xorg.conf.new from Xorg -configure
x11-input.fdi: Add options needed to handle adding USB devices on Solaris
Make RgbPath keyword in xorg.conf a non-fatal error
Add Extensions section to xorg.conf man page
Alan Hourihane (1):
glx: fix retval checks when failures occur for drawable creation.
Dave Airlie (1):
GLcore: make googleearth not crash the server on sw-rendering.
David Nusinow (2):
Add 0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch to refer
to correct (semi-obsolete) mouse driver manpage. closes: #394058
Bump x11proto-input-dev build-dep to >= 1.5.0 to fix keyboard layout
breakage with new libxi built against the same. Closes: #515976
Eric Anholt (2):
glx: Don't match fbconfigs to visuals with mismatched channel masks.
glx: Replace broken GLX visual setup with a fixed "all" mode.
Ian Romanick (1):
glx: Inialize best_score before calculating visual scores
Jeremy Huddleston (6):
XQuartz: Don't need explicit Activate/EnableDevice in InitInput
XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXT
XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on Leopard
XQuartz: Don't need GlxSetVisualConfig any more
configure.ac: Support version strings like W.X.Y.Z-XXXXXX
XQuartz: Re-enable support for capslock
Julien Cristau (28):
update changelog
more sanity checks to stop vmmouse from segfaulting the server
Prepare changelog for upload
Prepare changelog for upload
xsfbs: add a repack script for uscan
Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into
debian-experimental
debian/watch: use the repack script from xsfbs
xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
Merge tag 'xorg-server-1.6.0' into debian-experimental
xsfbs: repack.sh needs to be executable
Merge branch 'debian-unstable' of ../../xsfbs into debian-experimental
Update changelogs
Remove patch included upstream
Refresh patch 0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch
Turn on ModeDebug by default.
Use libgcrypt for SHA1 instead of OpenSSL's libcrypto.
Fix memory leak in the libgcrypt patch
debian/control: reformat the Build-Depends field
move quilt build-dep to more logical place
Build the xselinux extension on Linux architectures.
debian/control: move mesa-common-dev build-dep around
Get rid of obsolete build dependencies
Move a bunch of dix build-deps around
Fix lintian warnings about xserver-xorg-core.NEWS formatting.
Move -dbg package to new section debug, add ${misc:Depends} where missing.
Remove unused 06_use_proc_instead_of_sysfs_for_pci_domains.diff
Merge branch 'debian-experimental' into debian-unstable
Upload to unstable.
Keith Packard (15):
Handle matrix computation overflow in RRTransformCompute
Damage re-used shadow scanout buffer using new transforms.
Handle the combination of panning and crtc transforms
Merge branch 'panning-for-server-1.6' into server-1.6-branch
mi: force the paired kbd device before CopyKeyClass. (#19574)
Make crtc_notify wrap/unwrap code do nothing unless mode code is inuse
Add XkbDir to Files config file section
Eliminate the shadow clear on transform change
Bump to 1.5.99.903
X11/fonts/fontmod.h doesn't exist anymore.
Make panning+transform be correctly driven by mouse
xf86CrtcShadowClear is unused.
RandR rotations and reflections offset by one pixel
Pre-clip panning coordinates to keep crtc within panning region
X server version 1.6.0
Maarten Maathuis (1):
exa: kill of exaImageGlyphBlt
Matthias Hopf (5):
randr: Add monitor option "Panning" for initial panning configuration
randr: Fix error message for bad panning config
randr: Update initial screen size if panning information is present
randr: Oops, miscalculated panning rectangle's coordinates
randr: Fix initial panning border copy
Michel Dänzer (1):
DRI1: Make DRICreateDrawable return TRUE for pixmaps.
Paulo Cesar Pereira de Andrade (3):
Work around inclusion of <X11/extensions/panoramiXext.h>
Correct static symbol XkmReadTOC and first pass on compile warning fixes.
Default to use standard bitmap fonts, with builtins as fallback
Peter Hutterer (5):
xfree86: Fix up xf86ScaleAxis
xfree86: fix xf86ScaleAxis once again.
xfree86: always force RAW mode under linux.
mi: don't call UpdateSpriteForScreen if we have Xinerama enabled. #18668
config: if we can't connect to HAL, listen for a startup notification.
---
ChangeLog |
555 ++++++++++
Xext/panoramiX.h |
3
config/hal.c |
111 +-
config/x11-input.fdi |
14
configure.ac |
14
debian/changelog |
49
debian/control |
92 +
debian/patches/0001-mi-force-the-paired-kbd-device-before-CopyKeyClass.patch |
37
debian/patches/0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch |
22
debian/patches/06_use_proc_instead_of_sysfs_for_pci_domains.diff |
36
debian/patches/Add-libgcrypt-as-an-option-for-sha1.diff |
76 +
debian/patches/Turn-on-ModeDebug-by-default.patch |
25
debian/patches/series |
5
debian/rules |
3
debian/watch |
2
debian/xserver-xorg-core.NEWS |
30
debian/xsfbs/repack.sh |
32
debian/xsfbs/xsfbs.sh |
66 -
dix/dixfonts.c |
3
exa/exa_accel.c |
135 --
glx/glxdri.c |
10
glx/glxscreens.c |
235 +---
glx/glxserver.h |
2
hw/xfree86/common/xf86Bus.c |
22
hw/xfree86/common/xf86Config.c |
144 --
hw/xfree86/common/xf86Configure.c |
12
hw/xfree86/common/xf86Globals.c |
1
hw/xfree86/common/xf86Init.c |
7
hw/xfree86/common/xf86Priv.h |
1
hw/xfree86/common/xf86pciBus.c |
6
hw/xfree86/dixmods/glxmodule.c |
15
hw/xfree86/doc/man/xorg.conf.man.pre |
29
hw/xfree86/dri/dri.c |
2
hw/xfree86/loader/loaderProcs.h |
1
hw/xfree86/modes/xf86Crtc.c |
128 +-
hw/xfree86/modes/xf86Crtc.h |
10
hw/xfree86/modes/xf86RandR12.c |
275 ++++
hw/xfree86/modes/xf86Rotate.c |
76 -
hw/xfree86/os-support/linux/int10/linux.c |
3
hw/xfree86/os-support/linux/lnx_init.c |
60 -
hw/xfree86/parser/Files.c |
15
hw/xfree86/parser/xf86Parser.h |
1
hw/xfree86/parser/xf86tokens.h |
2
hw/xquartz/GL/indirect.c |
4
hw/xquartz/darwin.c |
11
hw/xquartz/darwinEvents.c |
3
hw/xquartz/quartzKeyboard.h |
1
include/dixfont.h |
43
include/xkbfile.h |
29
mi/mieq.c |
4
mi/mipointer.c |
9
randr/rrcrtc.c |
41
randr/rrscreen.c |
2
randr/rrtransform.c |
67 -
54 files changed, 1734 insertions(+), 847 deletions(-)
---
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]