[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-qxl: Changes to 'refs/tags/0.1.4+20161126git4d7160c-1'



Tag '0.1.4+20161126git4d7160c-1' created by Laurent Bigonville <bigon@debian.org> at 2016-11-26 16:41 +0000

xserver-xorg-video-qxl Debian release 0.1.4+20161126git4d7160c-1

Changes since xserver-xorg-video-qxl-0.1.4-3:
Adam Jackson (1):
      Use pci_io_write8 instead of outb

Andreas Boll (1):
      Update a bunch of URLs in packaging to https.

Christophe Fergeau (8):
      Remove unused variables
      Remove stray blank comment line
      Use <> for system-includes
      Fix compilation with newer Xorg versions
      Add missing licence header
      Add note about deprecated setting of mm_time
      Xspice: Fix 'erorr' typo in error message
      xspice: Don't create Xorg time in timer_add

Francois Gouget (13):
      spiceqxl: Recognize the same set of boolean values as in xorg.conf.
      spiceqxl: Reject invalid boolean values, just like for other options.
      Xspice: Don't set defaults for the options.
      spiceqxl: Fix formatting of a couple of function calls.
      server: Convert qxl->monitors_config to a QXLPHYSICAL using physical_address()
      spiceqxl_audio: Let the audio play when no client is connected
      spiceqxl_audio: Only condense the fifo list when one has been closed
      spiceqxl_audio: Fix a race condition in the audio playback
      spiceqxl_audio: Only start the playback channel when fifos are present
      spiceqxl_audio: Stop the playback channel if there is nothing to play
      spiceqxl: Add SpiceVideoCodecs to specify video codec preference
      Xspice: Add --video-codecs to specify encoder and codec preferences
      spiceqxl: Remove an unused macro

Hans de Goede (1):
      Fix crash caused by attempting to access the screen pixmap before it is created

Javier Celaya (1):
      Fix drawable mm_time with KMS

Jeremy White (14):
      Do not process watches on select() error.
      Bug fix: libcacard headers and libraries were not correctly used.
      Add and remove the vdagent interface as the vdagent
      Only watch the uinput channel when an agent is connected.
      Correct the XSpice AgentMouse configuration options.
      Document a number of missing XSpice vdagent options in the example xorg.conf.
      Set the regular spice port only once, and then only if it
      Xspice: handle parameters with value 0, allows --port 0
      Add support for a --numheads option to the Xspice script.
      XSpice: allow the udcs socket to be specified, rather than hard coded.
      Revise Xspice --auto to use a temporary directory.
      XSpice: auto generate temp files for the vdagent process.
      Provide an implementation for put_image in dfps mode.
      Optimize dfps mode to send updates only for the primary pixmap.

Laurent Bigonville (12):
      debian/control: Fix wording in xserver-xspice description (Closes: #799379)
      Merge branch 'upstream-unstable' into debian-unstable
      New git snapshot (4d7160c) (Closes: #845741)
      debian/control: Bump Standards-Version to 3.9.8, no further changes
      Drop debian/patches/pciaccess_io.diff, applied upstream
      debian/control: Add dh-python to the build-dependencies
      debian/control: Explicitly build-depend against libxfont-dev
      Rely on automatically built dbgsym packages instead of creating a dbg one
      Drop debian/patches/xextproto.diff and build-depend against libxext-dev instead
      Disable Xspice again, it's not working with XOrg 1.19 release
      debian/patches/qxl-kms-disable-composite.patch, debian/patches/no-surfaces-kms.patch: Fix performance issues/crashes and fix graphical glitches by disabling COMPOSITE extension. (Closes: #801081)
      Release to unstable

Marc-André Lureau (2):
      kms: initialize primary surface to screen virtual size
      kms: do not overwrite screen virtualX/Y

Owen W. Taylor (1):
      Check for either xfont.pc or xfont2.pc

Uri Lublin (1):
      uxa: fix compiler warnings (initialize width, height, [xy]Dst_copy)

---
 ChangeLog                                      |  467 ++++++++++++++++++++++++-
 configure.ac                                   |    8 
 debian/Xspice.1                                |  115 ------
 debian/changelog                               |   24 +
 debian/control                                 |   40 --
 debian/copyright                               |    2 
 debian/patches/no-surfaces-kms.patch           |   17 
 debian/patches/pciaccess_io.diff               |   44 --
 debian/patches/qxl-kms-disable-composite.patch |   43 ++
 debian/patches/series                          |    4 
 debian/patches/xextproto.diff                  |   17 
 debian/rules                                   |    9 
 debian/watch                                   |    2 
 debian/xserver-xspice.docs                     |    2 
 debian/xserver-xspice.install                  |    3 
 debian/xserver-xspice.manpages                 |    1 
 examples/spiceqxl.xorg.conf.example            |   73 ++-
 scripts/Xspice                                 |   83 +++-
 src/dfps.c                                     |   33 +
 src/qxl.h                                      |    8 
 src/qxl_driver.c                               |   22 -
 src/qxl_kms.c                                  |   29 +
 src/qxl_option_helpers.c                       |   27 +
 src/qxl_surface.c                              |    3 
 src/spiceccid/Makefile.am                      |    5 
 src/spiceccid/spiceccid.c                      |    2 
 src/spiceqxl_audio.c                           |  174 +++++----
 src/spiceqxl_display.c                         |    2 
 src/spiceqxl_io_port.c                         |   11 
 src/spiceqxl_main_loop.c                       |    6 
 src/spiceqxl_spice_server.c                    |   22 -
 src/spiceqxl_uinput.c                          |   15 
 src/spiceqxl_uinput.h                          |    1 
 src/spiceqxl_vdagent.c                         |    9 
 src/uxa/uxa-damage.c                           |   24 -
 src/uxa/uxa-glyphs.c                           |    2 
 src/uxa/uxa-render.c                           |    4 
 37 files changed, 937 insertions(+), 416 deletions(-)
---


Reply to: