[ANNOUNCE] xorg-server 1.17.99.902 (1.18 RC2)

2015-10-26 Thread Adam Jackson
Time for another release candidate.  Long past time, to be honest.
Please speak up soon if you have a favorite patch or series that isn't
in yet.

Aaron Plattner (1):
  privates: Clear screen-specific keys during CloseScreen

Adam Jackson (6):
  glxproxy: Fix an obvious thinko in QueryExtensionsString
  render: Simplify SProcRenderScale
  rootless: Fix bogus handling of broken root clip
  composite: Factor out backing store transition
  xfree86: Use same inb/outb asm code for i386 amd64 and ia64
  xserver 1.17.99.902 (1.18 RC2)

Alan Coopersmith (9):
  Remove DECnet from Xserver.man
  Make configure test for LD_NO_UNDEFINED_FLAG on Solaris work w/autoconf 
2.69
  dri2: better checks for integer overflow in GetBuffers*
  protocol.txt: Remove extensions that died before Xorg was born
  protocol.txt: Add RANDR 1.5 requests
  protocol.txt: Add Present 1.0 requests
  protocol.txt: Add DRI3 1.0 requests
  protocol.txt: Add MIT-SHM 1.2 requests
  glamor: Get rid of an extraneous ; at the end of a C source line

Alberto Milone (1):
  randr: make RROutputChanged change the main protocol screen not the gpu 
screen

Alexandr Shadchin (2):
  xfree86: Remove 386BSD
  bsd: Remove LINKKIT

Andrea Canciani (1):
  render: Allow single-stop gradients

Andreas Wettstein (2):
  xkb: Suppress autorepeat for Set and Lock of Mods, Groups, and Controls
  xkb: Keyboard mouse button emulation should not suppress other keyboard 
events

Andy Ritger (2):
  Remove static qualifier on mieqProcessInputEvents()'s 'event'
  mi: Log an error if mieqProcessInputEvents() recurses.

Arcady Goldmints-Orlov (1):
  Fix alphamap interactions with wfb

Boyan Ding (1):
  xwayland: Activate and enable device on first capability reporting

Bryce Harrington (1):
  test: Fix typo and drop documentation references to glib.

Carlos Garnacho (3):
  xwayland: Add xwl_touch struct
  xwayland: Implement the wl_touch interface
  xwayland: Remove related touchpoints when unrealizing windows

Chris Wilson (5):
  randr/prime: Don't stop on the first pipe when disabling 
ReplaceScanoutPixmap
  render: Fix leak of filter params
  render: Propagate allocation failure from createSourcePicture()
  present: Fix missed notify MSC computation
  Xv: Only stop the adaptors when the Pixmap is finally destroyed

Cyril Brulebois (9):
  man: Fix case for MIT-unspecified.
  doc: Get rid of RCS tags.
  doc: Fix typo.
  doc: Fix alignment.
  doc: Fix grammar and typos.
  doc: Fix extraneous 
  doc: Fix punctuation.
  doc: Try to avoid repetitions.
  doc: Convert an \fP pair into appropriate tags.

Daniel Drake (2):
  Allow system call restarts upon signal interruption
  Keep SIGALRM restart flag after Popen

Dave Airlie (3):
  exa: initialise mask_off_x and mask_off_y
  glx: fix regression with copy sub buffer disappearing
  xf86: don't add gpus from udev if autoAddGPU is set

Dima Ryazanov (3):
  xwayland: Remove a useless out-of-memory check
  xwayland: Destroy xwl_output when wl_output gets removed
  xwayland: Remove the output from the list after destroying it

Egbert Eich (4):
  randr: Remove senseless checks for xf86RandR12Key
  fbdevhw: Disable FBIOBLANK ioctl if not supported
  libxf86config: Remove
  libxf86config: libxf86config_internal -> libxf86config

Emil Velikov (3):
  glamor: explicitly check for GL_OES_EGL_image
  glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_import
  glamor: move 'dri3_capable' extension checks after eglMakeCurrent

Eric Anholt (3):
  x86emu: Fix some set-but-not-used warnings.
  kdrive: Remove dead debug arrays.
  fbdevhw: Fix a const qualifier warning

Felix Janda (1):
  On linux use  instead of 

Fredrik Höglund (1):
  present: Don't stash the MSC value when present_get_ust_msc fails

Gaetan Nadon (1):
  dmx: fix typo in the title

Hans de Goede (1):
  linux: Do not call FatalError from xf86CloseConsole

Ian Scott (1):
  Xephyr: Paint with subimage for non-Glamor & non-XSHM case

Ilia Mirkin (1):
  modesetting: fix up output naming convention

Ingo Schwarze (1):
  remove bogus \/ escapes

Jamey Sharp (1):
  kdrive: Delete unused TOUCHSCREEN define.

Jasper St. Pierre (2):
  xwayland-input: Remove our XYToWindow handler
  test/xi1: Update .gitignore

Javier Jardón (1):
  configure.ac: Add support for new versions of systemd

Jeremy Huddleston (10):
  mi: Correct a miscall of abs() to instead call fabs()
  randr: Correct a miscall of abs() to instead call fabs()
  xdmauth: Correct miscall of abs() to instrad call labs()
  xres: Silence -Wunused-function warnings when building !COMPOSITE or 
!RENDER
  security: Silence some benign -Wformat warnings
  xdmcp: Declare XdmcpFatal _X_NORETURN
  randr: Silence 

[ANNOUNCE] xorg-server 1.17.99.902 (1.18 RC2)

2015-10-26 Thread Adam Jackson
Time for another release candidate.  Long past time, to be honest.
Please speak up soon if you have a favorite patch or series that isn't
in yet.

Aaron Plattner (1):
  privates: Clear screen-specific keys during CloseScreen

Adam Jackson (6):
  glxproxy: Fix an obvious thinko in QueryExtensionsString
  render: Simplify SProcRenderScale
  rootless: Fix bogus handling of broken root clip
  composite: Factor out backing store transition
  xfree86: Use same inb/outb asm code for i386 amd64 and ia64
  xserver 1.17.99.902 (1.18 RC2)

Alan Coopersmith (9):
  Remove DECnet from Xserver.man
  Make configure test for LD_NO_UNDEFINED_FLAG on Solaris work w/autoconf 
2.69
  dri2: better checks for integer overflow in GetBuffers*
  protocol.txt: Remove extensions that died before Xorg was born
  protocol.txt: Add RANDR 1.5 requests
  protocol.txt: Add Present 1.0 requests
  protocol.txt: Add DRI3 1.0 requests
  protocol.txt: Add MIT-SHM 1.2 requests
  glamor: Get rid of an extraneous ; at the end of a C source line

Alberto Milone (1):
  randr: make RROutputChanged change the main protocol screen not the gpu 
screen

Alexandr Shadchin (2):
  xfree86: Remove 386BSD
  bsd: Remove LINKKIT

Andrea Canciani (1):
  render: Allow single-stop gradients

Andreas Wettstein (2):
  xkb: Suppress autorepeat for Set and Lock of Mods, Groups, and Controls
  xkb: Keyboard mouse button emulation should not suppress other keyboard 
events

Andy Ritger (2):
  Remove static qualifier on mieqProcessInputEvents()'s 'event'
  mi: Log an error if mieqProcessInputEvents() recurses.

Arcady Goldmints-Orlov (1):
  Fix alphamap interactions with wfb

Boyan Ding (1):
  xwayland: Activate and enable device on first capability reporting

Bryce Harrington (1):
  test: Fix typo and drop documentation references to glib.

Carlos Garnacho (3):
  xwayland: Add xwl_touch struct
  xwayland: Implement the wl_touch interface
  xwayland: Remove related touchpoints when unrealizing windows

Chris Wilson (5):
  randr/prime: Don't stop on the first pipe when disabling 
ReplaceScanoutPixmap
  render: Fix leak of filter params
  render: Propagate allocation failure from createSourcePicture()
  present: Fix missed notify MSC computation
  Xv: Only stop the adaptors when the Pixmap is finally destroyed

