Mesa (master): gallivm/ppc64le: adjust VSX code generation control.

2017-10-04 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: e93f056a4e5babde516c9ef53ae3547f68f1b824 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e93f056a4e5babde516c9ef53ae3547f68f1b824 Author: Ben Crocker Date: Thu Sep 28 14:09:12 2017 -0400 gallivm/ppc64le: adjust VSX code generation control. In lp_b

Mesa (master): gallivm: allow additional llc options

2017-10-04 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 5c75f0c8bb876c1f4c85cda5ed10a4d632d24f56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c75f0c8bb876c1f4c85cda5ed10a4d632d24f56 Author: Ben Crocker Date: Thu Sep 28 14:09:11 2017 -0400 gallivm: allow additional llc options In init_native_targets

Mesa (master): gallivm: fix typo in debug_printf message

2017-10-04 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 3a9feb4db8ad1e87a70c761987798b7575d522aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a9feb4db8ad1e87a70c761987798b7575d522aa Author: Ben Crocker Date: Thu Sep 28 14:09:10 2017 -0400 gallivm: fix typo in debug_printf message In gallivm_compile

Mesa (master): gallivm/ppc64le: allow environmental control of Altivec code generation

2017-10-04 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 1359af930ee5baf8444b0acc3d55b1e5e1a3879e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1359af930ee5baf8444b0acc3d55b1e5e1a3879e Author: Ben Crocker Date: Thu Sep 28 14:09:13 2017 -0400 gallivm/ppc64le: allow environmental control of Altivec code

Mesa (master): radv: check that pipeline is different before binding it

2017-10-04 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: b53c207659e65a29081c0f26b189f37fdd895406 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b53c207659e65a29081c0f26b189f37fdd895406 Author: Samuel Pitoiset Date: Wed Oct 4 22:27:38 2017 +0200 radv: check that pipeline is different before binding it

Mesa (master): radv: remove useless checks around radv_CmdBindPipeline()

2017-10-04 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 8196a3c63ee1c31dafe7459aaadda0efbd1ac4d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8196a3c63ee1c31dafe7459aaadda0efbd1ac4d2 Author: Samuel Pitoiset Date: Wed Oct 4 22:27:39 2017 +0200 radv: remove useless checks around radv_CmdBindPipeline()

Mesa (master): i965: Fix support for disassembling 64-bit integer immediates

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: 6db5ec7debd283db0c4e9582f07340efa8e94f66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6db5ec7debd283db0c4e9582f07340efa8e94f66 Author: Matt Turner Date: Thu Sep 21 13:52:28 2017 -0700 i965: Fix support for disassembling 64-bit integer immediates

Mesa (master): i965: Only insert error message if not already present

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: 122ef3799d5612748afd8b15392c4a819a1b1847 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=122ef3799d5612748afd8b15392c4a819a1b1847 Author: Matt Turner Date: Mon Sep 18 14:07:20 2017 -0700 i965: Only insert error message if not already present Some

Mesa (master): i965: Fix and enable forgotten validation test

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: 98298c7e3da3a8368d618199d8a50e638c257779 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98298c7e3da3a8368d618199d8a50e638c257779 Author: Matt Turner Date: Fri Sep 1 15:22:40 2017 -0700 i965: Fix and enable forgotten validation test I seem to hav

Mesa (master): i965: Remove validate_reg()

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: cacc229ba0fdd245fa14231f7c34f6ae84a7fd3d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cacc229ba0fdd245fa14231f7c34f6ae84a7fd3d Author: Matt Turner Date: Mon Sep 11 10:08:59 2017 -0700 i965: Remove validate_reg() Replaced by the assembly validat

Mesa (master): i965: Add Atom graphics names to parse_devid_override()

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: d4c39e9cfff16d401a4d1874c9ec19f3a3036df2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4c39e9cfff16d401a4d1874c9ec19f3a3036df2 Author: Matt Turner Date: Tue Aug 29 15:32:11 2017 -0700 i965: Add Atom graphics names to parse_devid_override() ---

Mesa (master): i965/fs: Unpack count argument to 64-bit shift ops on Atom

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: b541945c2027990ac571184bbf8e01285be0e33a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b541945c2027990ac571184bbf8e01285be0e33a Author: Matt Turner Date: Thu Sep 21 16:42:02 2017 -0700 i965/fs: Unpack count argument to 64-bit shift ops on Atom 6

