mesa: Changes to 'upstream-experimental'

2016-10-21 Thread Andreas Boll
Rebased ref, commits from common ancestor:
commit e45c4586c275b6d47e1c51cb568db644c7c55f61
Author: Emil Velikov 
Date:   Wed Oct 19 18:40:40 2016 +0100

Update version to 13.0.0-rc1

Signed-off-by: Emil Velikov 

diff --git a/VERSION b/VERSION
index 9637d43..0ee82ac 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.1.0-devel
+13.0.0-rc1

commit 2ced8eb136528914e1bf4e000dea06a9d53c7e04
Author: Emil Velikov 
Date:   Wed Oct 19 17:36:17 2016 +0100

Revert Use absolute path in intel_icd.json and related patches.

This commit effectively reverts the following commits:

This reverts commit 0b6837a643bbbf3c57c5cc5030279fb4389b23b7.
This reverts commit 05f36435ef117e48f457b44877d04dd6249b3bb7.
This reverts commit a2ae67aa47df6dd41802462105dac7ce5ab676a2.

While the feature introduced is convinient for development it is not as
useful for distributions. Furthermore it even breaks things as one
wishes to have both 32 and 64 bit package installed on the same system.

Keep the functionality in development branch(es) and drop it from
distribution packages to avoid confusion and misuse.

Signed-off-by: Emil Velikov 

diff --git a/configure.ac b/configure.ac
index 7e63bfa..d215b63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1667,13 +1667,6 @@ AC_ARG_WITH([vulkan-icddir],
 [VULKAN_ICD_INSTALL_DIR='${datarootdir}/vulkan/icd.d'])
 AC_SUBST([VULKAN_ICD_INSTALL_DIR])
 
-AC_ARG_ENABLE([vulkan-icd-full-driver-path],
-   [AS_HELP_STRING([--disable-vulkan-icd-full-driver-path],
-   [create Vulkan ICD files with just a .so name and no 
path])],
-   [vulkan_icd_driver_path="$enableval"],
-   [vulkan_icd_driver_path="yes"])
-AM_CONDITIONAL(VULKAN_ICD_DRIVER_PATH, test "x$vulkan_icd_driver_path" = xyes)
-
 if test -n "$with_vulkan_drivers"; then
 VULKAN_DRIVERS=`IFS=', '; echo $with_vulkan_drivers`
 for driver in $VULKAN_DRIVERS; do
diff --git a/src/intel/vulkan/.gitignore b/src/intel/vulkan/.gitignore
index a099ff6..bde5cd8 100644
--- a/src/intel/vulkan/.gitignore
+++ b/src/intel/vulkan/.gitignore
@@ -3,4 +3,3 @@
 /anv_entrypoints.h
 /anv_timestamp.h
 /dev_icd.json
-/intel_icd.json
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
index 5d2b3a5..6e17188 100644
--- a/src/intel/vulkan/Makefile.am
+++ b/src/intel/vulkan/Makefile.am
@@ -147,12 +147,11 @@ anv_timestamp.h:
$(AM_V_GEN) echo "#define ANV_TIMESTAMP \"$(TIMESTAMP_CMD)\"" > $@
 
 BUILT_SOURCES = $(VULKAN_GENERATED_FILES)
-CLEANFILES = $(BUILT_SOURCES) dev_icd.json intel_icd.json
+CLEANFILES = $(BUILT_SOURCES) dev_icd.json
 EXTRA_DIST = \
$(top_srcdir)/include/vulkan/vk_icd.h \
anv_entrypoints_gen.py \
dev_icd.json.in \
-   intel_icd.json.in \
intel_icd.json
 
 libvulkan_intel_la_LIBADD = $(VULKAN_LIB_DEPS)
@@ -177,17 +176,6 @@ dev_icd.json : dev_icd.json.in
-e "s#@build_libdir@#${abs_top_builddir}/${LIB_DIR}#" \
< $(srcdir)/dev_icd.json.in > $@
 
