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

Adam Jackson ajax at kemper.freedesktop.org
Tue Jul 19 17:42:35 UTC 2016


Tag 'xorg-server-1.18.4' created by Adam Jackson <ajax at redhat.com> at 2016-07-19 17:42 +0000

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

iEYEABECAAYFAleOZn4ACgkQW4otUKDs0NP14gCgiUGJL4Lt0ZfIVQ5QPuhbeFOH
594AoOv2AKMKtmSHSv/+65Gh8tr8PKET
=tf5G
-----END PGP SIGNATURE-----

Changes since xorg-server-1.18.3:
Adam Jackson (9):
      dix: Squash some new gcc6 warnings
      kdrive: Nuke a bunch of dead code
      xfree86: Add IndirectGLX server flag (v2)
      xfree86: Don't swallow ±iglx command line flag
      Revert "modesetting: Load on GPU-s with 0 outputs"
      modesetting: resubmit dirty rects on EINVAL (v2)
      xfree86: Fix fallback driver sort order for Xorg -configure (v2)
      os: Treat ssh as a non-local client (v4)
      xserver 1.18.4

Alexandre Courbot (1):
      configure.ac: Keep environment CFLAGS when testing

Andreas Schwab (1):
      x86emu: Change include order to avoid conflict with system header

Andrew Comminos (1):
      Input: Send XI2 FocusOut NotifyPointer events to the pointer window.

Andrew Eikum (1):
      shm: Also censor images returned by ShmGetImage

Chris Wilson (2):
      present: Improve scaling of vblank handler
      present: Fix presentation of flips out of order

Dave Airlie (6):
      randr/provider: only allow slave gpu to be offload sources.
      modesetting: set driverPrivate to NULL after closing fd.
      xf86Crtc: don't set the root window property on slave GPUs.
      modesetting: set capabilities up after glamor and enable offload caps.
      glamor: add glamor_finish API
      modesetting: Implement 32->24 bpp conversion in shadow update

Guilherme Quentel Melo (1):
      glx: avoid memory leak when using indirect rendering

Hans De Goede (1):
      linux: Do not try to open /dev/vc/0, fix error msg when /dev/tty0 open fails

Hans de Goede (4):
      modesetting: Properly cleanup fb for reverse-prime-offload
      modesetting: Fix swapping of provider sink / source capabilities
      modesetting: Load on GPU-s with 0 outputs
      modesetting: Only add main fb if necessary

Jeremy Huddleston Sequoia (7):
      XQuartz: Remove --with-launchd-id-prefix
      XQuartz: Fix the help text for --with-bundle-id-prefix
      XQuartz: Update release feed URL to use new https URL
      XQuartz: Add --with-sparkle-feed-url configure option
      XQuartz: Add --with-bundle-version and --with-bundle-version-string configure options
      XQuartz: Update copyright years
      XQuartz: Fix default CFBundleVersion

Keith Packard (5):
      glamor: Disable logic ops when doing compositing [v4]
      glamor: glamor_make_current sooner in glamor_composite_with_shader
      glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]
      glamor: Adjust for drawable x/y in composite's copy optimization
      glamor: Use DestroyPixmap instead of FreePicture for glyph atlas pixmap

Lyude Paul (1):
      modesetting: Clear drmmode->fb_id before unflipping

Maarten Lankhorst (1):
      exa: only draw valid trapezoids

Marek Chalupa (1):
      xwayland-shm: fortify fallocate against EINTR

Michel Dänzer (9):
      EXA: Honour op parameter to exaGlyphs even if maskFormat == NULL
      glamor: Fix sampling outside of RGBx source/mask pictures
      glamor: Check for composite operations which are equivalent to copies
      glamor: Cannot use copies when accessing outside of composite source
      glamor: Call eglBindAPI after eglInitialize
      xwayland: Call eglBindAPI after eglInitialize
      dix: Work around non-premultiplied ARGB cursor data
      glamor: Translate solid text background region after clipping
      os: Use strtok instead of xstrtokenize in ComputeLocalClient

Olivier Fourdan (3):
      xwayland: Fix compiler warning in GLAMOR Xv
      glamor: fix wrong offset on composite rectangles
      wayland: clear resource for pixmap on unrealize