Mesa (master): i965: Add parentheses around usage of macro arguments

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: 4c961a5e79f40596e19e88ad780377a3fccc7a92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c961a5e79f40596e19e88ad780377a3fccc7a92 Author: Matt Turner Date: Fri Sep 1 15:34:54 2017 -0700 i965: Add parentheses around usage of macro arguments Otherw

Mesa (master): i965: Avoid validation error when src1 is not present

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: 5e76cf153c980d5c4719376e6653729bcf2db512 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e76cf153c980d5c4719376e6653729bcf2db512 Author: Matt Turner Date: Fri Sep 1 15:21:48 2017 -0700 i965: Avoid validation error when src1 is not present There

Mesa (master): i965: Add and use STRIDE and WIDTH macros

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: 678d88bceecb2b944c41ca5ceef24e3aa0137bc6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=678d88bceecb2b944c41ca5ceef24e3aa0137bc6 Author: Matt Turner Date: Tue Aug 29 18:25:54 2017 -0700 i965: Add and use STRIDE and WIDTH macros You'll notice ther

Mesa (master): i965/fs: Rewrite fsign64 to skip the float -> double conversion

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: 7e88f934697fd4ce05093c077b5f11454e377ed0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e88f934697fd4ce05093c077b5f11454e377ed0 Author: Matt Turner Date: Thu Sep 28 20:59:49 2017 -0700 i965/fs: Rewrite fsign64 to skip the float -> double conversi

Mesa (master): i965: Add GLK, CFL, CNL to test_eu_validate.c

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: 1fcdb1cbeae058cc23349485dca7cc6c7de398f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fcdb1cbeae058cc23349485dca7cc6c7de398f1 Author: Matt Turner Date: Wed Aug 30 15:45:22 2017 -0700 i965: Add GLK, CFL, CNL to test_eu_validate.c --- src/inte

Mesa (master): i965/fs: Don't apply POW/FDIV workaround on Gen10+

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: 2082c32950a9e3a4debc00b0d6da85404b923920 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2082c32950a9e3a4debc00b0d6da85404b923920 Author: Matt Turner Date: Fri Aug 25 15:52:27 2017 -0700 i965/fs: Don't apply POW/FDIV workaround on Gen10+ The docum

Mesa (master): i965: Fix src0 vs src1 typo

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: d4079353278b115ca4d6596fdc84a64915ab4524 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4079353278b115ca4d6596fdc84a64915ab4524 Author: Matt Turner Date: Mon Oct 2 22:15:07 2017 -0700 i965: Fix src0 vs src1 typo A typo caused us to copy src0's

Mesa (master): i965: Validate " Special Requirements for Handling Double Precision Data Types"

2017-10-04 Thread Matt Turner
Module: Mesa Branch: master Commit: 2572c2771d0cab0b9bc489d354ede44dfc88547b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2572c2771d0cab0b9bc489d354ede44dfc88547b Author: Matt Turner Date: Tue Aug 29 18:29:29 2017 -0700 i965: Validate "Special Requirements for Handling Double Prec

Mesa (master): radv: enable tc compatible htile for d32s8 also.

2017-10-04 Thread Dave Airlie
Module: Mesa Branch: master Commit: ad3d98da9faefd716bee5e2dc591bf3d4fb3321e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad3d98da9faefd716bee5e2dc591bf3d4fb3321e Author: Dave Airlie Date: Tue Jun 13 13:31:14 2017 +1000 radv: enable tc compatible htile for d32s8 also. This enable

Mesa (master): radv: dump SPIRV when a GPU hang is detected

2017-10-04 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 844ae722c4416420f961ce8a89b5e5278865376c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=844ae722c4416420f961ce8a89b5e5278865376c Author: Samuel Pitoiset Date: Fri Sep 22 16:56:40 2017 +0200 radv: dump SPIRV when a GPU hang is detected Signed-off-

Mesa (master): radv: dump NIR when a GPU hang is detected

2017-10-04 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: a2a350a3be1a4f3dec8cc3264a19eb877d606628 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2a350a3be1a4f3dec8cc3264a19eb877d606628 Author: Samuel Pitoiset Date: Fri Sep 22 16:44:08 2017 +0200 radv: dump NIR when a GPU hang is detected This looks a

Mesa (master): ac: silence a warning

