mesa: Changes to 'upstream-unstable'
VERSION |2 bin/.cherry-ignore|2 docs/relnotes/11.0.4.html |3 docs/relnotes/11.0.5.html | 173 + include/pci_ids/i965_pci_ids.h|4 include/pci_ids/radeonsi_pci_ids.h|2 src/gallium/auxiliary/gallivm/lp_bld_init.c |3 src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 56 ++ src/gallium/drivers/nouveau/nv30/nv30_screen.c|2 src/gallium/drivers/nouveau/nv50/nv50_screen.c|2 src/gallium/drivers/nouveau/nvc0/nvc0_resource.c |3 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c|2 src/gallium/drivers/nouveau/nvc0/nvc0_vbo_translate.c | 40 +- src/gallium/drivers/r600/r600_asm.c |8 src/gallium/drivers/r600/r600_asm.h |2 src/gallium/drivers/r600/r600_shader.c|2 src/gallium/drivers/radeon/r600_pipe_common.c |6 src/gallium/drivers/radeon/radeon_video.c | 50 -- src/gallium/drivers/radeon/radeon_winsys.h|1 src/gallium/drivers/radeonsi/si_state.c |1 src/gallium/drivers/radeonsi/sid.h| 322 + src/gallium/drivers/vc4/vc4_bufmgr.c | 29 + src/gallium/state_trackers/va/buffer.c|6 src/gallium/state_trackers/va/image.c | 19 - src/gallium/state_trackers/va/picture.c |4 src/gallium/targets/osmesa/osmesa.def | 337 ++ src/gallium/targets/osmesa/osmesa.mingw.def | 337 ++ src/gallium/winsys/amdgpu/drm/amdgpu_id.h |8 src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c |6 src/gbm/main/gbm.h|1 src/glsl/nir/nir.h|4 src/glsl/nir/nir_lower_vec_to_movs.c | 41 +- src/glsl/nir/nir_opt_copy_propagate.c |6 src/glsl/nir/nir_opt_remove_phis.c|5 src/glsl/nir/nir_split_var_copies.c | 20 - src/mesa/drivers/dri/i965/brw_device_info.c |6 src/mesa/drivers/dri/i965/brw_state.h |2 src/mesa/drivers/dri/i965/brw_state_cache.c |7 src/mesa/drivers/dri/i965/intel_fbo.c |6 src/mesa/drivers/dri/nouveau/nouveau_context.c|2 src/mesa/state_tracker/st_gen_mipmap.c| 68 +-- 41 files changed, 1462 insertions(+), 138 deletions(-) New commits: commit ee57c22141c42d9b511a7dfa5971c4428cd1c6e7 Author: Emil Velikov Date: Wed Nov 11 10:05:57 2015 + docs: add release notes for 11.0.5 Signed-off-by: Emil Velikov diff --git a/docs/relnotes/11.0.5.html b/docs/relnotes/11.0.5.html new file mode 100644 index 000..6a2fe55 --- /dev/null +++ b/docs/relnotes/11.0.5.html @@ -0,0 +1,173 @@ +http://www.w3.org/TR/html4/loose.dtd";> + + + + Mesa Release Notes + + + + + + The Mesa 3D Graphics Library + + + + + +Mesa 11.0.5 Release Notes / November 11, 2015 + + +Mesa 11.0.5 is a bug fix release which fixes bugs found since the 11.0.4 release. + + +Mesa 11.0.5 implements the OpenGL 4.1 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 4.1. OpenGL +4.1 is only available if requested at context creation +because compatibility contexts are not supported. + + + +SHA256 checksums + +TBD + + + +New features +None + +Bug fixes + +This list is likely incomplete. + + + + + +https://bugs.freedesktop.org/show_bug.cgi?id=91993";>Bug 91993 - Graphical glitch in Astromenace (open-source game). + +https://bugs.freedesktop.org/show_bug.cgi?id=92214";>Bug 92214 - Flightgear crashes during splashboot with R600 driver, LLVM 3.7.0 and mesa 11.0.2 + +https://bugs.freedesktop.org/show_bug.cgi?id=92437";>Bug 92437 - osmesa: Expose GL entry points for Windows build, via .def file + +https://bugs.freedesktop.org/show_bug.cgi?id=92476";>Bug 92476 - [cts] ES2-CTS.gtf.GL2ExtensionTests.egl_image.egl_image fails + +https://bugs.freedesktop.org/show_bug.cgi?id=92623";>Bug 92623 - Differences in prog_data ignored when caching fragment programs (causes hangs) + + + + +Changes + +Alex Deucher (1): + + radeon/uvd: don't expose HEVC on old UVD hw (v3) + + +Ben Widawsky (1): + + i965/skl: Add GT4 PCI IDs + + +Emil Velikov (4): + + docs: add sha256 checksums for 11.0.4 + cherry-ignore: ignore a possible wrong nomination + Revert "mesa/glformats: Undo code changes from _mesa_base_tex_format() move" + Update version to 11.0.5 + + +Emmanuel Gil Peyrot (1): + + gbm.h: Add a missing stddef.h include f
mesa: Changes to 'debian-unstable'
VERSION |2 bin/.cherry-ignore|2 debian/changelog |6 docs/relnotes/11.0.4.html |3 docs/relnotes/11.0.5.html | 173 + include/pci_ids/i965_pci_ids.h|4 include/pci_ids/radeonsi_pci_ids.h|2 src/gallium/auxiliary/gallivm/lp_bld_init.c |3 src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 56 ++ src/gallium/drivers/nouveau/nv30/nv30_screen.c|2 src/gallium/drivers/nouveau/nv50/nv50_screen.c|2 src/gallium/drivers/nouveau/nvc0/nvc0_resource.c |3 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c|2 src/gallium/drivers/nouveau/nvc0/nvc0_vbo_translate.c | 40 +- src/gallium/drivers/r600/r600_asm.c |8 src/gallium/drivers/r600/r600_asm.h |2 src/gallium/drivers/r600/r600_shader.c|2 src/gallium/drivers/radeon/r600_pipe_common.c |6 src/gallium/drivers/radeon/radeon_video.c | 50 -- src/gallium/drivers/radeon/radeon_winsys.h|1 src/gallium/drivers/radeonsi/si_state.c |1 src/gallium/drivers/radeonsi/sid.h| 322 + src/gallium/drivers/vc4/vc4_bufmgr.c | 29 + src/gallium/state_trackers/va/buffer.c|6 src/gallium/state_trackers/va/image.c | 19 - src/gallium/state_trackers/va/picture.c |4 src/gallium/targets/osmesa/osmesa.def | 337 ++ src/gallium/targets/osmesa/osmesa.mingw.def | 337 ++ src/gallium/winsys/amdgpu/drm/amdgpu_id.h |8 src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c |6 src/gbm/main/gbm.h|1 src/glsl/nir/nir.h|4 src/glsl/nir/nir_lower_vec_to_movs.c | 41 +- src/glsl/nir/nir_opt_copy_propagate.c |6 src/glsl/nir/nir_opt_remove_phis.c|5 src/glsl/nir/nir_split_var_copies.c | 20 - src/mesa/drivers/dri/i965/brw_device_info.c |6 src/mesa/drivers/dri/i965/brw_state.h |2 src/mesa/drivers/dri/i965/brw_state_cache.c |7 src/mesa/drivers/dri/i965/intel_fbo.c |6 src/mesa/drivers/dri/nouveau/nouveau_context.c|2 src/mesa/state_tracker/st_gen_mipmap.c| 68 +-- 42 files changed, 1468 insertions(+), 138 deletions(-) New commits: commit 3915bc0845da3e82c3cf9c0527dbb75bda6841d9 Author: Andreas Boll Date: Thu Nov 12 09:37:06 2015 +0100 Bump changelog diff --git a/debian/changelog b/debian/changelog index 4d28799..ec795ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (11.0.5-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Andreas Boll Thu, 12 Nov 2015 09:36:33 +0100 + mesa (11.0.4-1) unstable; urgency=medium [ Andreas Boll ] commit ee57c22141c42d9b511a7dfa5971c4428cd1c6e7 Author: Emil Velikov Date: Wed Nov 11 10:05:57 2015 + docs: add release notes for 11.0.5 Signed-off-by: Emil Velikov diff --git a/docs/relnotes/11.0.5.html b/docs/relnotes/11.0.5.html new file mode 100644 index 000..6a2fe55 --- /dev/null +++ b/docs/relnotes/11.0.5.html @@ -0,0 +1,173 @@ +http://www.w3.org/TR/html4/loose.dtd";> + + + + Mesa Release Notes + + + + + + The Mesa 3D Graphics Library + + + + + +Mesa 11.0.5 Release Notes / November 11, 2015 + + +Mesa 11.0.5 is a bug fix release which fixes bugs found since the 11.0.4 release. + + +Mesa 11.0.5 implements the OpenGL 4.1 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 4.1. OpenGL +4.1 is only available if requested at context creation +because compatibility contexts are not supported. + + + +SHA256 checksums + +TBD + + + +New features +None + +Bug fixes + +This list is likely incomplete. + + + + + +https://bugs.freedesktop.org/show_bug.cgi?id=91993";>Bug 91993 - Graphical glitch in Astromenace (open-source game). + +https://bugs.freedesktop.org/show_bug.cgi?id=92214";>Bug 92214 - Flightgear crashes during splashboot with R600 driver, LLVM 3.7.0 and mesa 11.0.2 + +https://bugs.freedesktop.org/show_bug.cgi?id=92437";>Bug 92437 - osmesa: Expose GL entry points for Windows build, via .def file + +https://bugs.freedesktop.org/show_bug.cgi?id=92476";>Bug 92476 - [cts] ES2-CTS.gtf.GL2ExtensionTests.egl_image.egl_image fails + +https://bugs.freedesktop.org/show_bug.cgi?id=92623";>Bug 92623 -
Processing of mesa_11.0.5-1_amd64.changes
mesa_11.0.5-1_amd64.changes uploaded successfully to localhost along with the files: mesa_11.0.5-1.dsc mesa_11.0.5.orig.tar.gz mesa_11.0.5-1.diff.gz libegl1-mesa-dbg_11.0.5-1_amd64.deb libegl1-mesa-dev_11.0.5-1_amd64.deb libegl1-mesa-drivers_11.0.5-1_amd64.deb libegl1-mesa_11.0.5-1_amd64.deb libgbm-dev_11.0.5-1_amd64.deb libgbm1-dbg_11.0.5-1_amd64.deb libgbm1_11.0.5-1_amd64.deb libgl1-mesa-dev_11.0.5-1_amd64.deb libgl1-mesa-dri-dbg_11.0.5-1_amd64.deb libgl1-mesa-dri_11.0.5-1_amd64.deb libgl1-mesa-glx-dbg_11.0.5-1_amd64.deb libgl1-mesa-glx_11.0.5-1_amd64.deb libglapi-mesa-dbg_11.0.5-1_amd64.deb libglapi-mesa_11.0.5-1_amd64.deb libgles1-mesa-dbg_11.0.5-1_amd64.deb libgles1-mesa-dev_11.0.5-1_amd64.deb libgles1-mesa_11.0.5-1_amd64.deb libgles2-mesa-dbg_11.0.5-1_amd64.deb libgles2-mesa-dev_11.0.5-1_amd64.deb libgles2-mesa_11.0.5-1_amd64.deb libosmesa6-dev_11.0.5-1_amd64.deb libosmesa6_11.0.5-1_amd64.deb libwayland-egl1-mesa-dbg_11.0.5-1_amd64.deb libwayland-egl1-mesa_11.0.5-1_amd64.deb libxatracker-dev_11.0.5-1_amd64.deb libxatracker2-dbg_11.0.5-1_amd64.deb libxatracker2_11.0.5-1_amd64.deb mesa-common-dev_11.0.5-1_amd64.deb mesa-opencl-icd-dbg_11.0.5-1_amd64.deb mesa-opencl-icd_11.0.5-1_amd64.deb mesa-vdpau-drivers-dbg_11.0.5-1_amd64.deb mesa-vdpau-drivers_11.0.5-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org)
mesa_11.0.5-1_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 12 Nov 2015 11:55:02 +0100 Source: mesa Binary: libxatracker2 libxatracker2-dbg libxatracker-dev libgbm1 libgbm1-dbg libgbm-dev libegl1-mesa libegl1-mesa-dbg libegl1-mesa-dev libegl1-mesa-drivers libwayland-egl1-mesa libwayland-egl1-mesa-dbg libgles1-mesa libgles1-mesa-dbg libgles1-mesa-dev libgles2-mesa libgles2-mesa-dbg libgles2-mesa-dev libglapi-mesa libglapi-mesa-dbg libgl1-mesa-glx libgl1-mesa-glx-dbg libgl1-mesa-dri libgl1-mesa-dri-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev mesa-vdpau-drivers mesa-vdpau-drivers-dbg mesa-opencl-icd mesa-opencl-icd-dbg Architecture: source amd64 Version: 11.0.5-1 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Andreas Boll Description: libegl1-mesa - free implementation of the EGL API -- runtime libegl1-mesa-dbg - free implementation of the EGL API -- debugging symbols libegl1-mesa-dev - free implementation of the EGL API -- development files libegl1-mesa-drivers - transitional dummy package libgbm-dev - generic buffer management API -- development files libgbm1- generic buffer management API -- runtime libgbm1-dbg - generic buffer management API -- debugging symbols libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development files libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules libgl1-mesa-glx - free implementation of the OpenGL API -- GLX runtime libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime libglapi-mesa - free implementation of the GL API -- shared library libglapi-mesa-dbg - free implementation of the GL API -- debugging symbols libgles1-mesa - free implementation of the OpenGL|ES 1.x API -- runtime libgles1-mesa-dbg - free implementation of the OpenGL|ES 1.x API -- debugging symbols libgles1-mesa-dev - free implementation of the OpenGL|ES 1.x API -- development files libgles2-mesa - free implementation of the OpenGL|ES 2.x API -- runtime libgles2-mesa-dbg - free implementation of the OpenGL|ES 2.x API -- debugging symbols libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- development files libosmesa6 - Mesa Off-screen rendering extension libosmesa6-dev - Mesa Off-screen rendering extension -- development files libwayland-egl1-mesa - implementation of the Wayland EGL platform -- runtime libwayland-egl1-mesa-dbg - implementation of the Wayland EGL platform -- debugging symbols libxatracker-dev - X acceleration library -- development files libxatracker2 - X acceleration library -- runtime libxatracker2-dbg - X acceleration library -- debugging symbols mesa-common-dev - Developer documentation for Mesa mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime mesa-opencl-icd-dbg - free implementation of the OpenCL API -- debugging symbols mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers mesa-vdpau-drivers-dbg - Debugging symbols for the Mesa VDPAU video acceleration drivers Changes: mesa (11.0.5-1) unstable; urgency=medium . * New upstream release. * Add myself to Uploaders. Checksums-Sha1: f1caf8fe66236d9d2dcce6386f7714552dd5c6f0 4899 mesa_11.0.5-1.dsc 2a0bd13915d67ba1aba65f0a9873b96151581836 12187783 mesa_11.0.5.orig.tar.gz a43b113a6d7bbd35c0cddcbceba6219f77b67f11 109635 mesa_11.0.5-1.diff.gz 5bb99c259900c31d9478531d04515fc59c492f70 265394 libegl1-mesa-dbg_11.0.5-1_amd64.deb d0e66ad318ad0a7dd8f743eed779679fd8170698 52024 libegl1-mesa-dev_11.0.5-1_amd64.deb 11665de0e30018743d1a44c1adaccf18ff6cf271 38286 libegl1-mesa-drivers_11.0.5-1_amd64.deb f18a751bebf778ec1be626552311f0d980e3866c 96278 libegl1-mesa_11.0.5-1_amd64.deb 13a4f3d87d922a12d1fbf8c97509f2d37db7a62f 41108 libgbm-dev_11.0.5-1_amd64.deb 38fdc2e679a0f507d587aa062a331c0cd8a109f3 97350 libgbm1-dbg_11.0.5-1_amd64.deb c1edc83347ce8825c46e636b9451fa24ef83e044 57318 libgbm1_11.0.5-1_amd64.deb 0fcfb6203f4fd5c53782cc8753e3bad8728d5456 39048 libgl1-mesa-dev_11.0.5-1_amd64.deb 5ab2c3d67b7605078c0eaa5ee173ef08ff919fde 37869506 libgl1-mesa-dri-dbg_11.0.5-1_amd64.deb dbb0d50d9ff96fc5189953f35017805e6827742d 3757768 libgl1-mesa-dri_11.0.5-1_amd64.deb 7ca9484cfca6d126f5e6fe70ff9ee3910c318d45 882608 libgl1-mesa-glx-dbg_11.0.5-1_amd64.deb 047ca8a095a3ed8fcb0265c48df374681f370398 179344 libgl1-mesa-glx_11.0.5-1_amd64.deb 2bdc2234678f84e3b95835b19558ea759b4509dd 57332 libglapi-mesa-dbg_11.0.5-1_amd64.deb 8e4aa0eb4e34760c69e201dc41e03c0c248eb9c9 56198 libglapi-mesa_11.0.5-1_amd64.deb 4c39bacc22150141891d1e02afbc50f6bd86061e 41512 libgles1-mesa-dbg_11.0.5-1_amd64.deb e55aa790b63fdcf1657f927ee027641a4d118f94 51678 libgles1-mesa-dev_11.0.5-1_amd64.deb cb8003cb94c843ab2ef509e80ede50a8b1b13993 43544 libgles1-mesa_11.0.5-1_amd64.deb a8af05a3fc207ce2020ed5b38250c99c31a0a98d 42566 libgles2-mesa-dbg_11.0.5-1_amd64.deb 80de8fd94e4c500943aea029d4a4
mesa: Changes to 'debian-unstable'
debian/changelog |5 +++-- debian/control |1 + 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit 459e84b094b2f8a23f22e4690b459f8837ccd7cc Author: Andreas Boll Date: Thu Nov 12 11:55:31 2015 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index a9317b6..13ba1e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -mesa (11.0.5-1) UNRELEASED; urgency=medium +mesa (11.0.5-1) unstable; urgency=medium * New upstream release. * Add myself to Uploaders. - -- Andreas Boll Thu, 12 Nov 2015 09:36:33 +0100 + -- Andreas Boll Thu, 12 Nov 2015 11:55:02 +0100 mesa (11.0.4-1) unstable; urgency=medium commit a073ccf34019f0cbcb1fea71f34c3d7544049188 Author: Andreas Boll Date: Thu Nov 12 11:50:47 2015 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index ec795ea..a9317b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mesa (11.0.5-1) UNRELEASED; urgency=medium * New upstream release. + * Add myself to Uploaders. -- Andreas Boll Thu, 12 Nov 2015 09:36:33 +0100 diff --git a/debian/control b/debian/control index b244433..800f99b 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: mesa Section: graphics Priority: optional Maintainer: Debian X Strike Force +Uploaders: Andreas Boll Standards-Version: 3.9.6 Build-Depends: debhelper (>= 9),
mesa: Changes to 'refs/tags/mesa-11.0.5-1'
Tag 'mesa-11.0.5-1' created by Andreas Boll at 2015-11-12 11:17 + Tagging upload of mesa 11.0.5-1 to unstable. -BEGIN PGP SIGNATURE- iQIcBAABCgAGBQJWRHVIAAoJEB7vU9OKOpxn3QkP/2/u1QK8NHHBstGYZCckQ6KE lppvnKejTbsIahBi9eLNi41i/ULgMsqs8EDddT0cb8xIddfSfgIpqNtpf/HgxID2 r/rhNdF56L3TNPXRzjyphxuPRjDWlI1+AX6nzlu0Q1wlY9ZQtQBrpd+XFR/XLAep vrYPzrb1YCLqouhmXuJgIaDxrj8lE27zDEyi1rYeRhbKYSR/c4PiZATvYGCieg+w 6a1rpa2Ol6JERJyPHn+Sif5iovxSY4akcKjQ95SUrSXjd4bT4CLwGHKtV9is8T5a bRvTX/hAz4CUTGe69dAxbu07OKdy3LM46YflgosXZWMYgxvRmNvvylSymzvIyVRP y5fP3gjYT6cmY27yZtecfsNNJReJk+BRwHIJPFMj5eSQ5m5ctQOnvjBSYkM5M7Tv L59phg6R6NShGh2Yw0Twozf50QHmU7aRNHir+oyPwoC1YMJr15TJlcPlf37GhkYV ccuuy3u8R8q6GR2taX2/vR5ku3N+sXeL0jBmoNRg7mfu5LaSUXE1TlCaMXGSnmsi Mk/swkS+gJHQ7+b5b4cBpQX2TPnpOEldaxTPx6JCtKqeNlKi2mWwYkuf07F1SaBc 8I9x0uuf6h/I3diGjnlFvIIWQYgiHmHzUSNc6KO5gaRHCD0uqLRUVZMVzeRUQlMK i2rCMULQROr2YB6VZgSu =5OKJ -END PGP SIGNATURE- Changes since mesa-11.0.4-1: Alex Deucher (1): radeon/uvd: don't expose HEVC on old UVD hw (v3) Andreas Boll (4): Merge branch 'upstream-unstable' into debian-unstable Bump changelog Add myself to Uploaders. Upload to unstable. Ben Widawsky (1): i965/skl: Add GT4 PCI IDs Emil Velikov (5): docs: add sha256 checksums for 11.0.4 cherry-ignore: ignore a possible wrong nomination Revert "mesa/glformats: Undo code changes from _mesa_base_tex_format() move" Update version to 11.0.5 docs: add release notes for 11.0.5 Emmanuel Gil Peyrot (1): gbm.h: Add a missing stddef.h include for size_t. Eric Anholt (1): vc4: When the create ioctl fails, free our cache and try again. Ian Romanick (1): i965: Fix is-renderable check in intel_image_target_renderbuffer_storage Ilia Mirkin (3): nvc0: respect edgeflag attribute width nouveau: set MaxDrawBuffers to the same value as MaxColorAttachments nouveau: relax fence emit space assert Ivan Kalvachev (1): r600g: Fix special negative immediate constants when using ABS modifier. Jason Ekstrand (2): nir/lower_vec_to_movs: Pass the shader around directly nir: Report progress from lower_vec_to_movs(). Jose Fonseca (2): gallivm: Translate all util_cpu_caps bits to LLVM attributes. gallivm: Explicitly disable unsupported CPU features. Julien Isorce (4): st/va: pass picture desc to begin and decode nvc0: fix crash when nv50_miptree_from_handle fails st/va: do not destroy old buffer when new one failed st/va: add more errors checks in vlVaBufferSetNumElements and vlVaMapBuffer Kenneth Graunke (6): i965: Fix missing BRW_NEW_*_PROG_DATA flagging caused by cache reuse. nir: Report progress from nir_split_var_copies(). nir: Properly invalidate metadata in nir_split_var_copies(). nir: Properly invalidate metadata in nir_opt_copy_prop(). nir: Properly invalidate metadata in nir_lower_vec_to_movs(). nir: Properly invalidate metadata in nir_opt_remove_phis(). Marek Olšák (1): radeonsi: add register definitions for Stoney Nanley Chery (1): mesa/glformats: Undo code changes from _mesa_base_tex_format() move Nicolai Hähnle (1): st/mesa: fix mipmap generation for immutable textures with incomplete pyramids Nigel Stewart (1): osmesa: Expose GL entry points for Windows build via DEF file. Roland Scheidegger (1): gallivm: disable f16c when not using AVX Samuel Li (2): radeonsi: add support for Stoney asics (v3) radeonsi: add Stoney pci ids --- VERSION |2 bin/.cherry-ignore|2 debian/changelog |7 debian/control|1 docs/relnotes/11.0.4.html |3 docs/relnotes/11.0.5.html | 173 + include/pci_ids/i965_pci_ids.h|4 include/pci_ids/radeonsi_pci_ids.h|2 src/gallium/auxiliary/gallivm/lp_bld_init.c |3 src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 56 ++ src/gallium/drivers/nouveau/nv30/nv30_screen.c|2 src/gallium/drivers/nouveau/nv50/nv50_screen.c|2 src/gallium/drivers/nouveau/nvc0/nvc0_resource.c |3 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c|2 src/gallium/drivers/nouveau/nvc0/nvc0_vbo_translate.c | 40 +- src/gallium/drivers/r600/r600_asm.c |8 src/gallium/drivers/r600/r600_asm.h |2 src/gallium/drivers/r600/r600_shader.c|2 src/gallium/drivers/radeon/r600_pipe_common.c |6 src/gallium/drivers/radeon/radeon_video.c | 50 -- src/gallium/drivers/radeon/radeon_winsys.h|1 src/gallium/drivers/radeonsi/si_state.c |1 src/gallium/drivers/radeonsi/sid
Bug#801847: Cannot type after X restart
Julien Cristau writes: > On Tue, Oct 27, 2015 at 22:32:15 -0200, Andre N Batista wrote: > > >> [ 2832.788] (EE) systemd-logind: failed to get session: The name >> org.freedesktop.login1 was not provided by any .service files > > You need to be running logind. Install the libpam-systemd package and > things should work better. > or install xserver-xorg-legacy.
xserver-xorg-video-ati: Changes to 'upstream-unstable'
configure.ac |2 - src/drmmode_display.c | 89 -- src/radeon_dri2.c | 20 +++ src/radeon_video.c| 56 +-- 4 files changed, 81 insertions(+), 86 deletions(-) New commits: commit 99cb8c3faf1a4ce368b7500f17a2a7868c15e8e8 Author: Michel Dänzer Date: Thu Nov 12 13:38:14 2015 +0900 Set version for 7.6.1 release diff --git a/configure.ac b/configure.ac index 0ff901b..c024d48 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-ati], -[7.6.99], +[7.6.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-ati]) commit 4a2114a717ec8d78cacd8fe158e132d62013faac Author: Michel Dänzer Date: Thu Nov 12 13:32:25 2015 +0900 Remove duplicate free(output_ids) call Fixes double-free regression introduced by commit 875ad48e ("Simplify drmmode_set_mode_major() and avoid leaking memory."). diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 17e5231..99dc08b 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -788,7 +788,6 @@ drmmode_set_mode_major(xf86CrtcPtr crtc, DisplayModePtr mode, xf86_reload_cursors(pScrn->pScreen); done: - free(output_ids); if (!ret) { crtc->x = saved_x; crtc->y = saved_y; commit 960a9f37096b53ec9603a99c7b1f3679f915e03f Author: Michel Dänzer Date: Thu Nov 12 13:20:18 2015 +0900 Post 7.6.0 release version bump diff --git a/configure.ac b/configure.ac index 3a5b060..0ff901b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-ati], -[7.6.0], +[7.6.99], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-ati]) commit 9aae4b71fb402841439e3267fcb7f410d8429c3a Author: Michel Dänzer Date: Thu Nov 12 11:56:48 2015 +0900 Bump version for 7.6.0 release diff --git a/configure.ac b/configure.ac index c371829..3a5b060 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-ati], -[7.5.99], +[7.6.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-ati]) commit 98291869ac4a542a0b478920586407ff9d2c8ef0 Author: Tom St Denis Date: Wed Nov 11 16:01:41 2015 +0900 Clean up radeon_dri2_create_buffer2() Remove the depth_pixmap variable from the function and clear out any dead/odd behaviour that results. Signed-off-by: Tom St Denis (ported from amdgpu commit 6000aef4e2f0a121b94023484406fb6f04688f74) Reviewed-by: Alex Deucher diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c index 466d700..d30bbd0 100644 --- a/src/radeon_dri2.c +++ b/src/radeon_dri2.c @@ -181,7 +181,7 @@ radeon_dri2_create_buffer2(ScreenPtr pScreen, RADEONInfoPtr info = RADEONPTR(pScrn); BufferPtr buffers; struct dri2_buffer_priv *privates; -PixmapPtr pixmap, depth_pixmap; +PixmapPtr pixmap; int flags; unsigned front_width; uint32_t tiling = 0; @@ -209,10 +209,9 @@ radeon_dri2_create_buffer2(ScreenPtr pScreen, cpp = drawable->bitsPerPixel / 8; } -pixmap = pScreen->GetScreenPixmap(pScreen); -front_width = pixmap->drawable.width; +front_width = pScreen->GetScreenPixmap(pScreen)->drawable.width; -pixmap = depth_pixmap = NULL; +pixmap = NULL; if (attachment == DRI2BufferFrontLeft) { uint32_t handle; @@ -227,9 +226,6 @@ radeon_dri2_create_buffer2(ScreenPtr pScreen, pixmap = NULL; } else pixmap->refcnt++; -} else if (attachment == DRI2BufferStencil && depth_pixmap) { -pixmap = depth_pixmap; -pixmap->refcnt++; } if (!pixmap && (is_glamor_pixmap || attachment != DRI2BufferFrontLeft)) { @@ -314,10 +310,6 @@ radeon_dri2_create_buffer2(ScreenPtr pScreen, if (buffers == NULL) goto error; -if (attachment == DRI2BufferDepth) { -depth_pixmap = pixmap; -} - if (pixmap) { if (!info->use_glamor) { info->exa_force_create = TRUE; commit c6fc7e309a8a922f94a1f5f3e8bfb9058cff7ad1 Author: Michel Dänzer Date: Wed Nov 11 15:59:06 2015 +0900 Properly handle drmModeAddFB failure in drmmode_crtc_scanout_allocate We were printing an error message, but not propagating the failure. That would probably lead to trouble down the road. (ported from amdgpu commit 21e72fb2418b5cc7fc849a9cf951186e209036b0) Reviewed-by: Alex Deucher diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 22b84da..17e5231 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -555,8 +555,12 @@ drmmode_crtc_scanout_allocate(xf86CrtcPtr crtc, pScrn-
xserver-xorg-video-ati: Changes to 'debian-unstable'
ChangeLog | 1327 configure.ac|2 debian/changelog| 13 debian/control |7 debian/upstream/signing-key.asc | 26 src/drmmode_display.c | 89 +- src/radeon_dri2.c | 20 src/radeon_video.c | 56 - 8 files changed, 1445 insertions(+), 95 deletions(-) New commits: commit 21b6f8d01b332bc67ba31cc008bada640868cab0 Author: Andreas Boll Date: Thu Nov 12 14:07:08 2015 +0100 Bump standards version to 3.9.6. diff --git a/debian/changelog b/debian/changelog index 1ca1c24..87864ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ xserver-xorg-video-ati (1:7.6.1-1) UNRELEASED; urgency=medium * Add upstream url. * Replace Suggests: firmware-linux with new firmware-amd-graphics. * Update list of supported chips. + * Bump standards version to 3.9.6. -- Andreas Boll Thu, 12 Nov 2015 13:13:44 +0100 diff --git a/debian/control b/debian/control index ac19053..c475696 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends: x11proto-xf86dri-dev, libudev-dev [linux-any], xutils-dev (>= 1:7.5+4) -Standards-Version: 3.9.3 +Standards-Version: 3.9.6 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/driver/xserver-xorg-video-ati.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/driver/xserver-xorg-video-ati.git Homepage: https://wiki.freedesktop.org/xorg/RadeonFeature/ commit 5ddb10698f3a221f33a72c7526d4ed455458e213 Author: Andreas Boll Date: Thu Nov 12 14:06:19 2015 +0100 Update list of supported chips. diff --git a/debian/changelog b/debian/changelog index a97cc6b..1ca1c24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ xserver-xorg-video-ati (1:7.6.1-1) UNRELEASED; urgency=medium * Move xxv-mach64 and xxv-r128 from depends to suggests. * Add upstream url. * Replace Suggests: firmware-linux with new firmware-amd-graphics. + * Update list of supported chips. -- Andreas Boll Thu, 12 Nov 2015 13:13:44 +0100 diff --git a/debian/control b/debian/control index d6326a8..ac19053 100644 --- a/debian/control +++ b/debian/control @@ -91,7 +91,8 @@ Description: X.Org X server -- AMD/ATI Radeon display driver RV505/RV515/RV516/RV550, R520, RV530/RV560, RV570/R580, RS600/RS690/RS740, R600, RV610/RV630, RV620/RV635, RV670, RS780/RS880, RV710/RV730, RV740/RV770/RV790, CEDAR, REDWOOD, JUNIPER, CYPRESS, - HEMLOCK, PALM, SUMO/SUMO2, BARTS, TURKS, CAICOS, CAYMAN, ARUBA. + HEMLOCK, PALM, SUMO/SUMO2, BARTS, TURKS, CAICOS, CAYMAN, ARUBA, TAHITI, + PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII. . More information about X.Org can be found at: http://www.X.org> commit 3e2aea987a36979f669b806f388ac1c2abcfbd3b Author: Andreas Boll Date: Thu Nov 12 14:01:21 2015 +0100 Replace Suggests: firmware-linux with new firmware-amd-graphics. diff --git a/debian/changelog b/debian/changelog index c8221da..a97cc6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ xserver-xorg-video-ati (1:7.6.1-1) UNRELEASED; urgency=medium * Fix Vcs-* fields. * Move xxv-mach64 and xxv-r128 from depends to suggests. * Add upstream url. + * Replace Suggests: firmware-linux with new firmware-amd-graphics. -- Andreas Boll Thu, 12 Nov 2015 13:13:44 +0100 diff --git a/debian/control b/debian/control index 1e15bd3..d6326a8 100644 --- a/debian/control +++ b/debian/control @@ -82,7 +82,7 @@ Depends: ${misc:Depends}, ${xviddriver:Depends} Provides: ${xviddriver:Provides} -Suggests: firmware-linux +Suggests: firmware-amd-graphics Description: X.Org X server -- AMD/ATI Radeon display driver This package provides the 'radeon' driver for the AMD/ATI cards. The following chips should be supported: R100, RV100, RS100, RV200, RS200, commit 1ec7919fb3804fa7b477ccdaf1430e394a5367b4 Author: Andreas Boll Date: Thu Nov 12 13:15:38 2015 +0100 Update debian/upstream/signing-key.asc. diff --git a/debian/changelog b/debian/changelog index 0683d11..c8221da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xserver-xorg-video-ati (1:7.6.1-1) UNRELEASED; urgency=medium * New upstream release. + * Update debian/upstream/signing-key.asc. * Fix Vcs-* fields. * Move xxv-mach64 and xxv-r128 from depends to suggests. * Add upstream url. diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc index 7c21240..a42aaff 100644 --- a/debian/upstream/signing-key.asc +++ b/debian/upstream/signing-key.asc @@ -22,3 +22,29 @@ CQ/a/MFkGtUi3PiISQQYEQIACQUCRRyZ/gIbDAAKCRCbTuT5hHTeQBEcAJsHHZeJ F3qnDbP3c7nBnXtfsOSDQgCgl4RWePUa/QXjU0DL/NKn2zldhNE= =9tgc -END PGP PUBLIC KEY BLOCK- +-BEGIN PGP PUBLIC KEY BLOCK- + +mQGiBDsehS8RBACbsIQEX31aYSIuEKxEnEX82ezMR8z3LG8ktv1KjyNErUX9Pt7A +UC7W3W0bLUhu8Le8S2va6hi7GfSAifl0ih3k6Bv1Itzgnd+7ZmSrvCN8yGJaHNQf +AevAuEboI
Bug#804863: Fails to start with kernel riemann 4.2.0-1-amd64
Package: xserver-xorg-video-radeon Version: 1:7.5.0-1+b1 Severity: grave With the 4.2 kernel, X11 fails to start up. The log file Xorg.0.log contains a diagnostic "[drm] failed to set drm interface version." Workaround: downgrading to kernel 4.1 allows X11 to start. Note that this bug report is from a session running under kernel 4.1. If you want some details from a failed start, I can boot 4.2 again and provide them. Thanks, -Steve -- Package-specific info: /etc/X11/X does not exist. /etc/X11/X is not a symlink. /etc/X11/X is not executable. VGA-compatible devices on PCI bus: -- 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV770 [Radeon HD 4850] [1002:9442] /etc/X11/xorg.conf does not exist. /etc/X11/xorg.conf.d does not exist. KMS configuration files: /etc/modprobe.d/radeon-kms.conf: options radeon modeset=1 Kernel version (/proc/version): --- Linux version 4.1.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 4.9.3 (Debian 4.9.3-3) ) #1 SMP Debian 4.1.3-1 (2015-08-03) Xorg X server log files on system: -- -rw-r--r-- 1 root root 56770 Nov 12 08:10 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): - [ 168.207] X.Org X Server 1.17.3 Release Date: 2015-10-26 [ 168.207] X Protocol Version 11, Revision 0 [ 168.207] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian [ 168.207] Current Operating System: Linux riemann 4.1.0-1-amd64 #1 SMP Debian 4.1.3-1 (2015-08-03) x86_64 [ 168.207] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.1.0-1-amd64 root=UUID=eae7eef1-8b51-4e48-8c70-11741bffc5cc ro quiet [ 168.207] Build Date: 27 October 2015 11:41:02PM [ 168.207] xorg-server 2:1.17.3-2 (http://www.debian.org/support) [ 168.207] Current version of pixman: 0.33.4 [ 168.207]Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 168.207] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 168.207] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 12 07:57:40 2015 [ 168.207] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 168.208] (==) No Layout section. Using the first Screen section. [ 168.208] (==) No screen section available. Using defaults. [ 168.208] (**) |-->Screen "Default Screen Section" (0) [ 168.208] (**) | |-->Monitor "" [ 168.208] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 168.208] (==) Automatically adding devices [ 168.208] (==) Automatically enabling devices [ 168.208] (==) Automatically adding GPU devices [ 168.208] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 168.208]Entry deleted from font path. [ 168.208] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins [ 168.208] (==) ModulePath set to "/usr/lib/xorg/modules" [ 168.208] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 168.208] (II) Loader magic: 0x55759fd59de0 [ 168.208] (II) Module ABI versions: [ 168.208]X.Org ANSI C Emulation: 0.4 [ 168.208]X.Org Video Driver: 19.0 [ 168.208]X.Org XInput driver : 21.0 [ 168.208]X.Org Server Extension : 9.0 [ 168.209] (EE) systemd-logind: failed to get session: PID 7140 does not belong to any known session [ 168.209] (II) xfree86: Adding drm device (/dev/dri/card0) [ 168.211] (--) PCI:*(0:1:0:0) 1002:9442:174b:e810 rev 0, Mem @ 0xd000/268435456, 0xfe8e/65536, I/O @ 0xb000/256, BIOS @ 0x/131072 [ 168.211] (II) LoadModule: "glx" [ 168.211] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 168.212] (II) Module glx: vendor="X.Org Foundation" [ 168.212]compiled for 1.17.3, module version = 1.0.0 [ 168.212]ABI class: X.Org Server Extension, version 9.0 [ 168.212] (==) AIGLX enabled [ 168.212] (==) Matched ati as autoconfigured driver 0 [ 168.212] (==) Matched ati as autoconfigured driver 1 [ 168.212] (==) Matched modesetting as autoconfigured driver 2 [ 168.212] (==) Matched fbdev as autoconfigured driver 3 [ 168.212] (==) Matched vesa as autoconfigured driver 4 [ 168.212] (==) Assigned the driver to the xf86ConfigLayout [ 168.212] (II) LoadModule: "ati" [ 168.212] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 168.212
Processed: Re: Bug#804863: Fails to start with kernel riemann 4.2.0-1-amd64
Processing control commands: > severity -1 important Bug #804863 [xserver-xorg-video-radeon] Fails to start with kernel riemann 4.2.0-1-amd64 Severity set to 'important' from 'grave' > tag -1 moreinfo Bug #804863 [xserver-xorg-video-radeon] Fails to start with kernel riemann 4.2.0-1-amd64 Added tag(s) moreinfo. -- 804863: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804863 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#804863: Fails to start with kernel riemann 4.2.0-1-amd64
Control: severity -1 important Control: tag -1 moreinfo On Thu, Nov 12, 2015 at 08:17:53 -0600, Steve M. Robbins wrote: > Package: xserver-xorg-video-radeon > Version: 1:7.5.0-1+b1 > Severity: grave > > With the 4.2 kernel, X11 fails to start up. The log file Xorg.0.log > contains a diagnostic "[drm] failed to set drm interface version." > > Workaround: downgrading to kernel 4.1 allows X11 to start. > > Note that this bug report is from a session running under kernel 4.1. > If you want some details from a failed start, I can boot 4.2 again and > provide them. > Please do. Cheers, Julien signature.asc Description: PGP signature
Bug#804865: weston: missed debug packages
Source: weston Severity: important Hi, debug package is missed, than is impossible for example debug a crash with gdb using usbredir from packages. Can you add debug package please? Thanks for any reply and sorry for my bad english.
mesa: Changes to 'ubuntu'
VERSION |2 bin/.cherry-ignore|2 debian/changelog | 14 debian/control|1 docs/relnotes/11.0.4.html |3 docs/relnotes/11.0.5.html | 173 + include/pci_ids/i965_pci_ids.h|4 include/pci_ids/radeonsi_pci_ids.h|2 src/gallium/auxiliary/gallivm/lp_bld_init.c |3 src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 56 ++ src/gallium/drivers/nouveau/nv30/nv30_screen.c|2 src/gallium/drivers/nouveau/nv50/nv50_screen.c|2 src/gallium/drivers/nouveau/nvc0/nvc0_resource.c |3 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c|2 src/gallium/drivers/nouveau/nvc0/nvc0_vbo_translate.c | 40 +- src/gallium/drivers/r600/r600_asm.c |8 src/gallium/drivers/r600/r600_asm.h |2 src/gallium/drivers/r600/r600_shader.c|2 src/gallium/drivers/radeon/r600_pipe_common.c |6 src/gallium/drivers/radeon/radeon_video.c | 50 -- src/gallium/drivers/radeon/radeon_winsys.h|1 src/gallium/drivers/radeonsi/si_state.c |1 src/gallium/drivers/radeonsi/sid.h| 322 + src/gallium/drivers/vc4/vc4_bufmgr.c | 29 + src/gallium/state_trackers/va/buffer.c|6 src/gallium/state_trackers/va/image.c | 19 - src/gallium/state_trackers/va/picture.c |4 src/gallium/targets/osmesa/osmesa.def | 337 ++ src/gallium/targets/osmesa/osmesa.mingw.def | 337 ++ src/gallium/winsys/amdgpu/drm/amdgpu_id.h |8 src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c |6 src/gbm/main/gbm.h|1 src/glsl/nir/nir.h|4 src/glsl/nir/nir_lower_vec_to_movs.c | 41 +- src/glsl/nir/nir_opt_copy_propagate.c |6 src/glsl/nir/nir_opt_remove_phis.c|5 src/glsl/nir/nir_split_var_copies.c | 20 - src/mesa/drivers/dri/i965/brw_device_info.c |6 src/mesa/drivers/dri/i965/brw_state.h |2 src/mesa/drivers/dri/i965/brw_state_cache.c |7 src/mesa/drivers/dri/i965/intel_fbo.c |6 src/mesa/drivers/dri/nouveau/nouveau_context.c|2 src/mesa/state_tracker/st_gen_mipmap.c| 68 +-- 43 files changed, 1477 insertions(+), 138 deletions(-) New commits: commit df76d88f96f7daecd5f054f0684d3bb68dcdac42 Author: Timo Aaltonen Date: Thu Nov 12 16:50:02 2015 +0200 update changelog, release to xenial diff --git a/debian/changelog b/debian/changelog index 93f3233..0163591 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mesa (11.0.5-1ubuntu1) xenial; urgency=medium + + * Merge from Debian. +- new upstream bugfix release + + -- Timo Aaltonen Thu, 12 Nov 2015 16:49:01 +0200 + mesa (11.0.5-1) unstable; urgency=medium * New upstream release. commit 459e84b094b2f8a23f22e4690b459f8837ccd7cc Author: Andreas Boll Date: Thu Nov 12 11:55:31 2015 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index a9317b6..13ba1e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -mesa (11.0.5-1) UNRELEASED; urgency=medium +mesa (11.0.5-1) unstable; urgency=medium * New upstream release. * Add myself to Uploaders. - -- Andreas Boll Thu, 12 Nov 2015 09:36:33 +0100 + -- Andreas Boll Thu, 12 Nov 2015 11:55:02 +0100 mesa (11.0.4-1) unstable; urgency=medium commit a073ccf34019f0cbcb1fea71f34c3d7544049188 Author: Andreas Boll Date: Thu Nov 12 11:50:47 2015 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index ec795ea..a9317b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mesa (11.0.5-1) UNRELEASED; urgency=medium * New upstream release. + * Add myself to Uploaders. -- Andreas Boll Thu, 12 Nov 2015 09:36:33 +0100 diff --git a/debian/control b/debian/control index b244433..800f99b 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: mesa Section: graphics Priority: optional Maintainer: Debian X Strike Force +Uploaders: Andreas Boll Standards-Version: 3.9.6 Build-Depends: debhelper (>= 9), commit 3915bc0845da3e82c3cf9c0527dbb75bda6841d9 Author: Andreas Boll Date: Thu Nov 12 09:37:06 2015 +0100 Bump changelog diff --git a/debian/changelog b/debian/changelog index 4d28799..ec795ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (11.0.5-1) U
Processed: Re: Bug#804865: weston: missed debug packages
Processing control commands: > severity -1 wishlist Bug #804865 [src:weston] weston: missed debug packages Severity set to 'wishlist' from 'important' > tag -1 wontfix Bug #804865 [src:weston] weston: missed debug packages Added tag(s) wontfix. -- 804865: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804865 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#804865: weston: missed debug packages
Control: severity -1 wishlist Control: tag -1 wontfix On Thu, Nov 12, 2015 at 15:34:58 +0100, Fabio Fantoni wrote: > Source: weston > Severity: important > > Hi, debug package is missed, than is impossible for example debug a crash > with gdb using usbredir from packages. > Can you add debug package please? > It should be easy enough to just build your own. I don't think it's worth doing this for a non-library when we hopefully will get dbgsym packages for free in the near future. Cheers, Julien signature.asc Description: PGP signature
Bug#802928: marked as done (xserver-xorg-input-vmmouse: vmmouse pointer no longer works with non-root X server)
Your message dated Thu, 12 Nov 2015 17:15:36 +0100 with message-id <20151112161536.gh25...@betterave.cristau.org> and subject line Re: Bug#802928: xserver-xorg-input-vmmouse: vmmouse pointer no longer works with non-root X server has caused the Debian Bug report #802928, regarding xserver-xorg-input-vmmouse: vmmouse pointer no longer works with non-root X server to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 802928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802928 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: xserver-xorg-input-vmmouse Version: 1:13.0.99-1 Severity: important Hi! With recent X running as non-root, vmmouse stopped working. I've summarised the exact problems and steps to fix it in a Google+ post: https://plus.google.com/u/1/+adiknoth/posts/fV2hWxSGFN3 Long story short: you need to upgrade to at least 13.1.x. At the same time, the kernel needs to enable CONFIG_MOUSE_PS2_VMMOUSE. You might want to coordinate with the kernel maintainers. -- System Information: Debian Release: 7.9 APT prefers oldstable-updates APT policy: (500, 'oldstable-updates'), (500, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash --- End Message --- --- Begin Message --- On Sun, Oct 25, 2015 at 11:04:27 +0100, Adrian Knoth wrote: > Package: xserver-xorg-input-vmmouse > Version: 1:13.0.99-1 > Severity: important > > Hi! > > With recent X running as non-root, vmmouse stopped working. > > I've summarised the exact problems and steps to fix it in a Google+ post: > >https://plus.google.com/u/1/+adiknoth/posts/fV2hWxSGFN3 > > Long story short: you need to upgrade to at least 13.1.x. At the same > time, the kernel needs to enable CONFIG_MOUSE_PS2_VMMOUSE. You might > want to coordinate with the kernel maintainers. > The only diff between 13.0.99 and 13.1.0 is the version number, so there's nothing to do here. Also, if CONFIG_MOUSE_PS2_VMMOUSE actually breaks 13.0.0, then we can't enable it in the kernel without breaking jessie userspace, which is a big no-no. Cheers, Julien signature.asc Description: PGP signature --- End Message ---
Bug#804110: xserver-xorg-video-nouveau: fresh install debian-8.2.0-amd64, Xfce yields black screen at login
On 2015-11-10 23:29 +0100, David Christensen wrote: > On 11/07/2015 12:32 AM, Sven Joachim wrote: >> Fair enough, I won't bother you again then. My apologies for >> mistakenly thinking you would appreciate help. > > First, I apologize for my earlier complaint about shipping product > with known bugs. Companies that refuse to disclose relevant technical > information needed for open-source software development inflict the > problem upon all of us. Apologies accepted. > And, Dell Latitude E6520 laptop computers > like mine have both Intel HD Graphics and an Nvidia graphics card, > which is a corner case: > > https://en.wikipedia.org/wiki/Nvidia_Optimus Thanks, that's important to know. I'm not experienced with Optimus, since I don't have any such hardware myself. > I *do* appreciate help. But, I do not have the knowledge, skills, > time, or interest to "figure out why [the nouveau kernel module] is > not loaded earlier by udev". If you would like to work together on > this, I can run commands for you, post files, etc., so you can debug > it remotely. Tell me what you need. My theory was that the nouveau kernel module had been blacklisted, since udev runs modprobe with the "-b" parameter, while the X server does not. But maybe I'm wrong. Could you please start your system without X? On a standard Jessie installation with systemd as init and gmd3 as display-manager, you can add "systemd.unit=multi-user.target" to the kernel command line to achieve that. Log in at the console and see if the nouveau kernel module is loaded ("lsmod | grep ^nouveau"). If not, 1. Run "modprobe -b nouveau" and check again. If that does not load the nouveau module, 2. Run "modprobe nouveau" and check again. If the nouveau kernel module has been loaded in steps 1 or 2, you can try to run X (start your display manager, or use startx). Does it work then? Cheers, Sven
Bug#804110: xserver-xorg-video-nouveau: fresh install debian-8.2.0-amd64, Xfce yields black screen at login
On 11/12/2015 10:13 AM, Sven Joachim wrote: Could you please start your system without X? On a standard Jessie installation with systemd as init and gmd3 as display-manager, you can add "systemd.unit=multi-user.target" to the kernel command line to achieve that. When I power-up, 'Debian GNU/Linux' is highlighted in the GRUB menu. I press 'c', get a prompt, and enter: grub> systemd.unit=multi-user.target When I press , GRUB gives me another prompt: grub> When press again, same as above. Log in at the console and see if the nouveau kernel module is loaded ("lsmod | grep ^nouveau"). If I let the machine boot by itself and then log in via SSH from another machine: root@i72720qm:~# lsmod | grep ^nouveau nouveau 1122419 2 It appears that the nouveau kernel module is already loaded. Please advise. David
Bug#804110: xserver-xorg-video-nouveau: fresh install debian-8.2.0-amd64, Xfce yields black screen at login
On 2015-11-12 22:44 +0100, David Christensen wrote: > On 11/12/2015 10:13 AM, Sven Joachim wrote: >> Could you please start your system without X? On a standard Jessie >> installation with systemd as init and gmd3 as display-manager, you can >> add "systemd.unit=multi-user.target" to the kernel command line to >> achieve that. > > When I power-up, 'Debian GNU/Linux' is highlighted in the GRUB menu. > I press 'c', get a prompt, and enter: > > grub> systemd.unit=multi-user.target Sorry for the misunderstanding, this is not the way to append something to the kernel commandline. Please press 'e' rather than 'c' in the grub menu and edit the line starting with "linux". Instead of editing the grub menu, you can also run "systemctl set-default multi-user.target" once the machine is up. To back out this change, just delete /etc/systemd/system/default.target. >> Log in at the console and see if the nouveau kernel >> module is loaded ("lsmod | grep ^nouveau"). > > If I let the machine boot by itself and then log in via SSH from > another machine: > > root@i72720qm:~# lsmod | grep ^nouveau > nouveau 1122419 2 > > > It appears that the nouveau kernel module is already loaded. Yes, because the normal boot will start the display manager and trigger your original problem. Cheers, Sven
Bug#804110: xserver-xorg-video-nouveau: fresh install debian-8.2.0-amd64, Xfce yields black screen at login
On 11/12/2015 02:05 PM, Sven Joachim wrote: Please press 'e' rather than 'c' in the grub menu and edit the line starting with "linux". Okay: linux /vmlinuz-3.16.0-4-amd64 root=/dev/mapper/sda3_crypt\ ro quiet systemd.unit=multi-user.target Then press Ctrl+x to boot. I arrive at a text console. Login as root: root@i72720qm:~# lsmod | grep ^nouveau nouveau 1122419 1 So, it appears that the nouveau kernel module is loaded. Logout. Login as unprivileged user. Start X Windows: toor@i72720qm:~$ startx I arrive at the Xfce desktop. When I log out, I arrive back at the text console where I left off. So, now I have a work-around (that reminds me of ~10 years ago). I would still like to get the graphical login manager working. Please advise. David
Bug#804863: marked as done (Fails to start with kernel riemann 4.2.0-1-amd64)
Your message dated Thu, 12 Nov 2015 20:24:25 -0600 with message-id <5384608.N4RtMibWje@riemann> and subject line Re: Bug#804863: Fails to start with kernel riemann 4.2.0-1-amd64 has caused the Debian Bug report #804863, regarding Fails to start with kernel riemann 4.2.0-1-amd64 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 804863: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804863 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: xserver-xorg-video-radeon Version: 1:7.5.0-1+b1 Severity: grave With the 4.2 kernel, X11 fails to start up. The log file Xorg.0.log contains a diagnostic "[drm] failed to set drm interface version." Workaround: downgrading to kernel 4.1 allows X11 to start. Note that this bug report is from a session running under kernel 4.1. If you want some details from a failed start, I can boot 4.2 again and provide them. Thanks, -Steve -- Package-specific info: /etc/X11/X does not exist. /etc/X11/X is not a symlink. /etc/X11/X is not executable. VGA-compatible devices on PCI bus: -- 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV770 [Radeon HD 4850] [1002:9442] /etc/X11/xorg.conf does not exist. /etc/X11/xorg.conf.d does not exist. KMS configuration files: /etc/modprobe.d/radeon-kms.conf: options radeon modeset=1 Kernel version (/proc/version): --- Linux version 4.1.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 4.9.3 (Debian 4.9.3-3) ) #1 SMP Debian 4.1.3-1 (2015-08-03) Xorg X server log files on system: -- -rw-r--r-- 1 root root 56770 Nov 12 08:10 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): - [ 168.207] X.Org X Server 1.17.3 Release Date: 2015-10-26 [ 168.207] X Protocol Version 11, Revision 0 [ 168.207] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian [ 168.207] Current Operating System: Linux riemann 4.1.0-1-amd64 #1 SMP Debian 4.1.3-1 (2015-08-03) x86_64 [ 168.207] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.1.0-1-amd64 root=UUID=eae7eef1-8b51-4e48-8c70-11741bffc5cc ro quiet [ 168.207] Build Date: 27 October 2015 11:41:02PM [ 168.207] xorg-server 2:1.17.3-2 (http://www.debian.org/support) [ 168.207] Current version of pixman: 0.33.4 [ 168.207]Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 168.207] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 168.207] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 12 07:57:40 2015 [ 168.207] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 168.208] (==) No Layout section. Using the first Screen section. [ 168.208] (==) No screen section available. Using defaults. [ 168.208] (**) |-->Screen "Default Screen Section" (0) [ 168.208] (**) | |-->Monitor "" [ 168.208] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 168.208] (==) Automatically adding devices [ 168.208] (==) Automatically enabling devices [ 168.208] (==) Automatically adding GPU devices [ 168.208] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 168.208]Entry deleted from font path. [ 168.208] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins [ 168.208] (==) ModulePath set to "/usr/lib/xorg/modules" [ 168.208] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 168.208] (II) Loader magic: 0x55759fd59de0 [ 168.208] (II) Module ABI versions: [ 168.208]X.Org ANSI C Emulation: 0.4 [ 168.208]X.Org Video Driver: 19.0 [ 168.208]X.Org XInput driver : 21.0 [ 168.208]X.Org Server Extension : 9.0 [ 168.209] (EE) systemd-logind: failed to get session: PID 7140 does not belong to any known session [ 168.209] (II) xfree86: Adding drm device (/dev/dri/card0) [ 168.211] (--) PCI:*(0:1:0:0) 1002:9442:174b:e810 rev 0, Mem @ 0xd