libdrm 2.4.82

2017-07-25 Thread Berillions
Hi,

Any ideas when the new version of libdrm's package will be upload to
unstable ?
Because i need the 2.4.82 to build mesa-git (17.2-devel)

Thanks,
Maxime


Bug#866348: Resolved

2017-07-25 Thread Michael Redman

This issue can be resolved by:

(1) leaving "Standard System Utilities" selected during installation 
instead of deselecting for minimal install


(2) adding "GRUB_GFXPAYLOAD_LINUX=keep" to /etc/default/grub, running 
update-grub, and rebooting. (grub had always recognized the card/screen 
correctly, but Linux had not).


Interestingly it did not work to install the standard utilities after 
system installation with apt-get install `tasksel --task-packages 
standard` (still got Xorg segfault). Had to install them during initial 
install.



--
Michael Redman
http://www.michael-redman.name
IN GOD WE TRVST.



Processed: add found version

2017-07-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 865316 2.19-1
Bug #865316 {Done: Pirate Praveen } [xkb-data] regression 
in keyboard layout selection (Malayalam, Kannada, Telugu etc missing)
Marked as found in versions xkeyboard-config/2.19-1.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
865316: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865316
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#837451: xserver-xorg-core: visual flashes followed by hard crash upon keyboard interaction with thinkpad x201

2017-07-25 Thread gagz
Hi,