Cyril Brulebois (9):
  man: Fix case for MIT-unspecified.
  doc: Get rid of RCS tags.
  doc: Fix typo.
  doc: Fix alignment.
  doc: Fix grammar and typos.
  doc: Fix extraneous 
  doc: Fix punctuation.
  doc: Try to avoid repetitions.
  doc: Convert an \fP pair into appropriate tags.

Daniel Drake (2):
  Allow system call restarts upon signal interruption
  Keep SIGALRM restart flag after Popen

Dave Airlie (3):
  exa: initialise mask_off_x and mask_off_y
  glx: fix regression with copy sub buffer disappearing
  xf86: don't add gpus from udev if autoAddGPU is set

Dima Ryazanov (3):
  xwayland: Remove a useless out-of-memory check
  xwayland: Destroy xwl_output when wl_output gets removed
  xwayland: Remove the output from the list after destroying it

Egbert Eich (4):
  randr: Remove senseless checks for xf86RandR12Key
  fbdevhw: Disable FBIOBLANK ioctl if not supported
  libxf86config: Remove
  libxf86config: libxf86config_internal -> libxf86config

Emil Velikov (3):
  glamor: explicitly check for GL_OES_EGL_image
  glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_import
  glamor: move 'dri3_capable' extension checks after eglMakeCurrent

Eric Anholt (3):
  x86emu: Fix some set-but-not-used warnings.
  kdrive: Remove dead debug arrays.
  fbdevhw: Fix a const qualifier warning

Felix Janda (1):
  On linux use  instead of 

Fredrik Höglund (1):
  present: Don't stash the MSC value when present_get_ust_msc fails

Gaetan Nadon (1):
  dmx: fix typo in the title

Hans de Goede (1):
  linux: Do not call FatalError from xf86CloseConsole

Ian Scott (1):
  Xephyr: Paint with subimage for non-Glamor & non-XSHM case

Ilia Mirkin (1):
  modesetting: fix up output naming convention

Ingo Schwarze (1):
  remove bogus \/ escapes

Jamey Sharp (1):
  kdrive: Delete unused TOUCHSCREEN define.

Jasper St. Pierre (2):
  xwayland-input: Remove our XYToWindow handler
  test/xi1: Update .gitignore

Javier Jardón (1):
  configure.ac: Add support for new versions of systemd

Jeremy Huddleston (10):
  mi: Correct a miscall of abs() to instead call fabs()
  randr: Correct a miscall of abs() to instead call fabs()
  xdmauth: Correct miscall of abs() to instrad call labs()
  xres: Silence -Wunused-function warnings when building !COMPOSITE or 
!RENDER
  security: Silence some benign -Wformat warnings
  xdmcp: Declare XdmcpFatal _X_NORETURN
  randr: Silence 

[ANNOUNCE] xorg-server 1.17.99.902 (1.18 RC2)

2015-10-26 Thread Adam Jackson
Time for another release candidate.  Long past time, to be honest.
Please speak up soon if you have a favorite patch or series that isn't
in yet.

Aaron Plattner (1):
  privates: Clear screen-specific keys during CloseScreen

Adam Jackson (6):
  glxproxy: Fix an obvious thinko in QueryExtensionsString
  render: Simplify SProcRenderScale
  rootless: Fix bogus handling of broken root clip
  composite: Factor out backing store transition
  xfree86: Use same inb/outb asm code for i386 amd64 and ia64
  xserver 1.17.99.902 (1.18 RC2)

Alan Coopersmith (9):
  Remove DECnet from Xserver.man
  Make configure test for LD_NO_UNDEFINED_FLAG on Solaris work w/autoconf 
2.69
  dri2: better checks for integer overflow in GetBuffers*
  protocol.txt: Remove extensions that died before Xorg was born
  protocol.txt: Add RANDR 1.5 requests
  protocol.txt: Add Present 1.0 requests
  protocol.txt: Add DRI3 1.0 requests
  protocol.txt: Add MIT-SHM 1.2 requests
  glamor: Get rid of an extraneous ; at the end of a C source line

Alberto Milone (1):
  randr: make RROutputChanged change the main protocol screen not the gpu 
