Tag 'xorg-server-2_1.18.1-1' created by Timo Aaltonen <tjaal...@debian.org> at 2016-02-09 08:33 +0000
Tagging upload of xorg-server 2:1.18.1-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJWuaRfAAoJEMtwMWWoiYTcafIQAI/0nLoJtQvOO4o6W2tWq+hs JAXcCriB8A4Ci951GuvGzQtAOVudovXVLar2fF9N7rcCARpiFWBXTWvU648c0Q6+ zALwc0mMJjYUYHGWfEuF+4a8pqViZz9zhRfTeyDuOk6kvszcgjb/GDZvFzMhQXXE N548EhSRS8obDDiLjFb0i3xrwOGm4dulaJc0T0ASXvjh8boN5yXeyFHNfIZGF9ED 9GgehBuCpfAGJGfiJV26RBnm+poYaWvSeC9dIn/uDUSdiDdMsnwWSAhi7dJG3TjH jAxYFpKbA0yNaE1uQivqmH8xVaNBIb3MnwtG1RDOazgNRjb5SIVpgiS+ca6+Z/Fo P8Xhf9jIKvbY6agnTRUdqpBKweq39Ket6r+US1BBpfojBBblLv7eabFb3UkGU2YX UX+AvAXE4IYIBuFaAApWfF/25WItLU6YobLff8Ys6MMAXc35Q64dphCy7ImnL+xC j5XzWc4icLrYsWf6l6mItZYJkWnFQalUV1JOR8HTv80SK40wrmHocUW905EWd+l1 fJvrJaC4zMDN6sK/ZiVh3AE+SUMYq3K9NY/yZ4m0Zv4912Wgefq1CE/U55OFJrii JFhRZEZbMPFp/NbV28U+PLAS9aQ+CkEZUPNqOUOBwJ4/5l6k/CzniFwu11Kd9ukJ Wd9Ip2HrDBkiHc+okF4i =khU9 -----END PGP SIGNATURE----- Changes since xorg-server-2_1.18.0-3: Adam Jackson (11): xnest: Fix needless build dependency on xcb-util-keysyms x86emu: Squash a warning dmx: Silence lex/yacc-related config parser warnings dmx: Silence unused variable warning in dmxcompat dmx: Run 'doxygen -u' to upgrade the doxygen config file glxproxy: Silence set-but-unused-variable warnings glxproxy: Silence shadowed-variable warnings os: Failure to remove a non-existent log file is not an error glx: Fix GLX_EXT_create_context_es2_profile support modesetting: Require sufficiently new libdrm xserver 1.18.1 Alan Coopersmith (2): modesetting should not reference gbm when it's not defined Use unique logfile names when starting server with -displayfd Arkadiusz Miśkiewicz (1): Xorg.wrap: activate libdrm based detection for KMS drivers Bob Ham (1): xserver: Fix configure.ac check for libsystemd/-daemon Chris Wilson (3): present: Requery pending flips with the right sync_flip mode present: When cancelling a pending synchronous flip, requeue it present: Do not replace Pixmaps on redirected Window on unflip Dave Airlie (5): modesetting: drop platform_dev pointer. modesetting: create entities for pci and old probe. (v2) glamor: fallback if font is too large for FBO size. glamor: store old fonts in double width textures. glamor: don't do copy if we have 0 boxes to copy. Egbert Eich (1): kdrive/UnregisterFd: Fix off by one Eric Anholt (8): glamor: Avoid GL errors from mapping with size == 0. glamor: Handle GL_OUT_OF_MEMORY when allocating texture images. glamor: Fix crashes when the glyph atlas allocation fails. glamor: Fix rendering when core font texture allocation fails. glamor: Fix assert failures when fallback picture upload alloc fails. glamor: Fix segfault in fallback picture uploading. glamor: No need to glFlush before destroying a pixmap. glamor: Fix copy-like Render operations between 15 and 16 depth. Jonas Ådahl (1): xwayland: Always update the wl_pointer cursor on pointer focus Julian Pidancet (1): x86emu: Correctly handle 0x66 prefix for some instructions Laércio de Sousa (1): systemd-logind.c: don't parse VT settings for non-seat0 X servers Marek Chalupa (2): xwayland: fix memory leaks on error paths in xwl_realize_window xwayland: check if creating xwl_output succeeded Michael Stapelberg (1): Also dump passive grabs on XF86LogGrabInfo Michel Dänzer (3): prime: Damage full destination rectangle when we start dirty tracking glamor: Disable debugging messages other than GL API errors present: Handle wraparound when comparing MSC values Olivier Fourdan (2): xwayland: Do not set root clip when rootless xwayland: Update screen size on output removal Peter Hutterer (1): xfree86: fix minor memory leak Siim Põder (1): vfb: add randr support (v2) Thomas Klausner (2): Fix uninitialized variable warnings reported by clang Fix build when XSERVER_PLATFORM_BUS is not defined. Timo Aaltonen (4): dri2: Sync i915_pci_ids.h and i965_pci_ids.h from mesa Merge branch 'upstream-unstable' into debian-unstable update changelog, drop upstream patches release to unstable --- configure.ac | 34 debian/changelog | 10 debian/patches/add_support_new_libsystemd.patch | 11 debian/patches/glamor-disable-debugging-msgs.diff | 32 debian/patches/series | 3 debian/patches/update-intel-pciids.diff | 87 dix/pixmap.c | 21 dix/window.c | 126 + glamor/glamor.c | 10 glamor/glamor_composite_glyphs.c | 9 glamor/glamor_copy.c | 3 glamor/glamor_egl.c | 4 glamor/glamor_fbo.c | 18 glamor/glamor_font.c | 35 glamor/glamor_font.h | 2 glamor/glamor_picture.c | 37 glamor/glamor_priv.h | 4 glamor/glamor_render.c | 24 glamor/glamor_text.c | 10 glamor/glamor_vbo.c | 16 glx/createcontext.c | 31 glx/extension_string.c | 1 glx/extension_string.h | 1 glx/glxdri2.c | 4 glx/glxdriswrast.c | 2 hw/dmx/config/dmxcompat.c | 2 hw/dmx/config/dmxconfig.c | 2 hw/dmx/config/dmxparse.h | 2 hw/dmx/config/dmxtodmx.c | 1 hw/dmx/config/parser.y | 1 hw/dmx/config/scanner.l | 6 hw/dmx/config/xdmxconfig.c | 1 hw/dmx/doxygen/doxygen.conf.in | 2429 ++++++++++++++-------- hw/dmx/glxProxy/glxsingle.c | 5 hw/dmx/glxProxy/render2swap.c | 34 hw/dmx/glxProxy/renderpixswap.c | 3 hw/kdrive/src/kinput.c | 2 hw/vfb/InitOutput.c | 123 + hw/xfree86/common/xf86Xinput.c | 5 hw/xfree86/dixmods/xkbPrivate.c | 2 hw/xfree86/dri2/pci_ids/i915_pci_ids.h | 4 hw/xfree86/dri2/pci_ids/i965_pci_ids.h | 56 hw/xfree86/drivers/modesetting/driver.c | 59 hw/xfree86/drivers/modesetting/driver.h | 3 hw/xfree86/drivers/modesetting/present.c | 6 hw/xfree86/os-support/linux/systemd-logind.c | 3 hw/xfree86/x86emu/ops.c | 192 + hw/xfree86/xorg-wrapper.c | 1 hw/xnest/Keyboard.c | 5 hw/xwayland/xwayland-glamor.c | 4 hw/xwayland/xwayland-input.c | 22 hw/xwayland/xwayland-output.c | 93 hw/xwayland/xwayland-shm.c | 4 hw/xwayland/xwayland.c | 35 include/list.h | 8 include/os.h | 2 include/window.h | 1 os/connection.c | 1 os/log.c | 126 - present/present.c | 79 present/present_priv.h | 2 61 files changed, 2647 insertions(+), 1212 deletions(-) ---