-if VULKAN_ICD_DRIVER_PATH
-ICD_DRIVER_PATH="${libdir}/libvulkan_intel.so"
-else
-ICD_DRIVER_PATH="libvulkan_intel.so"
-endif
-
-intel_icd.json : intel_icd.json.in
-   $(AM_V_GEN) $(SED) \
-   -e "s#@ICD_DRIVER_PATH@#${ICD_DRIVER_PATH}#" \
-   < $(srcdir)/intel_icd.json.in > $@
-
 # Libvulkan with dummy gem. Used for unit tests.
 libvulkan_test_la_SOURCES = $(VULKAN_GEM_STUB_FILES)
 libvulkan_test_la_LIBADD = $(VULKAN_LIB_DEPS)
diff --git a/src/intel/vulkan/intel_icd.json b/src/intel/vulkan/intel_icd.json
new file mode 100644
index 000..277c14e
--- /dev/null
+++ b/src/intel/vulkan/intel_icd.json
@@ -0,0 +1,7 @@
+{
+"file_format_version": "1.0.0",
+"ICD": {
+"library_path": "libvulkan_intel.so",
+"abi_versions": "1.0.3"
+}
+}
diff --git a/src/intel/vulkan/intel_icd.json.in 
b/src/intel/vulkan/intel_icd.json.in
deleted file mode 100644
index 4f50866..000
--- a/src/intel/vulkan/intel_icd.json.in
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-"file_format_version": "1.0.0",
-"ICD": {
-"library_path": "@ICD_DRIVER_PATH@",
-"abi_versions": "1.0.3"
-}
-}

commit 3ef8d4288aa4e5711f4445f1cacdcf5f65f51ddf
Author: Emil Velikov 
Date:   Wed Oct 19 17:33:38 2016 +0100

docs: rename release notes to 13.0.0

Signed-off-by: Emil Velikov 

diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html
deleted file mode 100644
index c7e4d01..000
--- a/docs/relnotes/12.1.0.html
+++ /dev/null
@@ -1,85 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd";>
-
-
-  
-  Mesa Release Notes
-  
-
-
-
-
-  The Mesa 3D Graphics Library
-
-
-
-
-
-Mesa 12.1.0 Release Notes / TBD
-
-
-Mesa 12.1.0 is a new development release.
-People who are concerned with stability and reliability should stick
-with a previous release or wait for Mesa 12.1.1.
-
-
-Mesa 12.1.0 implements the OpenGL 4.4 API, but the version reported by
-glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_

mesa: Changes to 'debian-experimental'

2016-10-21 Thread Andreas Boll
 .editorconfig  
 |   34 
 .gitignore 
 |1 
 .mailmap   
 |   12 
 .travis.yml
 |   29 
 Android.common.mk  
 |   10 
 Android.mk 
 |4 
 Makefile.am
 |2 
 REVIEWERS  
 |4 
 VERSION
 |2 
 appveyor.yml   
 |2 
 bin/.cherry-ignore 
 |5 
 bin/.editorconfig  
 |3 
 common.py  
 |2 
 configure.ac   
 |  285 
 debian/changelog   
 |   31 
 debian/control 
 |   26 
 debian/libgles2-mesa.symbols   
 |1 
 debian/mesa-common-dev.install 
 |1 
 debian/mesa-vulkan-drivers.install 
 |1 
 debian/not-installed   
 |1 
 debian/patches/clover-Fix-build-against-clang-SVN-r273191.diff 
 |   23 
 debian/patches/series  
 |1 
 debian/rules   
 |   15 
 docs/GL3.txt   
 |  277 
 docs/developers.html   
 |2 
 docs/devinfo.html  
 |   22 
 docs/envvars.html  
 |   29 
 docs/faq.html  
 |2 
 docs/features.txt  
 |  337 
 docs/helpwanted.html   
 |4 
 docs/index.html
 |   25 
 docs/intro.html
 |   25 
 docs/relnotes.html 
 |4 
 docs/relnotes/12.0.1.html  
 |2 
 docs/relnotes/12.0.2.html  
 |3 
 docs/relnotes/12.0.3.html  
 |   71 
 docs/relnotes/13.0.0.html  
 |   85 
 docs/specs/EGL_MESA_platform_surfaceless.txt   
 |  120 
 docs/specs/MESA_configless_context.spec
 |8 
 docs/specs/MESA_shader_integer_functions.txt   
 |  520 
 docs/specs/OLD/EGL_MESA_screen_surface.txt 
 |  564 
 docs/specs/enums.txt   
 |   41 
 docs/xlibdriver.html   
 |2 
 include/D3D9/.editorconfig 
 |2 
 include/EGL/eglext.h   
 |  121 
 include/EGL/eglmesaext.h   
 |5 
 include/GL/glext.h 
 |9 
 include/GL/glxext.h
 |   36 
 include/GL/internal/dri_interface.h
 |4 
 include/GL/mesa_glinterop.h
 |   18 
 include/GL/wglext.h
 |6 
 include/GLES2/gl2.h
 |  152 
 include/GLES2/gl2ext.h 
 |  262 
 include/GLES2/gl

