Mesa (master): st/mesa: only flip stipple pattern for winsys fbo's

2016-10-12 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: e6a693c447213b578f562edad8f15ccc43056acd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6a693c447213b578f562edad8f15ccc43056acd Author: Ilia Mirkin Date: Wed Oct 12 14:01:34 2016 -0400 st/mesa: only flip stipple pattern for

Mesa (master): radv: trivial case stmt style fixups

2016-10-12 Thread Edward O'Callaghan
Module: Mesa Branch: master Commit: cfbf956dfd0ea093135cd4864bf3b5b7508a54b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cfbf956dfd0ea093135cd4864bf3b5b7508a54b6 Author: Edward O'Callaghan Date: Tue Oct 11 11:43:09 2016 +1100 radv: trivial case stmt

Mesa (master): mapi: fix out-of-tree build dependencies

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 85ba409967bb0327b85460639080214b3997fc17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85ba409967bb0327b85460639080214b3997fc17 Author: Nicolai Hähnle Date: Tue Oct 11 15:43:44 2016 +0200 mapi: fix out-of-tree build

Mesa (master): draw: initialize shader inputs

2016-10-12 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 7e86b2ddae32fc86fc684a0dcf32a87a0d795267 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e86b2ddae32fc86fc684a0dcf32a87a0d795267 Author: Roland Scheidegger Date: Wed Oct 12 00:00:28 2016 +0200 draw: initialize shader inputs

Mesa (master): radeonsi: Use the new image load/store intrinsic signatures

2016-10-12 Thread Tom Stellard
Module: Mesa Branch: master Commit: b33cb709fd06006d4c51824f850a4bb6d8d11f98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b33cb709fd06006d4c51824f850a4bb6d8d11f98 Author: Tom Stellard Date: Tue Oct 11 21:06:54 2016 + radeonsi: Use the new image

Mesa (master): radeonsi: Add function for converting LLVM type to intrinsic string

2016-10-12 Thread Tom Stellard
Module: Mesa Branch: master Commit: ff0df66e10476fdb5be90395eed300f4d32a83c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff0df66e10476fdb5be90395eed300f4d32a83c3 Author: Tom Stellard Date: Tue Oct 11 20:23:52 2016 + radeonsi: Add function for

Mesa (master): radeonsi: Refactor image store/load intrinsic name creation

2016-10-12 Thread Tom Stellard
Module: Mesa Branch: master Commit: a96a7eae04843e3c1c952d6aba62313116a6d368 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a96a7eae04843e3c1c952d6aba62313116a6d368 Author: Tom Stellard Date: Tue Oct 11 16:43:36 2016 + radeonsi: Refactor image

Mesa (master): radeonsi: don' t invalidate VMEM L1 for memory barriers for index buffers

2016-10-12 Thread Marek Olšák
Module: Mesa Branch: master Commit: 65a4d55a9ff12b44655803da10112d3b1b42ce13 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=65a4d55a9ff12b44655803da10112d3b1b42ce13 Author: Marek Olšák Date: Mon Oct 10 17:39:43 2016 +0200 radeonsi: don't invalidate VMEM L1 for

Mesa (master): radeonsi: use TC write-back instead of full cache invalidation

2016-10-12 Thread Marek Olšák
Module: Mesa Branch: master Commit: 40e1f7e09bf1bc9b8ed6f847562bbb7154025420 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40e1f7e09bf1bc9b8ed6f847562bbb7154025420 Author: Marek Olšák Date: Mon Oct 10 18:51:24 2016 +0200 radeonsi: use TC write-back instead of

Mesa (master): radeonsi: fix R600_DEBUG=precompile for shader-db

2016-10-12 Thread Marek Olšák
Module: Mesa Branch: master Commit: e4bbab90224116b53a178612aafa83318d4eaf46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4bbab90224116b53a178612aafa83318d4eaf46 Author: Marek Olšák Date: Tue Oct 11 16:55:41 2016 +0200 radeonsi: fix R600_DEBUG=precompile for

Mesa (master): radeonsi: implement TC L2 write-back (flush) without cache invalidation

2016-10-12 Thread Marek Olšák
Module: Mesa Branch: master Commit: 8cdce30cc20983dcb971dd906a9a9007e282081d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cdce30cc20983dcb971dd906a9a9007e282081d Author: Marek Olšák Date: Mon Oct 10 18:49:22 2016 +0200 radeonsi: implement TC L2 write-back

Mesa (master): radv: Return correct result in EnumeratePhysicalDevices

2016-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 35e2bfa6d912ad3ef57195b0e8f31f21eb64678e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35e2bfa6d912ad3ef57195b0e8f31f21eb64678e Author: Nicolas Koch Date: Wed Oct 12 13:55:46 2016 +0200 radv: Return correct result in

Mesa (master): nv50/ir: optimize ADD(SHL(a, b), c) to SHLADD(a, b, c)

