Mesa (master): i965/skl: (trivial) Remove invalid comment about thread counts

2015-08-07 Thread Ben Widawsky
Module: Mesa Branch: master Commit: a1adf0b3fe428a4bf690f166c2697d8c7ea2dcb0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1adf0b3fe428a4bf690f166c2697d8c7ea2dcb0 Author: Ben Widawsky Date: Fri Aug 7 13:46:30 2015 -0700 i965/skl: (trivial) Remove invalid comment about thread coun

Mesa (master): i965: Fix HW binding tables editing

2015-08-07 Thread Chris Wilson
Module: Mesa Branch: master Commit: ffadfbf5d076638fa4022106cfe989bc5a145f20 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffadfbf5d076638fa4022106cfe989bc5a145f20 Author: Chris Wilson Date: Wed Aug 5 13:58:46 2015 +0100 i965: Fix HW binding tables editing Since the introduction

Mesa (master): egl/dri2: Fix include path of u_atomic.h introduced e7e29189

2015-08-07 Thread Alexander von Gluck IV
Module: Mesa Branch: master Commit: ba651967a201b48f380cd30495e271317c1d8522 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba651967a201b48f380cd30495e271317c1d8522 Author: Alexander von Gluck IV Date: Fri Aug 7 12:55:40 2015 -0500 egl/dri2: Fix include path of u_atomic.h introduce

Mesa (master): egl/x11: fetch the device_name prior to driver_name

2015-08-07 Thread Emil Velikov
Module: Mesa Branch: master Commit: beddb0a2371059829b20240058931b8c9fd5be40 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=beddb0a2371059829b20240058931b8c9fd5be40 Author: Emil Velikov Date: Wed Jul 29 17:19:04 2015 +0100 egl/x11: fetch the device_name prior to driver_name With th

Mesa (master): egl/x11: don't crash if dri2_dpy->conn is NULL

2015-08-07 Thread Emil Velikov
Module: Mesa Branch: master Commit: 6de9a03bed400fca5672ef0c13c0039bbe94a679 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6de9a03bed400fca5672ef0c13c0039bbe94a679 Author: Emil Velikov Date: Fri Aug 7 19:20:48 2015 +0100 egl/x11: don't crash if dri2_dpy->conn is NULL Identical to

Mesa (master): vc4: automake: remove unused include

2015-08-07 Thread Emil Velikov
Module: Mesa Branch: master Commit: 4fa0cd17b77039ab67e81991002b4d5947298278 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fa0cd17b77039ab67e81991002b4d5947298278 Author: Emil Velikov Date: Fri Jul 17 12:41:24 2015 +0100 vc4: automake: remove unused include Signed-off-by: Emil Ve

Mesa (master): egl/x11: open the device from within dri2_x11_connect()

2015-08-07 Thread Emil Velikov
Module: Mesa Branch: master Commit: faf0f811e3f9fb724a89c463c0cb6a0d61715f95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=faf0f811e3f9fb724a89c463c0cb6a0d61715f95 Author: Emil Velikov Date: Wed Jul 29 17:19:05 2015 +0100 egl/x11: open the device from within dri2_x11_connect() All

Mesa (master): egl/x11: auth with xserver before attempting to open the dri module

2015-08-07 Thread Emil Velikov
Module: Mesa Branch: master Commit: 2c7b6cf512a775a37677b1e467d2af952c449dae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c7b6cf512a775a37677b1e467d2af952c449dae Author: Emil Velikov Date: Wed Jul 29 17:19:07 2015 +0100 egl/x11: auth with xserver before attempting to open the dri

Mesa (master): egl/x11: remove dri2_dpy->conn checks

2015-08-07 Thread Emil Velikov
Module: Mesa Branch: master Commit: bf66988b08786c123804c2be8846a6a21cf200ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf66988b08786c123804c2be8846a6a21cf200ad Author: Emil Velikov Date: Wed Jul 29 17:19:03 2015 +0100 egl/x11: remove dri2_dpy->conn checks If the connection is

Mesa (master): egl/x11: trust our loader over the xserver for the drivername

2015-08-07 Thread Emil Velikov
Module: Mesa Branch: master Commit: 45e110bad9d5d31eb67d7d32937aa5a752108df8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45e110bad9d5d31eb67d7d32937aa5a752108df8 Author: Emil Velikov Date: Wed Jul 29 17:19:06 2015 +0100 egl/x11: trust our loader over the xserver for the drivernam

Mesa (master): vc4: add missing nir include, to fix the build

2015-08-07 Thread Emil Velikov
Module: Mesa Branch: master Commit: 75ce7919d6496981013a21a7055c668e47e7bed2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75ce7919d6496981013a21a7055c668e47e7bed2 Author: Emil Velikov Date: Fri Jul 17 12:52:27 2015 +0100 vc4: add missing nir include, to fix the build Cc: 10.6 Si

Mesa (master): egl/x11: bail out if we cannot fetch the xcb connection

2015-08-07 Thread Emil Velikov
Module: Mesa Branch: master Commit: 60e9c35b3a0384860ffcb01d902a69ee13254eb9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60e9c35b3a0384860ffcb01d902a69ee13254eb9 Author: Emil Velikov Date: Wed Jul 29 17:19:02 2015 +0100 egl/x11: bail out if we cannot fetch the xcb connection The

Mesa (10.6): 28 new commits

2015-08-07 Thread Emil Velikov
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=736f6e16d9989f01cc55dcba15ba978ba90b7748 Author: Francisco Jerez Date: Wed Aug 5 16:29:30 2015 +0300 i965/fs: Fix fs_inst::regs_read() for sources in the ATTR file. Otherwise it would crash on Gen8 with scalar VS. The issue

Mesa (master): clover: Stub missing CL 1.2 functions.

2015-08-07 Thread Francisco Jerez
Module: Mesa Branch: master Commit: a97f1b697b01dca9f72d8559f8269188d76dccc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a97f1b697b01dca9f72d8559f8269188d76dccc9 Author: Serge Martin (EdB) Date: Fri Aug 7 10:40:31 2015 +0200 clover: Stub missing CL 1.2 functions. As sugested by

Mesa (master): mesa: NULL check InfoLog

2015-08-07 Thread Tapani Pälli
Module: Mesa Branch: master Commit: 0508861f29f2d3b79fb803353e4ea8ab32654bc4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0508861f29f2d3b79fb803353e4ea8ab32654bc4 Author: Marta Lofstedt Date: Tue Jun 23 13:03:13 2015 +0200 mesa: NULL check InfoLog When a program is compiled, but