screen

Alexandr Shadchin (2):
  xfree86: Remove 386BSD
  bsd: Remove LINKKIT

Andrea Canciani (1):
  render: Allow single-stop gradients

Andreas Wettstein (2):
  xkb: Suppress autorepeat for Set and Lock of Mods, Groups, and Controls
  xkb: Keyboard mouse button emulation should not suppress other keyboard 
events

Andy Ritger (2):
  Remove static qualifier on mieqProcessInputEvents()'s 'event'
  mi: Log an error if mieqProcessInputEvents() recurses.

Arcady Goldmints-Orlov (1):
  Fix alphamap interactions with wfb

Boyan Ding (1):
  xwayland: Activate and enable device on first capability reporting

Bryce Harrington (1):
  test: Fix typo and drop documentation references to glib.

Carlos Garnacho (3):
  xwayland: Add xwl_touch struct
  xwayland: Implement the wl_touch interface
  xwayland: Remove related touchpoints when unrealizing windows

Chris Wilson (5):
  randr/prime: Don't stop on the first pipe when disabling 
ReplaceScanoutPixmap
  render: Fix leak of filter params
  render: Propagate allocation failure from createSourcePicture()
  present: Fix missed notify MSC computation
  Xv: Only stop the adaptors when the Pixmap is finally destroyed

Cyril Brulebois (9):
  man: Fix case for MIT-unspecified.
  doc: Get rid of RCS tags.
  doc: Fix typo.
  doc: Fix alignment.
  doc: Fix grammar and typos.
  doc: Fix extraneous 
  doc: Fix punctuation.
  doc: Try to avoid repetitions.
  doc: Convert an \fP pair into appropriate tags.

Daniel Drake (2):
  Allow system call restarts upon signal interruption
  Keep SIGALRM restart flag after Popen

Dave Airlie (3):
  exa: initialise mask_off_x and mask_off_y
  glx: fix regression with copy sub buffer disappearing
  xf86: don't add gpus from udev if autoAddGPU is set

Dima Ryazanov (3):
  xwayland: Remove a useless out-of-memory check
  xwayland: Destroy xwl_output when wl_output gets removed
  xwayland: Remove the output from the list after destroying it

Egbert Eich (4):
  randr: Remove senseless checks for xf86RandR12Key
  fbdevhw: Disable FBIOBLANK ioctl if not supported
  libxf86config: Remove
  libxf86config: libxf86config_internal -> libxf86config

Emil Velikov (3):
  glamor: explicitly check for GL_OES_EGL_image
  glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_import
  glamor: move 'dri3_capable' extension checks after eglMakeCurrent

Eric Anholt (3):
  x86emu: Fix some set-but-not-used warnings.
  kdrive: Remove dead debug arrays.
  fbdevhw: Fix a const qualifier warning

Felix Janda (1):
  On linux use  instead of 

Fredrik Höglund (1):
  present: Don't stash the MSC value when present_get_ust_msc fails

Gaetan Nadon (1):
  dmx: fix typo in the title

Hans de Goede (1):
  linux: Do not call FatalError from xf86CloseConsole

Ian Scott (1):
  Xephyr: Paint with subimage for non-Glamor & non-XSHM case

Ilia Mirkin (1):
  modesetting: fix up output naming convention

Ingo Schwarze (1):
  remove bogus \/ escapes

Jamey Sharp (1):
  kdrive: Delete unused TOUCHSCREEN define.

Jasper St. Pierre (2):
  xwayland-input: Remove our XYToWindow handler
  test/xi1: Update .gitignore

Javier Jardón (1):
  configure.ac: Add support for new versions of systemd

Jeremy Huddleston (10):
  mi: Correct a miscall of abs() to instead call fabs()
  randr: Correct a miscall of abs() to instead call fabs()
  xdmauth: Correct miscall of abs() to instrad call labs()
  xres: Silence -Wunused-function warnings when building !COMPOSITE or 
!RENDER
  security: Silence some benign -Wformat warnings
  xdmcp: Declare XdmcpFatal _X_NORETURN
  randr: Silence