Peter Hutterer (3):
      Xi: don't deliver emulated motion events for non-emulating touches
      xkb: after changing the keymap, force an indicator update
      xkb: add a cause to the xkb indicator update after a keymap change

Rui Matos (1):
      xwayland: Update RR state on wl_output.done instead of wl_output.mode

Simon Thum (1):
      dix/ptraccel: Fix memory leak in InitPredictableAccelerationScheme

Takashi Iwai (3):
      modesetting: Fix the error check from DRM_IOCTL_MODE_CURSOR2
      modesetting: Use load_cursor_argb_check for sw cursor fallback
      modesetting: Fix hw cursor check at the first call

---
 Xext/panoramiXprocs.c                            |    4 
 Xext/saver.c                                     |    2 
 Xext/shm.c                                       |   17 
 Xi/exevents.c                                    |    3 
 configure.ac                                     |   28 -
 dix/cursor.c                                     |   23 +
 dix/devices.c                                    |    3 
 dix/enterleave.c                                 |   20 -
 dix/ptrveloc.c                                   |   10 
 exa/exa_glyphs.c                                 |    8 
 exa/exa_render.c                                 |    3 
 glamor/glamor.c                                  |   45 ++
 glamor/glamor.h                                  |    1 
 glamor/glamor_composite_glyphs.c                 |    5 
 glamor/glamor_compositerects.c                   |   18 
 glamor/glamor_copy.c                             |    8 
 glamor/glamor_dash.c                             |    3 
 glamor/glamor_egl.c                              |   11 
 glamor/glamor_fbo.c                              |    4 
 glamor/glamor_priv.h                             |   28 +
 glamor/glamor_program.c                          |    8 
 glamor/glamor_render.c                           |   94 +++-
 glamor/glamor_spans.c                            |    3 
 glamor/glamor_text.c                             |   13 
 glamor/glamor_transfer.c                         |    3 
 glamor/glamor_transform.c                        |   12 
 glamor/glamor_transform.h                        |    4 
 glx/glxext.c                                     |    6 
 hw/kdrive/linux/keyboard.c                       |  441 -----------------------
 hw/xfree86/common/xf86Config.c                   |   68 ++-
 hw/xfree86/common/xf86Configure.c                |    2 
 hw/xfree86/common/xf86Init.c                     |    4 
 hw/xfree86/common/xf86Privstr.h                  |    1 
 hw/xfree86/drivers/modesetting/Makefile.am       |    2 
 hw/xfree86/drivers/modesetting/driver.c          |   85 +++-
 hw/xfree86/drivers/modesetting/drmmode_display.c |   99 +++--
 hw/xfree86/drivers/modesetting/drmmode_display.h |    2 
 hw/xfree86/drivers/modesetting/present.c         |    9 
 hw/xfree86/drivers/modesetting/sh3224.c          |  140 +++++++
 hw/xfree86/drivers/modesetting/sh3224.h          |    7 
 hw/xfree86/int10/xf86x86emu.c                    |    2 
 hw/xfree86/man/xorg.conf.man                     |    4 
 hw/xfree86/modes/xf86Crtc.c                      |    3 
 hw/xfree86/os-support/linux/lnx_init.c           |   10 
 hw/xfree86/x86emu/x86emu/regs.h                  |    8 
 hw/xquartz/bundle/Info.plist.cpp                 |   23 -
 hw/xquartz/bundle/Makefile.am                    |    6 
 hw/xwayland/xwayland-cursor.c                    |   15 
 hw/xwayland/xwayland-glamor-xv.c                 |    2 
 hw/xwayland/xwayland-glamor.c                    |    3 
 hw/xwayland/xwayland-output.c                    |   17 
 hw/xwayland/xwayland-shm.c                       |   10 
 hw/xwayland/xwayland.h                           |    2 
 include/xkbsrv.h                                 |    4 
 os/access.c                                      |   44 ++
 present/present.c                                |   33 +
 randr/rrprovider.c                               |    2 
 render/picture.h                                 |    2 
 xkb/xkb.c                                        |    5 
 xkb/xkbEvents.c                                  |    2 
 xkb/xkbLEDs.c                                    |    2 
 61 files changed, 765 insertions(+), 681 deletions(-)
---


More information about the xorg-commit mailing list