I also had that bug.
I installed Stretch from scratch yesterday and noticed screen flashes
(or screen refreshs, I can't really say) sometimes when I was typing on
the keyboard. Once, I got a black screen quickly followed by a system
shutdown, I couldn't find much in the logs (with my knowledge).

Someone pointed me to this bug, I did the workaround (cp
xserver-xorg-video-intel's xorg.conf into /etx/X11), and the bug
disappeared. No more flashes. I hope the shutdown thing won't happen :)


Thanks,
gagz



xorg-server: Changes to 'ubuntu-xenial'

2017-07-25 Thread Timo Aaltonen
Rebased ref, commits from common ancestor:
commit deb5813a5c20feaa0b3b5d83426075893c5d4d3d
Author: Timo Aaltonen 
Date:   Tue Jul 25 12:06:57 2017 +0300

disable-rotation-transform-gpuscreens.patch: Dropped, NVIDIA driver 
supports rotation now. (LP: #1706287)

diff --git a/debian/changelog b/debian/changelog
index 6d134ec..961ed83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 xorg-server (2:1.18.4-0ubuntu0.3) xenial; urgency=medium
 
   * control: Build against libxfont1-dev. (LP: #1687981)
+  * disable-rotation-transform-gpuscreens.patch: Dropped, NVIDIA driver
+supports rotation now. (LP: #1706287)
 
  -- Timo Aaltonen   Mon, 26 Jun 2017 14:53:19 +0300
 
diff --git a/debian/patches/disable-rotation-transform-gpuscreens.patch 
b/debian/patches/disable-rotation-transform-gpuscreens.patch
deleted file mode 100644
index e62a133..000
--- a/debian/patches/disable-rotation-transform-gpuscreens.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Disable support for rotations and transforms on gpu screens.
-Author: Maarten Lankhorst 
-Bug-Ubuntu: https://launchpad.net/bugs/1386620
-Bug-Ubuntu: https://launchpad.net/bugs/1308515
-Bug-Ubuntu: https://launchpad.net/bugs/1489696
-
 a/hw/xfree86/modes/xf86RandR12.c
-+++ b/hw/xfree86/modes/xf86RandR12.c
-@@ -922,6 +922,9 @@ xf86RandR12SetRotations(ScreenPtr pScree
- if (xf86RandR12Key == NULL)
- return;
- 
-+if (pScreen->isGPU)
-+rotations = RR_Rotate_0;
-+
- randrp = XF86RANDRINFO(pScreen);
- #if RANDR_12_INTERFACE
- for (c = 0; c < config->num_crtc; c++) {
-@@ -942,6 +945,9 @@ xf86RandR12SetTransformSupport(ScreenPtr
- xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(pScrn);
- #endif
- 
-+if (pScreen->isGPU)
-+transforms = FALSE;
-+
- if (xf86RandR12Key == NULL)
- return;
- 
diff --git a/debian/patches/series b/debian/patches/series
index 6a2bebd..3facf44 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -43,7 +43,6 @@ xf86-inactive-gpuscreen.patch
 config-add-no-removal.patch
 xf86-ignore-conflicting-rr-caps.patch
 fix-detach-gpu.patch
-disable-rotation-transform-gpuscreens.patch
 
 xmir.patch
 xmir-desktop-file-hint-flag.patch

commit a1016520ba7e5c5b3557889eace675f291e816a4
Author: Timo Aaltonen 
Date:   Fri Jun 30 09:44:44 2017 +0300

control: Build against libxfont1-dev. (LP: #1687981)

diff --git a/debian/changelog b/debian/changelog
index cd6b1f9..6d134ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.18.4-0ubuntu0.3) xenial; urgency=medium
+
+  * control: Build against libxfont1-dev. (LP: #1687981)
+
+ -- Timo Aaltonen   Mon, 26 Jun 2017 14:53:19 +0300
+
 xorg-server (2:1.18.4-0ubuntu0.2) xenial; urgency=medium
 
   * modesetting-unifdef-slave-support.diff: Fix modesetting slave output
diff --git a/debian/control b/debian/control
index 9843ce2..f873459 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Build-Depends:
  x11proto-input-dev (>= 2.3),
  x11proto-dri2-dev (>= 2.8),
  libxdmcp-dev (>= 1:0.99.1),
- libxfont-dev (>= 1:1.4.2),
+ libxfont1-dev (>= 1:1.4.2),
  libxkbfile-dev (>= 1:0.99.1),
  libpixman-1-dev (>= 0.27.2),
  libpciaccess-dev (>= 0.12.901),
@@ -220,7 +220,7 @@ Depends:
  x11proto-xf86bigfont-dev (>= 1.2.0),
  x11proto-dri3-dev,
  x11proto-present-dev,
- libxfont-dev,
+ libxfont1-dev,
  libxkbfile-dev,
  libpciaccess-dev,
  mesa-common-dev,



xorg-server: Changes to 'ubuntu-xenial'

2017-07-25 Thread Timo Aaltonen
 debian/changelog   |7 +++
 debian/patches/disable-rotation-transform-gpuscreens.patch |   28 -
 debian/patches/series  |1 
 3 files changed, 7 insertions(+), 29 deletions(-)

New commits:
commit d4c081e76d2fc5dee0b145dc73adbd70067f61a9
Author: Timo Aaltonen 
Date:   Tue Jul 25 12:03:32 2017 +0300

disable-rotation-transform-gpuscreens.patch: Dropped, NVIDIA driver 
supports rotation now. (LP: #1706287)

diff --git a/debian/changelog b/debian/changelog
index cd6b1f9..6d46145 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xorg-server (2:1.18.4-0ubuntu0.3) xenial; urgency=medium
+
+  * disable-rotation-transform-gpuscreens.patch: Dropped, NVIDIA driver
+supports rotation now. (LP: #1706287)
+
+ -- Timo Aaltonen   Tue, 25 Jul 2017 12:03:03 +0300
+
 xorg-server (2:1.18.4-0ubuntu0.2) xenial; urgency=medium
 
   * modesetting-unifdef-slave-support.diff: Fix modesetting slave output
diff --git a/debian/patches/disable-rotation-transform-gpuscreens.patch 
b/debian/patches/disable-rotation-transform-gpuscreens.patch
deleted file mode 100644
index e62a133..000
--- a/debian/patches/disable-rotation-transform-gpuscreens.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Disable support for rotations and transforms on gpu screens.
-Author: Maarten Lankhorst 
-Bug-Ubuntu: https://launchpad.net/bugs/1386620
-Bug-Ubuntu: https://launchpad.net/bugs/1308515
-Bug-Ubuntu: https://launchpad.net/bugs/1489696
-
 a/hw/xfree86/modes/xf86RandR12.c
-+++ b/hw/xfree86/modes/xf86RandR12.c
-@@ -922,6 +922,9 @@ xf86RandR12SetRotations(ScreenPtr pScree
- if (xf86RandR12Key == NULL)
- return;
- 
-+if (pScreen->isGPU)
-+rotations = RR_Rotate_0;
-+
- randrp = XF86RANDRINFO(pScreen);
- #if RANDR_12_INTERFACE
- for (c = 0; c < config->num_crtc; c++) {
-@@ -942,6 +945,9 @@ xf86RandR12SetTransformSupport(ScreenPtr
- xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(pScrn);
- #endif
- 
-+if (pScreen->isGPU)
-+transforms = FALSE;
-+
- if (xf86RandR12Key == NULL)
- return;
- 
diff --git a/debian/patches/series b/debian/patches/series
index 6a2bebd..3facf44 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -43,7 +43,6 @@ xf86-inactive-gpuscreen.patch
 config-add-no-removal.patch
 xf86-ignore-conflicting-rr-caps.patch
 fix-detach-gpu.patch
-disable-rotation-transform-gpuscreens.patch
 
 xmir.patch
 xmir-desktop-file-hint-flag.patch



wayland-protocols_1.9-1_source.changes ACCEPTED into unstable

2017-07-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jul 2017 23:07:02 -0700
Source: wayland-protocols
Binary: wayland-protocols
Architecture: source
Version: 1.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Jordan Justen 
Description:
 wayland-protocols - wayland compositor protocols
Closes: 869400
Changes:
 wayland-protocols (1.9-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Jordan Justen ]
   * New upstream release (Closes: #869400)
   * Add PGP key for Jonas Ådahl
   * Update Standards-Version to 4.0.0
   * Update debhelper to 10
   * Add debian/source/format file to select 3.0 (quilt)
   * Ignore some files for diff generation. (autogen.sh and m4/compat.m4)
Checksums-Sha1:
 28d2f2c7dcc13fd912b4a9fe1360c29e753b10a1 2071 wayland-protocols_1.9-1.dsc
 66954853df10e144bb3c4f6facf0e7a49ff391e2 116152 
wayland-protocols_1.9.orig.tar.xz
 f75b7b88c4d9f6589b0ac76b1c548437d7de57dd 8452 
wayland-protocols_1.9-1.debian.tar.xz
Checksums-Sha256:
 4f625833712b554d9743f2a6b181d96c17f49b87d339dd7364eeb0b4ebf1a992 2071 
wayland-protocols_1.9-1.dsc
 666b72de30ca3b70c2b54ccc9e8114cb520e76db224c816b5e23501099174f75 116152 
wayland-protocols_1.9.orig.tar.xz
 6581baab67531a9b44ad5ab3d3ce6046513c218806ae8e9a4514eb016860350a 8452 
wayland-protocols_1.9-1.debian.tar.xz
Files:
 4efcc0385a16bbadc2681fdf9420e361 2071 x11 optional wayland-protocols_1.9-1.dsc
 d9a3c93aac1f423501a33e7a9804b3b3 116152 x11 optional 
wayland-protocols_1.9.orig.tar.xz
 f60bb3a39c458dd8e94e6a1510f4ac4e 8452 x11 optional 
wayland-protocols_1.9-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJZdwJRAAoJEMtwMWWoiYTcu6gP/jqjeCfVumiJEuiUw/VN+/KG
g2rWCnE8P/38jxx38/virOiZ8Yp+2WQxtOfPck7Ju5/uw9gxlFtm67Q/tdrr8dE0
+pD5d/FLC55paiL7YcnuUGfdUr7ejPMN6gz4TGc2EfO3W8fr0SVLw3B0K0GllsHP
6bQ8KegLmXzZ7iaGnYWwOszBND2/JxZUkEnPnXBLxDSq7dtGLDgYeUOU1ed+FxDW
5iQ7oQ81PoCSquqPUNZUjWp3NyQJgvN+jndjYcOqNiADUy5i7p7MPLYs5u8cccag
MkCIh/73rFgUldRdQMQuDDTGu2ejGmMUmDaY595U0IR7iSBqxzYJdnMGuQYbvVzk
2yAC64ruPJi/UN5X0l+7JeHwmrVpihH1HroRKCzUyyHIv1oDp5o4KVHuJAbzZbUg
rR/pb5N6XZ6ctf1eQYYinzEkUrlKkxY0nJiaMKvnjrVxALms9NxyhpbU8JCQ8A4T
5zH6rS2uAFY//LlB6RyZcBvLxo3ftlwEtwRQx5wWmXuqjkcn76Z7n9ls5X96XIea
D4OqIfpChuLayLScz5uzLOa3vGJF/7guPFTSiPuPHUjz00MdFMeI8U1dFJCBL0W0
9WCrZ6zWAmYluVZlKrMC1bOGaaUpJs/fvR7GBoes64Nf4+3EfnqsKGfk5YbgOt9e
mdRfNh5ketxo2cCp1Qax
=bnTa
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of wayland-protocols_1.9-1_source.changes

2017-07-25 Thread Debian FTP Masters
wayland-protocols_1.9-1_source.changes uploaded successfully to localhost
along with the files:
  wayland-protocols_1.9-1.dsc
  wayland-protocols_1.9.orig.tar.xz
  wayland-protocols_1.9-1.debian.tar.xz

Greetings,

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



Bug#869400: marked as done (wayland-protocols: Package newer version (1.9) from upstream)

2017-07-25 Thread Debian Bug Tracking System
Your message dated Tue, 25 Jul 2017 08:52:23 +
with message-id 
and subject line Bug#869400: fixed in wayland-protocols 1.9-1
has caused the Debian Bug report #869400,
regarding wayland-protocols: Package newer version (1.9) from upstream
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.)


-- 
869400: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869400
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wayland-protocols
Version: 1.7-1
Severity: wishlist

Dear Maintainer,

Recent Mesa master started requring wayland-protocol 1.8 or higher to build,
so it's not building on Debian anymore as is. Please package the newest version.

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: wayland-protocols
Source-Version: 1.9-1

We believe that the bug you reported is fixed in the latest version of
wayland-protocols, 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 869...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jordan Justen  (supplier of updated 
wayland-protocols 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: SHA256

Format: 1.8
Date: Mon, 24 Jul 2017 23:07:02 -0700
Source: wayland-protocols
Binary: wayland-protocols
Architecture: source
Version: 1.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Jordan Justen 
Description:
 wayland-protocols - wayland compositor protocols
Closes: 869400
Changes:
 wayland-protocols (1.9-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Jordan Justen ]
   * New upstream release (Closes: #869400)
   * Add PGP key for Jonas Ådahl
   * Update Standards-Version to 4.0.0
   * Update debhelper to 10
   * Add debian/source/format file to select 3.0 (quilt)
   * Ignore some files for diff generation. (autogen.sh and m4/compat.m4)
Checksums-Sha1:
 28d2f2c7dcc13fd912b4a9fe1360c29e753b10a1 2071 wayland-protocols_1.9-1.dsc
 66954853df10e144bb3c4f6facf0e7a49ff391e2 116152 
wayland-protocols_1.9.orig.tar.xz
 f75b7b88c4d9f6589b0ac76b1c548437d7de57dd 8452 
wayland-protocols_1.9-1.debian.tar.xz
Checksums-Sha256:
 4f625833712b554d9743f2a6b181d96c17f49b87d339dd7364eeb0b4ebf1a992 2071 
wayland-protocols_1.9-1.dsc
 666b72de30ca3b70c2b54ccc9e8114cb520e76db224c816b5e23501099174f75 116152 
wayland-protocols_1.9.orig.tar.xz
 6581baab67531a9b44ad5ab3d3ce6046513c218806ae8e9a4514eb016860350a 8452 
wayland-protocols_1.9-1.debian.tar.xz
Files:
 4efcc0385a16bbadc2681fdf9420e361 2071 x11 optional wayland-protocols_1.9-1.dsc
 d9a3c93aac1f423501a33e7a9804b3b3 116152 x11 optional 
wayland-protocols_1.9.orig.tar.xz
 f60bb3a39c458dd8e94e6a1510f4ac4e 8452 x11 optional 
wayland-protocols_1.9-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJZdwJRAAoJEMtwMWWoiYTcu6gP/jqjeCfVumiJEuiUw/VN+/KG
g2rWCnE8P/38jxx38/virOiZ8Yp+2WQxtOfPck7Ju5/uw9gxlFtm67Q/tdrr8dE0
+pD5d/FLC55paiL7YcnuUGfdUr7ejPMN6gz4TGc2EfO3W8fr0SVLw3B0K0GllsHP
6bQ8KegLmXzZ7iaGnYWwOszBND2/JxZUkEnPnXBLxDSq7dtGLDgYeUOU1ed+FxDW
5iQ7oQ81PoCSquqPUNZUjWp3NyQJgvN+jndjYcOqNiADUy5i7p7MPLYs5u8cccag
MkCIh/73rFgUldRdQMQuDDTGu2ejGmMUmDaY595U0IR7iSBqxzYJdnMGuQYbvVzk
2yAC64ruPJi/UN5X0l+7JeHwmrVpihH1HroRKCzUyyHIv1oDp5o4KVHuJAbzZbUg
rR/pb5N6XZ6ctf1eQYYinzEkUrlKkxY0nJiaMKvnjrVxALms9NxyhpbU8JCQ8A4T
5zH6rS2uAFY//LlB6RyZcBvLxo3ftlwEtwRQx5wWmXuqjkcn76Z7n9ls5X96XIea
D4OqIfpChuLayLScz5uzLOa3vGJF/7guPFTSiPuPHUjz00MdFMeI8U1dFJCBL0W0
9WCrZ6zWAmYluVZlKrMC1bOGaaUpJs/fvR7GBoes64Nf4+3EfnqsKGfk5YbgOt9e
mdRfNh5ketxo2cCp1Qax
=bnTa
-END PGP SIGNATURE End Message ---


wayland-protocols: Changes to 'refs/tags/wayland-protocols-1.9-1'

2017-07-25 Thread Jordan Justen
Tag 'wayland-protocols-1.9-1' created by Jordan Justen 
 at 2017-07-25 06:44 +

Tagging upload of wayland-protocols 1.9-1 to unstable.
-BEGIN PGP SIGNATURE-

iQJOBAABCAA4FiEEwnSFIXQUyd8CMWwuN/mfaMr5kusFAll26McaHGpvcmRhbi5s
Lmp1c3RlbkBpbnRlbC5jb20ACgkQN/mfaMr5kut+vw/8CuFLMMHiUAK2VidVJevZ
4bNgCMfLcUt5Q2vNaXlDI/XOfWXUNHC/Ysv0vFA6BmR0Tr5youhFI23T0UQ5k2QS
X+kViWvg0tr4klLYFUttSm4VJojKVyp7w8a6cfOPqsEk6Nt1m+7C8luzIGl29/V6
ctUBczIJYi+rm/OUNsJ+F5hij6StAwq3LDO9PQ7VmhlVbOZ1vcBD9wlub+BFHsg+
/KHoqasHx998rEAzhUcKXYg7tf7rMcwMpf8Iz+SXjxsAL53ZBFfwWB9pqFCzMiYJ
1/GqJkm5qy/1ZFv0f/HRtMb5S7uymhaukqTjzKsX0cO48TFoxowz94chdcuomDZL
f7LJN62oFaZY9miQCtDbtheKGTTJlD2bmCJKO329sHJLjIWLKUvOletZOtJPf27U
3xqJ6m9IjhbPS74i+zLCrE3k+fykGUqglXwaeRwDa4jpDLyU/pjyclwWf3+EQ9K0
uY/GcpblP4u6tnCJiEEDPK3pcme5cwuuFvb0PQaL265e4ZAzOnDqKDhz0tGRg1JW
/Pm3/+LfGZNxPS2RgOjHuvc4V9P4d4x1B28QsXMCmtnw1mmO2Haj0elq1vR4CyYU
XCUoVRr9+W0rKM0o3Wq9cHlOTS5rA6e1dlM1ETA2ziMh9XICknpCSLb9qhGEv30X
dLGrhGhBH2Gq9ZspDLwWjho=
=V7zh
-END PGP SIGNATURE-

Changes since wayland-protocols-1.7-1:
Bryce Harrington (3):
  input-method: Correct grammar
  input-method: Lead with a verb in request descriptions
  idle-inhibit: Lead with a verb in request description

Daniel Stone (2):
  linux-dmabuf: Bump main protocol version
  Bump version to 1.8

Jonas Ådahl (1):
  configure.ac: Bump version to 1.9

Jordan Justen (10):
  Merge tag '1.9' into upstream-unstable
  Merge branch 'upstream-unstable' into debian-unstable
  debian: Start new 1.9-1 changelog
  debian: Add PGP key for Jonas Ådahl
  debian: Update Standards-Version to 4.0.0
  debian: Update debhelper to 10
  debian: Set source format to 3.0 (quilt)
  debian: Ignore files for debian diff
  debian: Use local-options and extend-diff-ignore to allow debuild -i to 
work
  debian: Release 1.9-1 to unstable

Mike Blumenkrantz (1):
  xdg-shell: require popups to intersect with or be adjacent to parent 
surfaces

Olivier Fourdan (2):
  Introduce keyboard grabbing protocol for Xwayland
  Add keyboard shortcuts inhibitor

Reynaldo H. Verdejo Pinochet (1):
  buildsystem: add -uninstalled.pc pkg-config file

Timo Aaltonen (1):
  close a bug

Varad Gautam (3):
  linux-dmabuf: clarify format event description
  linux-dmabuf: add immediate dmabuf import path
  linux-dmabuf: advertise format modifiers with modifier event

Yong Bakos (6):
  text-input: Fix indentation and paragraph whitespace
  text-input: Rename text-input to text_input
  text-input: Correct grammar
  xdg-shell: Correct grammar
  (multiple): Remove inconsistent line breaks
  linux-dmabuf-unstable: Use standard copyright notice

---
 Makefile.am
|2 
 configure.ac   
|3 
 debian/changelog   
|   14 
 debian/compat  
|2 
 debian/control 
|4 
 debian/source/format   
|1 
 debian/source/local-options
|1 
 debian/upstream/signing-key.asc
|  120 
 debian/watch   
|1 
 stable/presentation-time/presentation-time.xml 
|5 
 stable/viewporter/viewporter.xml   
|3 
 unstable/idle-inhibit/idle-inhibit-unstable-v1.xml 
|4 
 unstable/input-method/input-method-unstable-v1.xml 
|   49 +--
 unstable/keyboard-shortcuts-inhibit/README 
|4 
 unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml 
|  143 ++
 unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml 
|  140 +++--
 unstable/pointer-constraints/pointer-constraints-unstable-v1.xml   
|5 
 unstable/relative-pointer/relative-pointer-unstable-v1.xml 
|2 
 unstable/tablet/tablet-unstable-v1.xml 
|1 
 unstable/tablet/tablet-unstable-v2.xml 
|1 
 unstable/text-input/text-input-unstable-v1.xml 
|   80 ++---
 unstable/xdg-foreign/xdg-foreign-unstable-v1.xml   
|4 
 unstable/xdg-shell/xdg-shell-unstable-v5.xml   
|2 
 unstable/xdg-shell/xdg-shell-unstable-v6.xml   
|   21 -
 unstable/xwayland-keyboard-grab/README   

wayland-protocols: Changes to 'debian-unstable'

2017-07-25 Thread Jordan Justen
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 48c57a4f33b2e7ed67931904675fd4931b975498
Author: Jordan Justen 
Date:   Mon Jul 24 23:07:54 2017 -0700

debian: Release 1.9-1 to unstable

Signed-off-by: Jordan Justen 

diff --git a/debian/changelog b/debian/changelog
index f634d11..40cd189 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wayland-protocols (1.9-1) UNRELEASED; urgency=medium
+wayland-protocols (1.9-1) unstable; urgency=medium
 
   * Team upload
 
@@ -10,7 +10,7 @@ wayland-protocols (1.9-1) UNRELEASED; urgency=medium
   * Add debian/source/format file to select 3.0 (quilt)
   * Ignore some files for diff generation. (autogen.sh and m4/compat.m4)
 
- -- Jordan Justen   Fri, 21 Jul 2017 14:48:58 -0700
+ -- Jordan Justen   Mon, 24 Jul 2017 23:07:02 -0700
 
 wayland-protocols (1.7-1) unstable; urgency=medium
 



wayland-protocols: Changes to 'debian-unstable'

2017-07-25 Thread Jordan Justen
 debian/changelog|3 +--
 debian/source/local-options |1 +
 debian/source/options   |1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 4de1ca690b40d639b2d97172f43a334aa39ab3bd
Author: Jordan Justen 
Date:   Mon Jul 24 23:37:32 2017 -0700

debian: Use local-options and extend-diff-ignore to allow debuild -i to work

This matches the mesa packaging.

Signed-off-by: Jordan Justen 

diff --git a/debian/changelog b/debian/changelog
index 79651e1..f634d11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,7 @@ wayland-protocols (1.9-1) UNRELEASED; urgency=medium
   * Update Standards-Version to 4.0.0
   * Update debhelper to 10
   * Add debian/source/format file to select 3.0 (quilt)
-  * Ignore some files for diff generation. (.git, .gitignore,
-autogen.sh and m4/compat.m4)
+  * Ignore some files for diff generation. (autogen.sh and m4/compat.m4)
 
  -- Jordan Justen   Fri, 21 Jul 2017 14:48:58 -0700
 
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 000..9ac0e4d
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+extend-diff-ignore = autogen\.sh|m4/compat\.m4
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index b222f94..000
--- a/debian/source/options
+++ /dev/null
@@ -1 +0,0 @@
-diff-ignore = "\.git(/.+|ignore)|autogen.sh|m4/compat.m4"




mesa_17.1.5-1_source.changes ACCEPTED into unstable

2017-07-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 25 Jul 2017 09:04:49 +0300
Source: mesa
Binary: libxatracker2 libxatracker-dev libgbm1 libgbm-dev libegl1-mesa 
libegl1-mesa-dev libwayland-egl1-mesa 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: 17.1.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Description:
 libegl1-mesa - free implementation of the EGL API -- runtime
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 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
 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
Changes:
 mesa (17.1.5-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Jordan Justen ]
   * New upstream release.
   * Update Standards-Version to 4.0.0 for lintian
 out-of-date-standards-version
Checksums-Sha1:
 bfd324768aa8e49aaf472225c9428942f06daf55 4700 mesa_17.1.5-1.dsc
 785262fff8c9c21fdf4cc7c0ec1092ba5c36d0e4 16420033 mesa_17.1.5.orig.tar.gz
 613aeffeafcd9aa1ba02c129fb7ae329eee620e1 117734 mesa_17.1.5-1.diff.gz
Checksums-Sha256:
 47d5359e3ba4091a92aaf52383407992cb065aa4bf23b8879ffe6ee94650dc1f 4700 
mesa_17.1.5-1.dsc
 7e38f9c28052796eb18133c2be12c38ba34864cc496382a2fa20c29b0317 16420033 
mesa_17.1.5.orig.tar.gz
 668c580963dcd2f77e506f8b49828830a68d4e2a93e6921e1541b269caf4f62e 117734 
mesa_17.1.5-1.diff.gz
Files:
 6ebbdb1a45e2b37ca14d8ee101ae59f8 4700 graphics optional mesa_17.1.5-1.dsc
 2f9ff442a8af3822eb10e87f6b92cf32 16420033 graphics optional 
mesa_17.1.5.orig.tar.gz
 b8dce28e9832669e36041a01292971cc 117734 graphics optional mesa_17.1.5-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJZduK3AAoJEMtwMWWoiYTcWWMQAJ5+UVHTJPVgcdOp63zIuCSe
WJDRwZq+0h1UrQ5Yrc6bG4WowOC9XtCxpwvmeO8PdQZN8DzMHiRmOlygL/HBBQ/D
8cmYnI2KzuD+gT3MTp7JUpFVPNrMHZe3g5jZIUvRDhjhF7NQriKo/zVD0ZhHQDTl
+Pe7CxFI70FAYoLIpsuCDAYKuiFlCnTY/Yua1Wacbp/ly9K5aJx7ytyb0Di0/OmI
qNruZEXjKpwogJYjLMo65hYc762heB9Nm+BAWFS9TuOniRZc0ZuTjXqwfK/cmYO1
1pFxnAdSBzYSZOLCnYYeWOlTM1OX0fib/W5gQh/XsIpTpmLWB2NnbrEaVA2AnQxg
36evVuhFZLVhtTbXVOdepK1aLiwQOzOqtzoh5Xft/U+7CdGPuQMD3FYYaNX+5LNK
HuG6GtLDSRck2fQRyLCDFZbxF1+oH4HWya9C/DIFsu8Xe0Q+LZJWz6yUfoxIf1zy
lsISFs6IjHQiSNMMvRk+8K8A+btlbN2xjZhZmmwAPzVPtVSs0zVefrlx8twEqnWt
Wa78zA3T+PGUdIXkvF9nY45qRK1zftanHLgWPPPiQjp/eK0jsekfzxj+/HEEd2+/
5WSS5/5+C4Lj6LXL52687BBAb+HfmLhqdgWnb0pPnf8qMpIzMP/iCpCvT2B1SRob
FfwaIPYwnuD7Cm7QJtJF
=bVg1
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of mesa_17.1.5-1_source.changes

2017-07-25 Thread Debian FTP Masters
mesa_17.1.5-1_source.changes uploaded successfully to localhost
along with the files:
  mesa_17.1.5-1.dsc
  mesa_17.1.5.orig.tar.gz
  mesa_17.1.5-1.diff.gz

Greetings,

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



mesa: Changes to 'debian-unstable'

2017-07-25 Thread Timo Aaltonen
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 51e027e492047440cdb39ac0f35fef1a20da3736
Author: Timo Aaltonen 
Date:   Tue Jul 25 09:05:07 2017 +0300

release to sid

diff --git a/debian/changelog b/debian/changelog
index da32935..dd93b0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mesa (17.1.5-1) UNRELEASED; urgency=medium
+mesa (17.1.5-1) unstable; urgency=medium
 
   * Team upload.
 
@@ -7,7 +7,7 @@ mesa (17.1.5-1) UNRELEASED; urgency=medium
   * Update Standards-Version to 4.0.0 for lintian
 out-of-date-standards-version
 
- -- Jordan Justen   Sat, 15 Jul 2017 00:22:19 -0700
+ -- Timo Aaltonen   Tue, 25 Jul 2017 09:04:49 +0300
 
 mesa (17.1.4-1) unstable; urgency=medium
 



mesa: Changes to 'refs/tags/mesa-17.1.5-1'

2017-07-25 Thread Timo Aaltonen
Tag 'mesa-17.1.5-1' created by Timo Aaltonen  at 
2017-07-25 06:17 +

Tagging upload of mesa 17.1.5-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJZduJ4AAoJEMtwMWWoiYTcnvsP/1LAs9DhjwvPwI207nGMCkRq
ZczVJURhF5pcGm0Nbb4u91YqDRrACrq0Yp4ifEESSBS3dDojs/o9T0ahTzDWRSB2
X/7BWEt6SDSBEZkKNxmcvWrMtKGLb0dFmcxxYL54BFM6Fd3OfoOVXtV/kegcIDDH
P70+PiREJRQ8t/qB4fQcqO+fVNUAboZWpL6z4YuK0x8fepzVQNMa+hSObTJfJ8z1
UHYDnbkXEalLfRZNV9BtvakSbAAHHW5ejlo1OK1CW/dfkEPkZQnUVb4yBGNm5CFQ
EScIRguTr0vTI0JkVG2vg/CHVL1FBS7Zzd6PT7sJUKKAXRaG355OnIHOns8d8OS9
D6ZTM3sp5ghgD+Veyi8P+TqXPMI19fpmAtTNe9QFiYOxu5OBcQOA7fQnKqTF7LLI
MUbJ2saRb+uqXAnNO9lohRZuG2qMLx0EtQ4iSaMNskZHCOlBUxVtAssfAl+f5haX
jIQJ9937ESjPO+pS1jYPcaiLaDlvPwNyg5ZqNhgxiI2y7vsIanvok+HaTXx9rCTX
2bstfvB+KAm5cc4cJNXrW8nf1yPCKctJsfObFcHZV1ZQRkC8LtKBMB8EvZfFsygv
yAiQwixisYw6828A+629q3GVTndWJQr/G6K15OBTNLpCUvNTndAoir1iXXXssLrg
wEpRRLEqjHHIcFjyzAMJ
=eGC3
-END PGP SIGNATURE-

Changes since mesa-17.1.4-1:
Aaron Watry (1):
  radeon/winsys: Limit max allocation size to 70% of VRAM

Aleksander Morgado (2):
  etnaviv: fix refcnt initialization in etna_screen
  etnaviv: don't dereference etna_resource pointer if allocation fails

Alex Smith (2):
  ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffers
  ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsics

Andres Gomez (4):
  docs: add sha256 checksums for 17.1.4
  cherry-ignore: i965: Fix anisotropic filtering for mag filter
  Update version to 17.1.5
  docs: add release notes for 17.1.5

Anuj Phogat (2):
  intel/isl: Use uint64_t to store total surface size
  intel/isl: Add the maximum surface size limit

Brian Paul (3):
  draw: check for line_width != 1.0f in validate_pipeline()
  svga: clamp device line width to at least 1 to fix HWv8 line stippling
  svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE value

Bruce Cherniak (1):
  swr: Limit memory held by defer deleted resources.

Chandu Babu N (1):
  st/va: Fix leak in VAAPI subpictures

Charmaine Lee (1):
  svga: fixed surface size to include array size

Connor Abbott (2):
  spirv: fix OpBitcast when the src and dst bitsize are different (v3)
  ac/nir: implement 64-bit packing and unpacking

Iago Toral Quiroga (1):
  glsl: gl_Max{Vertex,Fragment}UniformComponents exist in all desktop GL 
versions

Ilia Mirkin (1):
  glsl: check if any of the named builtins are available first

James Legg (2):
  ac/nir: Make intrinsic_name buffer long enough
  spirv: Fix reaching unreachable for compare exchange on images

Jason Ekstrand (1):
  nir/spirv: Use the type from the deref for atomics

Jordan Justen (4):
  Merge branch 'upstream-unstable' into debian-unstable
  debian: Start new 17.1.5-1 changelog entry
  debian: Update Standards-Version to 4.0.0 for lintian 
out-of-date-standards-version
  debian/changelog: Use team upload for lintian changelog-should-mention-nmu

Juan A. Suarez Romero (1):
  glsl: do not call link_xfb_stride_layout_qualifiers() for fragment shaders

Kenneth Graunke (2):
  i965: Use true AA line distance on G45/Ironlake.
  i965: Always set AALINEDISTANCE_TRUE on Sandybridge.

Lucas Stach (1):
  etnaviv: fix shader miscompilation with more than 16 labels

Marek Olšák (1):
  gallium/radeon: fix a possible crash for buffer exports

Neha Bhende (1):
  svga: loop over box.depth for ReadBack_image on each slice

Nicolai Hähnle (1):
  winsys/radeon: only call pb_slabs_reclaim when slabs are actually used

Olivier Lauffenburger (1):
  st/wgl: improve selection of pixel format

Philipp Zabel (1):
  st/mesa: release EGLImage on EGLImageTarget* error

Plamena Manolova (1):
  mesa/main: Move NULL pointer check.

Tim Rowley (2):
  swr/rast: _mm*_undefined_* implementations for gcc<4.9
  swr/rast: Correctly allocate SWR_STATS memory as cacheline aligned

Timo Aaltonen (1):
  release to sid

Tomasz Figa (1):
  intel: common: Fix link failure with standalone Android build

Vinson Lee (1):
  scons: Check for xlocale.h before defining HAVE_XLOCALE_H.

---
 VERSION  |2 
 bin/.cherry-ignore   |3 
 debian/changelog |   11 
 debian/control   |2 
 docs/relnotes/17.1.4.html|3 
 docs/relnotes/17.1.5.html|  202 +++
 scons/gallium.py |4 
 src/amd/common/ac_nir_to_llvm.c  |   94 --
 src/amd/vulkan/radv_pipeline.c   |1 
 src/compiler/glsl/ast_to_hir.cpp |2 
 src/compiler/glsl/builtin_functions.cpp  |   13 
 src/compiler/glsl/builtin_functions.h|3 
 

mesa: Changes to 'debian-unstable'

2017-07-25 Thread Jordan Justen
 VERSION  |2 
 bin/.cherry-ignore   |3 
 debian/changelog |   11 
 debian/control   |2 
 docs/relnotes/17.1.4.html|3 
 docs/relnotes/17.1.5.html|  202 +++
 scons/gallium.py |4 
 src/amd/common/ac_nir_to_llvm.c  |   94 --
 src/amd/vulkan/radv_pipeline.c   |1 
 src/compiler/glsl/ast_to_hir.cpp |2 
 src/compiler/glsl/builtin_functions.cpp  |   13 
 src/compiler/glsl/builtin_functions.h|3 
 src/compiler/glsl/builtin_variables.cpp  |   16 -
 src/compiler/glsl/linker.cpp |6 
 src/compiler/spirv/spirv_to_nir.c|7 
 src/compiler/spirv/vtn_alu.c |   67 
 src/gallium/auxiliary/draw/draw_pipe_validate.c  |7 
 src/gallium/drivers/etnaviv/etnaviv_compiler.c   |   60 ++--
 src/gallium/drivers/etnaviv/etnaviv_resource.c   |   10 
 src/gallium/drivers/etnaviv/etnaviv_screen.c |1 
 src/gallium/drivers/radeon/r600_texture.c|   24 +
 src/gallium/drivers/svga/svga_resource_texture.c |   15 -
 src/gallium/drivers/svga/svga_screen.c   |   13 
 src/gallium/drivers/svga/svga_screen_cache.c |3 
 src/gallium/drivers/svga/svga_state_framebuffer.c|2 
 src/gallium/drivers/swr/rasterizer/common/os.h   |6 
 src/gallium/drivers/swr/rasterizer/common/simd16intrin.h |4 
 src/gallium/drivers/swr/rasterizer/core/api.cpp  |6 
 src/gallium/drivers/swr/rasterizer/core/threads.cpp  |4 
 src/gallium/drivers/swr/swr_screen.cpp   |6 
 src/gallium/state_trackers/va/subpicture.c   |1 
 src/gallium/state_trackers/wgl/stw_pixelformat.c |   36 ++
 src/gallium/winsys/radeon/drm/radeon_drm_bo.c|3 
 src/gallium/winsys/radeon/drm/radeon_drm_winsys.c|2 
 src/intel/Makefile.common.am |5 
 src/intel/isl/isl.c  |   25 +
 src/intel/isl/isl.h  |2 
 src/mesa/drivers/dri/i965/brw_sf_state.c |2 
 src/mesa/drivers/dri/i965/gen6_sf_state.c|3 
 src/mesa/main/blit.c |   12 
 src/mesa/state_tracker/st_cb_eglimage.c  |1 
 41 files changed, 556 insertions(+), 133 deletions(-)

New commits:
commit 539c65c9cdab0d2000d66faac1eddb7c2f81399e
Author: Jordan Justen 
Date:   Sat Jul 15 00:35:51 2017 -0700

debian/changelog: Use team upload for lintian changelog-should-mention-nmu

Signed-off-by: Jordan Justen 

diff --git a/debian/changelog b/debian/changelog
index 1e96ca9..da32935 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 mesa (17.1.5-1) UNRELEASED; urgency=medium
 
+  * Team upload.
+
+  [ Jordan Justen ]
   * New upstream release.
   * Update Standards-Version to 4.0.0 for lintian
 out-of-date-standards-version

commit 95b6b7ccb004a5cb4335c0b094fb72d6bfae7c98
Author: Jordan Justen 
Date:   Sat Jul 15 00:29:14 2017 -0700

debian: Update Standards-Version to 4.0.0 for lintian 
out-of-date-standards-version

Signed-off-by: Jordan Justen 

diff --git a/debian/changelog b/debian/changelog
index 7cef0e8..1e96ca9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 mesa (17.1.5-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Update Standards-Version to 4.0.0 for lintian
+out-of-date-standards-version
 
  -- Jordan Justen   Sat, 15 Jul 2017 00:22:19 -0700
 
diff --git a/debian/control b/debian/control
index 74d63b9..41f3394 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: graphics
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: Andreas Boll 
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Build-Depends:
  debhelper (>= 9),
  dh-autoreconf,

commit a613d703a6a5a940dbfe05c03ef6b599792bc481
Author: Jordan Justen 
Date:   Sat Jul 15 00:24:07 2017 -0700

debian: Start new 17.1.5-1 changelog entry

Signed-off-by: Jordan Justen 

diff --git a/debian/changelog b/debian/changelog
index 099fc96..7cef0e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mesa (17.1.5-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Jordan Justen 

mesa: Changes to 'upstream-unstable'

2017-07-25 Thread Jordan Justen
 VERSION  |2 
 bin/.cherry-ignore   |3 
 docs/relnotes/17.1.4.html|3 
 docs/relnotes/17.1.5.html|  202 +++
 scons/gallium.py |4 
 src/amd/common/ac_nir_to_llvm.c  |   94 --
 src/amd/vulkan/radv_pipeline.c   |1 
 src/compiler/glsl/ast_to_hir.cpp |2 
 src/compiler/glsl/builtin_functions.cpp  |   13 
 src/compiler/glsl/builtin_functions.h|3 
 src/compiler/glsl/builtin_variables.cpp  |   16 -
 src/compiler/glsl/linker.cpp |6 
 src/compiler/spirv/spirv_to_nir.c|7 
 src/compiler/spirv/vtn_alu.c |   67 
 src/gallium/auxiliary/draw/draw_pipe_validate.c  |7 
 src/gallium/drivers/etnaviv/etnaviv_compiler.c   |   60 ++--
 src/gallium/drivers/etnaviv/etnaviv_resource.c   |   10 
 src/gallium/drivers/etnaviv/etnaviv_screen.c |1 
 src/gallium/drivers/radeon/r600_texture.c|   24 +
 src/gallium/drivers/svga/svga_resource_texture.c |   15 -
 src/gallium/drivers/svga/svga_screen.c   |   13 
 src/gallium/drivers/svga/svga_screen_cache.c |3 
 src/gallium/drivers/svga/svga_state_framebuffer.c|2 
 src/gallium/drivers/swr/rasterizer/common/os.h   |6 
 src/gallium/drivers/swr/rasterizer/common/simd16intrin.h |4 
 src/gallium/drivers/swr/rasterizer/core/api.cpp  |6 
 src/gallium/drivers/swr/rasterizer/core/threads.cpp  |4 
 src/gallium/drivers/swr/swr_screen.cpp   |6 
 src/gallium/state_trackers/va/subpicture.c   |1 
 src/gallium/state_trackers/wgl/stw_pixelformat.c |   36 ++
 src/gallium/winsys/radeon/drm/radeon_drm_bo.c|3 
 src/gallium/winsys/radeon/drm/radeon_drm_winsys.c|2 
 src/intel/Makefile.common.am |5 
 src/intel/isl/isl.c  |   25 +
 src/intel/isl/isl.h  |2 
 src/mesa/drivers/dri/i965/brw_sf_state.c |2 
 src/mesa/drivers/dri/i965/gen6_sf_state.c|3 
 src/mesa/main/blit.c |   12 
 src/mesa/state_tracker/st_cb_eglimage.c  |1 
 39 files changed, 544 insertions(+), 132 deletions(-)

New commits:
commit 2542ddd4dcf2e7029120982d15f787e525b1d45f
Author: Andres Gomez 
Date:   Fri Jul 14 21:58:05 2017 +0300

docs: add release notes for 17.1.5

Signed-off-by: Andres Gomez 

diff --git a/docs/relnotes/17.1.5.html b/docs/relnotes/17.1.5.html
new file mode 100644
index 000..3dd79b0
--- /dev/null
+++ b/docs/relnotes/17.1.5.html
@@ -0,0 +1,202 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+  
+  Mesa Release Notes
+  
+
+
+
+
+  The Mesa 3D Graphics Library
+
+
+
+
+
+Mesa 17.1.5 Release Notes / July 14, 2017
+
+
+Mesa 17.1.5 is a bug fix release which fixes bugs found since the 17.1.4 
release.
+
+
+Mesa 17.1.5 implements the OpenGL 4.5 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.5.  OpenGL
+4.5 is only available if requested at context creation
+because compatibility contexts are not supported.
+
+
+
+SHA256 checksums
+
+TBD
+
+
+
+New features
+None
+
+
+Bug fixes
+
+
+
+https://bugs.freedesktop.org/show_bug.cgi?id=100242;>Bug 
100242 - radeon buffer allocation failure during startup of Factorio
+
+https://bugs.freedesktop.org/show_bug.cgi?id=101657;>Bug 
101657 - strtod.c:32:10: fatal error: xlocale.h: No such file or 
directory
+
+https://bugs.freedesktop.org/show_bug.cgi?id=101666;>Bug 
101666 - bitfieldExtract is marked as a built-in function on OpenGL ES 3.0, 
but was added in OpenGL ES 3.1
+
+https://bugs.freedesktop.org/show_bug.cgi?id=101703;>Bug 
101703 - No stencil buffer allocated when requested by GLUT
+
+
+
+
+Changes
+
+Aaron Watry (1):
+
+  radeon/winsys: Limit max allocation size to 70% of VRAM
+
+
+Aleksander Morgado (2):
+
+  etnaviv: fix refcnt initialization in etna_screen
+  etnaviv: don't dereference etna_resource pointer if allocation fails
+
+
+Alex Smith (2):
+
+  ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffers
+  ac/nir: Fix ordering of parameters for image atomic cmpswap 
intrinsics
+
+
+Andres Gomez (3):
+
+  docs: add sha256 checksums for 17.1.4
+  cherry-ignore: i965: Fix anisotropic filtering for mag filter
+  Update version to 17.1.5
+
+
+Anuj Phogat (2):
+
+  intel/isl: Use uint64_t