mesa: Changes to 'debian-unstable'

2016-10-21 Thread Andreas Boll
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 60a2326f533a01e73039b3660d0222351edd0a0b
Author: Andreas Boll 
Date:   Fri Oct 21 09:50:03 2016 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index f283835..7d1b842 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-mesa (12.0.3-2) UNRELEASED; urgency=medium
+mesa (12.0.3-2) unstable; urgency=medium
 
   * control: Add libtxc-dxtn-s2tc as an alternative in libgl1-mesa-dri's
 Recommends (Closes: #839658).
   * control: Add strictly versioned dependency on libgbm1 to libegl1-
 mesa.
 
- -- Andreas Boll   Thu, 06 Oct 2016 17:00:31 +0200
+ -- Andreas Boll   Fri, 21 Oct 2016 09:49:37 +0200
 
 mesa (12.0.3-1) unstable; urgency=medium
 



mesa: Changes to 'refs/tags/mesa-12.0.3-2'

2016-10-21 Thread Andreas Boll
Tag 'mesa-12.0.3-2' created by Andreas Boll  at 
2016-10-21 07:55 +

Tagging upload of mesa 12.0.3-2 to unstable.
-BEGIN PGP SIGNATURE-

iQIcBAABCgAGBQJYCcn5AAoJEB7vU9OKOpxn9rIQAI5btDzf1bNS+9A/IIEes5pS
ExnL37rR1OfR8qHnoG5MWq4Afhs2yabag/3Wo9+NOEJC4rOJOp8JS5/m1fnekwzE
RCB2jA1xZ6D7e6S/85+puCfu0QkBlF5D58QLoUx7tC5GIvvyUQ4jYk4XxWKjFeA6
n/Ba0dyXtRFg3nbjzBNBjqlr/sDpDZEAXv+pfenkkIN419yV1yeq1HGZXTbN9nww
f0vVvmgU/UdVAI5BX7irubBuPIx/46HO6c/VCZTGOPH1Y9PzD0bzAiyppPJTtgHQ
AaImsFV1qejwgimQ8utiiJkq+vkeaCE5BC10LMShrbwbXdsySHDeMD3SyoPcl0pX
E6h6rEt4ThGCHISre8qm7gYmRxQbXtLtJ3LzzHjVhHQW+QK06HBltyuNiYMilBRD
5Slx3uFGyf8mBafUsg22gMqjbqVT/F/fOyKumvvZ1P55SdEVG6yzQmii/Jp/HLo2
+R71F7/VnHAXImQjU3fxwp2SCaAyTuNwOrBfAY7Oiir4kLQkQxDSO0vhx6cy7oj4
jq+0H2fuWejIYXugyzkUKkhZadweuj5TnhYD61MgHx2EkczBGHMVvE2hgiRLTYIP
RDati1kbBx1VtPPApmbCc3iHdEkcsGM5iRioJ9digQt2fqQtX11lg0g5JoLPn9uH
9FIdyNOsEuej4hebWH7o
=bnhC
-END PGP SIGNATURE-

Changes since mesa-12.0.3-1:
Andreas Boll (4):
  control: Add libtxc-dxtn-s2tc as an alternative in libgl1-mesa-dri's 
Recommends (Closes: #839658).
  control: Add strictly versioned dependency on libgbm1 to libegl1-mesa.
  rules: Add a comment about shipping vulkan headers via src:vulkan
  Upload to unstable.

---
 debian/changelog |9 +
 debian/control   |3 ++-
 debian/rules |1 +
 3 files changed, 12 insertions(+), 1 deletion(-)
---



mesa_12.0.3-2_source.changes ACCEPTED into unstable

2016-10-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 21 Oct 2016 09:49:37 +0200
Source: mesa
Binary: libxatracker2 libxatracker-dev libgbm1 libgbm-dev libegl1-mesa 
libegl1-mesa-dev libegl1-mesa-drivers libwayland-egl1-mesa libgles1-mesa 
libgles1-mesa-dev libgles2-mesa libgles2-mesa-dev libglapi-mesa libgl1-mesa-glx 
libgl1-mesa-dri libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev 
mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers mesa-opencl-icd
Architecture: source
Version: 12.0.3-2
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-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
 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-glx - free implementation of the OpenGL API -- GLX runtime
 libglapi-mesa - free implementation of the GL API -- shared library
 libgles1-mesa - free implementation of the OpenGL|ES 1.x API -- runtime
 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-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
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-va-drivers - Mesa VA-API video acceleration drivers
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vulkan-drivers - Mesa Vulkan graphics drivers
Closes: 839658
Changes:
 mesa (12.0.3-2) unstable; urgency=medium
 .
   * control: Add libtxc-dxtn-s2tc as an alternative in libgl1-mesa-dri's
 Recommends (Closes: #839658).
   * control: Add strictly versioned dependency on libgbm1 to libegl1-
 mesa.
Checksums-Sha1:
 b3c95745335844e52b6af4e572ca0fd3aa97864d 4491 mesa_12.0.3-2.dsc
 d485ec5ca4014b86c05383990e444c6d1f0884ce 84889 mesa_12.0.3-2.diff.gz
Checksums-Sha256:
 8af9810cbf922283a9f032f40dceadf8739d9372dac90f6a746f424a63570e30 4491 
mesa_12.0.3-2.dsc
 9aeaf6a7e3e614f55ab54062dbb59275db3baa027b33befa519498ed39615d4e 84889 
mesa_12.0.3-2.diff.gz
Files:
 472b0d136bb93082ef17cf11c60eca4a 4491 graphics optional mesa_12.0.3-2.dsc
 15fa7b1acb9df70f9c07769a67de778a 84889 graphics optional mesa_12.0.3-2.diff.gz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJYCclEAAoJEB7vU9OKOpxnACcQAI2wmeXurORK/KIJPxuvvblb
qbqCnJvjdkRtjQnR16mMH081FDczNgyKfJvZ15XSRbdHl2xd+L9zpZflW0bMlBO1
mlrjjZe5fL6YedoGaoeZw6nso8qBUQf1GkCDtZ45exPUTRM4hgKfCCThd0e71AIN
5BUfKaLnoEaZjepVJ+S95jwHxYmy9HHTVMdjEMN/xWGVY2IvNB6xtI/BN2z/YO28
DV6lnzJGUNO5y9IdUfQQothnyTdrv+JYDA4jbMRTJoDKfdLCp+jgHii70RCE5U2z
KHXRqm8W6MMXNg9cWPOiiLQBMGPWOa5HMfKUH486ob9FuzKAycc/396CL2CtZs0L
lJhPcb9INx+gNGj/owvX1qpY/FTU0zelhLmp34qWdJdINNUEc1aJ74/kWNcvWamH
PRRWdc50MqkMkuuptwoczNzJahWNTtpa6EAS7i5PjnUcshAxnqjR58xkIpdRaPlu
+JDoXWp8JYgKvc7PxU1n6YA/aEVW9HB1TSswwHJS8KemBVdcq1BT7GkidKUEMyiF
VmrPVNWZLBq0oAzV4vRHI75zIoCPZ8+cFCQ25PuTbvf07IR6MDlXtR5u2xWdUvW0
e3PNntPLSNgFolyLtSv2Wbc/VnWYokL6YYUOzMToJAA7Y9hVQZR8SXZpwr3qQFEJ
kYAJndcNY3fXJFmIAlZH
=rYBH
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#839658: marked as done (libgl1-mesa-dri: libtxc-dxtn-s2tc0 got renamed to libtxc-dxtn-s2tc)

2016-10-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Oct 2016 10:37:14 +
with message-id 
and subject line Bug#839658: fixed in mesa 12.0.3-2
has caused the Debian Bug report #839658,
regarding libgl1-mesa-dri: libtxc-dxtn-s2tc0 got renamed to libtxc-dxtn-s2tc
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.)


-- 
839658: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839658
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgl1-mesa-dri
Version: 12.0.3-1
Severity: normal

Hi,

libgl1-mesa-dri Recommends libtxc-dxtn-s2tc0 which got renamed to
libtxc-dxtn-s2tc.

Shouldn't it be adjusted?

Also it seems that the 2nd part of the "or" doesn't exist anymore and is
also provided by the new "libtxc-dxtn-s2tc" package

Regards,

Laurent Bigonville

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xserver-xorg depends on:
ii  x11-xkb-utils 7.7+3
ii  xkb-data  2.18-1
ii  xserver-xorg-core 2:1.18.4-2
ii  xserver-xorg-input-all1:7.7+16
ii  xserver-xorg-input-evdev [xorg-driver-input]  1:2.10.3-1
ii  xserver-xorg-input-libinput [xorg-driver-input]   0.20.0-1
ii  xserver-xorg-input-mouse [xorg-driver-input]  1:1.9.1-1+b1
ii  xserver-xorg-input-synaptics [xorg-driver-input]  1.8.3-2
ii  xserver-xorg-input-wacom [xorg-driver-input]  0.30.0-1+b1
ii  xserver-xorg-video-all1:7.7+16
ii  xserver-xorg-video-amdgpu [xorg-driver-video] 1.1.2-1
ii  xserver-xorg-video-ati [xorg-driver-video]1:7.7.1-1
ii  xserver-xorg-video-fbdev [xorg-driver-video]  1:0.4.4-1+b4
ii  xserver-xorg-video-intel [xorg-driver-video]  2:2.99.917+git20160706-1
ii  xserver-xorg-video-nouveau [xorg-driver-video]1:1.0.13-1
ii  xserver-xorg-video-qxl [xorg-driver-video]0.1.4-3+b1
ii  xserver-xorg-video-radeon [xorg-driver-video] 1:7.7.1-1
ii  xserver-xorg-video-vesa [xorg-driver-video]   1:2.3.4-1+b1
ii  xserver-xorg-video-vmware [xorg-driver-video] 1:13.1.0-2+b1

xserver-xorg recommends no packages.

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration1.150
ii  libaudit1 1:2.6.7-1
ii  libc6 2.24-3
ii  libdbus-1-3   1.10.10-1
ii  libdrm2   2.4.70-1
ii  libegl1-mesa  12.0.3-1
ii  libepoxy0 1.3.1-1
ii  libgbm1   12.0.3-1
ii  libgcrypt20   1.7.3-1
ii  libgl1-mesa-glx [libgl1]  12.0.3-1
ii  libpciaccess0 0.13.4-1
ii  libpixman-1-0 0.34.0-1
ii  libselinux1   2.5-3
ii  libsystemd0   231-9
ii  libudev1  231-9
ii  libxau6   1:1.0.8-1
ii  libxdmcp6 1:1.1.2-1.1
ii  libxfont1 1:1.5.2-1
ii  libxshmfence1 1.2-1
ii  udev  231-9
ii  xserver-common2:1.18.4-2

Versions of packages xserver-xorg-core recommends:
ii  libpam-systemd  231-9

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi1:1.0.4+nmu1
ii  xfonts-75dpi 1:1.0.4+nmu1
ii  xfonts-scalable  1:1.0.3-1.1
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 12.0.3-2

We believe that the bug you reported is fixed in the latest version of
mesa, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 839...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Boll  (supplier of updated mesa package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 21 Oct 2016 09:49:37 +0200
Source: mesa
Binary: libxatracker2 libxatracker-dev libgbm1 libgbm-dev libegl1-mesa 
libegl1-mesa-dev libegl1-mesa-

Bug#644838: xserver-xorg-video-nouveau: X lockup, DRM reports "fail ttm_validate" and DMA_W_PROTECTION fault

2016-10-21 Thread Martin-Éric Racine
Package: xserver-xorg-video-nouveau
Version: 1:1.0.13-1
Followup-For: Bug #644838

This issues still exists in Testing. It regularly makes gnome-session take up 
to 50% of available memory, at which point the desktop session completely 
freezes for a few minutes.

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Aug 17  2014 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 274 Sep  6 16:09 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:05.0 VGA compatible controller [0300]: NVIDIA Corporation C51 [GeForce 6150 
LE] [10de:0241] (rev a2)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 4.7.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 5.4.1 
20160904 (Debian 5.4.1-2) ) #1 SMP Debian 4.7.6-1 (2016-10-07)

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 40128 Oct 11 17:42 /var/log/Xorg.0.log
-rw-r--r-- 1 perkelix perkelix 70416 Oct 21 12:15 
/home/perkelix/.local/share/xorg/Xorg.0.log

Contents of most recent Xorg X server log file 
(/home/perkelix/.local/share/xorg/Xorg.0.log):
-
[   160.238] (--) Log file renamed from 
"/home/perkelix/.local/share/xorg/Xorg.pid-1135.log" to 
"/home/perkelix/.local/share/xorg/Xorg.0.log"
[   160.239] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   160.242] X Protocol Version 11, Revision 0
[   160.242] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[   160.242] Current Operating System: Linux media 4.7.0-1-amd64 #1 SMP Debian 
4.7.6-1 (2016-10-07) x86_64
[   160.242] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.7.0-1-amd64 
root=UUID=e430a8a8-229e-4696-a3a6-6929d945a22c ro panic=15 iommu=noagp 
nouveau.config=NvMSI=0 video=TV-1:d quiet splash
[   160.243] Build Date: 06 September 2016  01:32:44PM
[   160.243] xorg-server 2:1.18.4-2 (https://www.debian.org/support) 
[   160.243] Current version of pixman: 0.34.0
[   160.243]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[   160.243] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   160.243] (==) Log file: "/home/perkelix/.local/share/xorg/Xorg.0.log", 
Time: Fri Oct 21 11:36:02 2016
[   160.269] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   160.303] (==) No Layout section.  Using the first Screen section.
[   160.303] (==) No screen section available. Using defaults.
[   160.303] (**) |-->Screen "Default Screen Section" (0)
[   160.304] (**) |   |-->Monitor ""
[   160.331] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[   160.331] (==) Automatically adding devices
[   160.331] (==) Automatically enabling devices
[   160.331] (==) Automatically adding GPU devices
[   160.331] (==) Max clients allowed: 256, resource mask: 0x1f
[   160.331] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   160.331]Entry deleted from font path.
[   160.331] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   160.331]Entry deleted from font path.
[   160.331] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   160.332]Entry deleted from font path.
[   160.332] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[   160.332]Entry deleted from font path.
[   160.332] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   160.332]Entry deleted from font path.
[   160.332] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   160.332]Entry deleted from font path.
[   160.332] (==) FontPath set to:
/usr/share/fonts/X11/misc,
built-ins
[   160.332] (==) ModulePath set to "/usr/lib/xorg/modules"
[   160.332] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[   160.332] (II) Loader magic: 0x563cf1284dc0
[   160.332] (II) Module ABI versions:
[   160.333]X.Org ANSI C Emulation: 0.4
[   160.333]X.Org Video Driver: 20.0
[   160.333]X.Org XInput driver : 22.1
[   160.333]X.Org Server Extension : 9.0
[   160.337] (++) using VT number 3

[   160.364] (II) systemd-logind: took control of session 
/org/freedesktop/login1/session/_32
[   160.365] (II) xfree86: Adding drm device (/dev/dri/card0)
[   160.387] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[   160.390] (--) PCI:*(0:0:5:0) 10de:0241:103c:2a34 rev 162, Mem @ 
0xfc00/16777216, 0xe000/268435456, 0xfb00

Processing of mesa_12.0.3-2_source.changes

2016-10-21 Thread Debian FTP Masters
mesa_12.0.3-2_source.changes uploaded successfully to localhost
along with the files:
  mesa_12.0.3-2.dsc
  mesa_12.0.3-2.diff.gz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)