xserver: Changes to 'refs/tags/xorg-server-1.15.99.904'

Keith Packard keithp at kemper.freedesktop.org
Mon Jul 7 16:35:24 PDT 2014


Tag 'xorg-server-1.15.99.904' created by Keith Packard <keithp at keithp.com> at 2014-07-08 00:35 -0700

xorg-server-1.15.99.904
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUAU7surjYtFsjWk68qAQgVYBAAhHVCOzC0xgprezyk2oPriJK7cESiSWqD
p6ZryNDZdiuU4NxSGgVSFJFrz6gJAwA+Cx277O2BVB3FJN9n1USwLT3yQCjyhR+X
NpniKIwtc2bdhPt6co+NuRUHNPJ8fDs/ZIweRn9yPz9naQ8+FUo2ldwdMVqhkufe
w8nKJInaXPb18EfIHbZWNgG6i569Fs2MZBzM0eXb6/zwKPlHRTi8/dshg1b0zO8p
kazuglcwQHMali3TYiSU3HMuY61ThVoRACdTC6dXbVFZktobDq/kM2GfHE4hzPP5
0z+T9pGK1FG0eHyeaQGJoLQi5RhCMo4o5pENMxAvb5PSJKr5IqEFyWyNps1yxwNG
AjZ438pAu6D1OeBI7tuErD2zAXbF/IAd0687oPhdOixEWTfHX6lEhyjeQBjEIY9h
UiIfwR+cPp3I/efi3dNJWOSsvG8Qc6CGHiv2FfOt4qb9LbE/yZXZdERvMQQPcVCu
CEeIBoZlvNd41au0eYUKLv090LFLaIPt8nAvKB1TLRSfNnpYOcTAlVhlvkfX9Svw
8LhTR3EZ+j1eieDHm0PrVw25ssD0uArMCufFOUpCmZ1gpvx0AUa/BeHRmMbA6Qzq
Rxk53Xgbj2e/dE2/vjb7ss09AtVjw9F/+hlRH4I/U4d8sisA/cNWwoIHoMnSXOFq
DFM+xZt6u9s=
=hTHn
-----END PGP SIGNATURE-----

Changes since xorg-server-1.15.99.903:
Alan Coopersmith (1):
      config: show default path in help for --with-xkb-bin-directory

Axel Davy (1):
      present: fix bad logic in cancelling scheduled operations.

Chris Wilson (2):
      dri2: Use the PrimeScreen when creating/reusing buffers
      dri2: Invalidate DRI2Buffers upon SetWindowPixmap updates

Dinar Valeev (1):
      arch: Fix image and bitmap byte order for ppc64le

Eric Anholt (2):
      glamor: Don't leak a prepare_access_gc() in putimage fallbacks.
      glamor: Fix GLES2 non-VBO temporary memory allocation.

Frank Binns (1):
      present: restore screen pixmap when aborting a flip

Jeremy Huddleston Sequoia (1):
      mi: Build fix: mieqProcessDeviceEvent returns void

Keith Packard (5):
      present: Remove executing vblank from window list. Bug# 79709.
      Merge remote-tracking branch 'anholt/glamor-fixes'
      Merge remote-tracking branch 'whot/for-keith'
      fb: Don't free NULL pixmap in fbCloseScreen. Bug #80313
      Update to version 1.15.99.904

Kristian Høgsberg (1):
      xwayland: Add glamor and DRI3 support

Markus Wick (2):
      glamor: Fix no-mipmap allocations
      glamor: Choose max fbo size by texture + viewport size

Michel Dänzer (1):
      Revert "glamor: Fix coordinates handling for composite source/mask pictures"

Peter Hutterer (1):
      dix: fix up coordinate scaling when external monitors are present

Thierry Reding (6):
      exa: Fix a warning when enabling DEBUG_TRACE_FALL
      xfree86: Make driver matching consistent
      xfree86: Store kernel driver name in platform device attribute
      xfree86: Introduce OutputClass configuration
      xfree86: Support driver loading via OutputClass
      xfree86: Make error message more readable

Tomasz Borowik (1):
      glamor: Fix stack corruption in glamor_init

---
 configure.ac                               |   14 
 dix/getevents.c                            |   80 +++-
 exa/exa_unaccel.c                          |    2 
 fb/fbscreen.c                              |    3 
 glamor/glamor.c                            |    6 
 glamor/glamor_fbo.c                        |    1 
 glamor/glamor_font.c                       |    1 
 glamor/glamor_image.c                      |    3 
 glamor/glamor_pixmap.c                     |    1 
 glamor/glamor_render.c                     |   16 
 glamor/glamor_vbo.c                        |    2 
 hw/xfree86/common/xf86AutoConfig.c         |    2 
 hw/xfree86/common/xf86pciBus.c             |   24 -
 hw/xfree86/common/xf86pciBus.h             |    5 
 hw/xfree86/common/xf86platformBus.c        |   85 ++++
 hw/xfree86/dri2/dri2.c                     |   36 +
 hw/xfree86/man/xorg.conf.man               |   77 +++
 hw/xfree86/os-support/linux/lnx_platform.c |   17 
 hw/xfree86/parser/Makefile.am              |    1 
 hw/xfree86/parser/OutputClass.c            |  167 ++++++++
 hw/xfree86/parser/configProcs.h            |    5 
 hw/xfree86/parser/read.c                   |    6 
 hw/xfree86/parser/write.c                  |    2 
 hw/xfree86/parser/xf86Parser.h             |    9 
 hw/xwayland/Makefile.am                    |   31 +
 hw/xwayland/drm.xml                        |  182 +++++++++
 hw/xwayland/xwayland-glamor.c              |  570 +++++++++++++++++++++++++++++
 hw/xwayland/xwayland.c                     |   38 +
 hw/xwayland/xwayland.h                     |   17 
 include/hotplug.h                          |    2 
 include/servermd.h                         |    9 
 mi/mieq.c                                  |    2 
 present/present.c                          |   27 +
 33 files changed, 1357 insertions(+), 86 deletions(-)
---


More information about the xorg-commit mailing list