2016-10-12 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 87b06cab14c449e442be27650024f044e93c9a7c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87b06cab14c449e442be27650024f044e93c9a7c Author: Samuel Pitoiset Date: Fri Oct 7 01:16:24 2016 +0200 nv50/ir: optimize ADD(SHL(a,

Mesa (master): winsys/amdgpu: fix infinite loop w/ RADEON_NOOP= 1 caused by unsubmitted fences

2016-10-12 Thread Marek Olšák
Module: Mesa Branch: master Commit: d7e74b52bbd41ce3699cb3f75320e0592c1d6a29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7e74b52bbd41ce3699cb3f75320e0592c1d6a29 Author: Marek Olšák Date: Mon Oct 10 22:24:27 2016 +0200 winsys/amdgpu: fix infinite loop w/

Mesa (master): swr: automake: add ar_eventhandlerfile_h.template to the tarball

2016-10-12 Thread Emil Velikov
Module: Mesa Branch: master Commit: a4622305e67dbb3ed224fa966160616688e43ee8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4622305e67dbb3ed224fa966160616688e43ee8 Author: Emil Velikov Date: Wed Oct 12 16:06:47 2016 +0100 swr: automake: add

Mesa (master): radv: add all headers to the sources list

2016-10-12 Thread Emil Velikov
Module: Mesa Branch: master Commit: 3c419a941a7a0cc0645e23bb2de2285d6c096f79 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c419a941a7a0cc0645e23bb2de2285d6c096f79 Author: Emil Velikov Date: Wed Oct 12 01:03:25 2016 +0100 radv: add all headers to the

Mesa (master): nv50/ir: copy over value' s register id when resolving merge of a phi

2016-10-12 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 300b5ad023962ee95322e890a9ba57396392407e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=300b5ad023962ee95322e890a9ba57396392407e Author: Ilia Mirkin Date: Mon Oct 10 16:57:50 2016 -0400 nv50/ir: copy over value's register id

Mesa (master): nvc0/ir: fix textureGather with a single offset

2016-10-12 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: a48a343c299a6486a1540cdf7d083f38aa4ace55 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a48a343c299a6486a1540cdf7d083f38aa4ace55 Author: Ilia Mirkin Date: Wed Oct 12 10:24:59 2016 -0400 nvc0/ir: fix textureGather with a

Mesa (master): glsl: dump explicit location when printing IR

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 141b4b3dfe8bec897ec0ee289a51627af7bd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=141b4b3dfe8bec897ec0ee289a51627af7bd Author: Nicolai Hähnle Date: Thu Oct 6 23:10:10 2016 +0200 glsl: dump explicit location

Mesa (master): st/glsl_to_tgsi: adjust swizzles and writemasks for explicit components

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: b5b4aa42ba189c8aa2339ead12784c4feb76bdbb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5b4aa42ba189c8aa2339ead12784c4feb76bdbb Author: Nicolai Hähnle Date: Fri Oct 7 12:19:33 2016 +0200 st/glsl_to_tgsi: adjust swizzles

Mesa (master): gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 700a571f8963cff4bff230e8e9b25da0bdce4f54 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=700a571f8963cff4bff230e8e9b25da0bdce4f54 Author: Nicolai Hähnle Date: Fri Oct 7 09:42:55 2016 +0200 gallium: add

Mesa (master): st/glsl_to_tgsi: mark "gaps" in input/output arrays as used

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 2299a9940c5ac5fb42b0726afa9a67fc23ba3a48 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2299a9940c5ac5fb42b0726afa9a67fc23ba3a48 Author: Nicolai Hähnle Date: Fri Oct 7 21:30:05 2016 +0200 st/glsl_to_tgsi: mark "gaps" in

Mesa (master): tgsi/ureg: add layout/component input declarations

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 047a7c7a0b419ac9e6deb4ff885a08c684495ce4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=047a7c7a0b419ac9e6deb4ff885a08c684495ce4 Author: Nicolai Hähnle Date: Fri Oct 7 12:07:21 2016 +0200 tgsi/ureg: add layout/component

Mesa (master): st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operations

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 63193b9cdeca4f5d0e91f90c0926a1565f6b0415 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63193b9cdeca4f5d0e91f90c0926a1565f6b0415 Author: Nicolai Hähnle Date: Fri Oct 7 16:15:30 2016 +0200 st/glsl_to_tgsi: disable

Mesa (master): st/glsl_to_tgsi: explicitly track all input and output declaration

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 777dcf81b956158546616aae89507cafb83b9ac5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=777dcf81b956158546616aae89507cafb83b9ac5 Author: Nicolai Hähnle Date: Fri Oct 7 12:19:11 2016 +0200 st/glsl_to_tgsi: explicitly

Mesa (master): st/mesa: enable ARB_enhanced_layouts and turn the cap on

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 789119d21212da3891ed57018ec1af197a48977c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=789119d21212da3891ed57018ec1af197a48977c Author: Nicolai Hähnle Date: Thu Oct 6 23:10:22 2016 +0200 st/mesa: enable

Mesa (master): tgsi/scan: fix num_inputs/ num_outputs for shaders with overlapping arrays

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: f9a01f3872fa854c316b36351b166e2e4ebb5570 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9a01f3872fa854c316b36351b166e2e4ebb5570 Author: Nicolai Hähnle Date: Fri Oct 7 12:53:55 2016 +0200 tgsi/scan: fix

Mesa (master): tgsi/ureg: add ureg_DECL_output_layout

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 2b460c750a3cd4acbe05036e92e860800b6d5a96 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b460c750a3cd4acbe05036e92e860800b6d5a96 Author: Nicolai Hähnle Date: Wed Oct 12 17:24:37 2016 +0200 tgsi/ureg: add

Mesa (master): st/glsl_to_tgsi: explicit handling of writemask for depth/ stencil export

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 957d5410892aa7b12bb19fe081a7073861b424a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=957d5410892aa7b12bb19fe081a7073861b424a6 Author: Nicolai Hähnle Date: Fri Oct 7 17:33:07 2016 +0200 st/glsl_to_tgsi: explicit

Mesa (master): st/glsl_to_tgsi: simpler fixup of empty writemasks

2016-10-12 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: f5f3cadca3809952288e3726ed5fde22090dc61d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5f3cadca3809952288e3726ed5fde22090dc61d Author: Nicolai Hähnle Date: Fri Oct 7 12:49:36 2016 +0200 st/glsl_to_tgsi: simpler fixup