2017-10-04 Thread Marek Olšák
Module: Mesa Branch: master Commit: 94d800bfa364601faee73826c941015e2f15ae05 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94d800bfa364601faee73826c941015e2f15ae05 Author: Marek Olšák Date: Wed Oct 4 16:59:40 2017 +0200 ac: silence a warning --- src/amd/common/ac_llvm_build.c |

Mesa (master): egl/wayland: Don't use dmabuf with no modifiers

2017-10-04 Thread Daniel Stone
Module: Mesa Branch: master Commit: b65d6dafd602813c56ccc59a5d8ddb473fddfd74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b65d6dafd602813c56ccc59a5d8ddb473fddfd74 Author: Daniel Stone Date: Mon Oct 2 16:40:53 2017 +0100 egl/wayland: Don't use dmabuf with no modifiers The dmabuf

Mesa (master): egl/wayland: Check queryImage return for wl_buffer

2017-10-04 Thread Daniel Stone
Module: Mesa Branch: master Commit: 6273d2f2693c365ac84e8808577d16698a6ae46a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6273d2f2693c365ac84e8808577d16698a6ae46a Author: Daniel Stone Date: Mon Oct 2 16:40:53 2017 +0100 egl/wayland: Check queryImage return for wl_buffer When cre

Mesa (master): travis: move include path from $CC to $CFLAGS

2017-10-04 Thread Eric Engeström
Module: Mesa Branch: master Commit: d246aa3a0dbbdf0766521392669251eabdd67e79 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d246aa3a0dbbdf0766521392669251eabdd67e79 Author: Eric Engestrom Date: Wed Oct 4 13:54:14 2017 +0100 travis: move include path from $CC to $CFLAGS Signed-off-

Mesa (master): automake: add texcompress_s3tc_tmp.h to the sources list

2017-10-04 Thread Emil Velikov
Module: Mesa Branch: master Commit: fd404e3c17c3d09bf0e946bb44f339307c95cca7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd404e3c17c3d09bf0e946bb44f339307c95cca7 Author: Emil Velikov Date: Wed Oct 4 14:21:40 2017 +0100 automake: add texcompress_s3tc_tmp.h to the sources list Ot

Mesa (master): wayland-egl: adds CFLAGS for wayland.egl.h include

2017-10-04 Thread Emil Velikov
Module: Mesa Branch: master Commit: 80bfff5c4f1d4d8c842a0ae06440d7886e8c2f28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80bfff5c4f1d4d8c842a0ae06440d7886e8c2f28 Author: Tobias Klausmann Date: Tue Oct 3 15:45:22 2017 +0200 wayland-egl: adds CFLAGS for wayland.egl.h include Star

Mesa (master): st/vdpau: don' t re-allocate interlaced buffer with packed YUV format

2017-10-04 Thread Leo Liu
Module: Mesa Branch: master Commit: 327480d10f2dab52de28e9a84609fac81c2034c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=327480d10f2dab52de28e9a84609fac81c2034c5 Author: Leo Liu Date: Sat Sep 30 22:19:49 2017 -0400 st/vdpau: don't re-allocate interlaced buffer with packed YUV for

Mesa (master): st/va: add RGB support to vlVaPutSurface

2017-10-04 Thread Leo Liu
Module: Mesa Branch: master Commit: 409491e778c979a5fbc59657cc54149c4ee7c2d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=409491e778c979a5fbc59657cc54149c4ee7c2d6 Author: Leo Liu Date: Sun Oct 1 21:27:21 2017 -0400 st/va: add RGB support to vlVaPutSurface Tested-by: Andy Furniss

Mesa (master): st/va: don' t re-allocate interlaced buffer with pakced format

2017-10-04 Thread Leo Liu
Module: Mesa Branch: master Commit: 0fa950ecd38d5025bb2393bbcb96a73152764cf4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fa950ecd38d5025bb2393bbcb96a73152764cf4 Author: Leo Liu Date: Sun Oct 1 21:27:20 2017 -0400 st/va: don't re-allocate interlaced buffer with pakced format It

Mesa (master): radv: Implement TC compatible HTILE.

2017-10-04 Thread Bas Nieuwenhuizen
Module: Mesa Branch: master Commit: ae61fe4982acf1ba86419beaf757f5f099656a53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae61fe4982acf1ba86419beaf757f5f099656a53 Author: Bas Nieuwenhuizen Date: Tue May 9 08:26:07 2017 +0200 radv: Implement TC compatible HTILE. The situations wh