Mesa (master): svga: Fix a strict-aliasing violation in shader dumper

2016-12-20 Thread Edward O'Callaghan
Module: Mesa Branch: master Commit: 8801734da701d95608e39d829e0a31a191ee68f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8801734da701d95608e39d829e0a31a191ee68f2 Author: Edward O'Callaghan Date: Tue Dec 6 11:28:56 2016 +1100 svga: Fix a strict-aliasing violation in shader dumper

Mesa (master): gallivm: provide soa fetch path handling formats with more than 32bit

2016-12-20 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 3c98e3cd63012246346e6054c5c16d368f899062 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c98e3cd63012246346e6054c5c16d368f899062 Author: Roland Scheidegger Date: Sun Dec 11 23:41:07 2016 +0100 gallivm: provide soa fetch path handling formats with

Mesa (master): gallivm: optimize gather a bit, by using supplied destination type

2016-12-20 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 8bd67a35c50e68c21aed043de11e095c284d151a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bd67a35c50e68c21aed043de11e095c284d151a Author: Roland Scheidegger Date: Sun Dec 11 23:39:22 2016 +0100 gallivm: optimize gather a bit, by using supplied dest

Mesa (master): draw: use SoA fetch, not AoS one

2016-12-20 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: e827d9175675aaa6cfc0b981e2a80685fb7b3a74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e827d9175675aaa6cfc0b981e2a80685fb7b3a74 Author: Roland Scheidegger Date: Wed Dec 21 04:43:07 2016 +0100 draw: use SoA fetch, not AoS one Now that there's som

Mesa (master): gallivm: optimize SoA AoS fallback fetch path a little

2016-12-20 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 5b950319ced820ee112f38f69b5694179c15815d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b950319ced820ee112f38f69b5694179c15815d Author: Roland Scheidegger Date: Wed Dec 21 04:23:55 2016 +0100 gallivm: optimize SoA AoS fallback fetch path a little

Mesa (master): gallivm: (trivial) handle non-aligned fetch for lp_build_fetch_rgba_soa

2016-12-20 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: d7d23aee4b41de64781fe249ca9a99a9166b097d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7d23aee4b41de64781fe249ca9a99a9166b097d Author: Roland Scheidegger Date: Sun Dec 11 23:37:30 2016 +0100 gallivm: (trivial) handle non-aligned fetch for lp_bui

Mesa (master): gallivm: generalize the compressed format soa fetch a bit

2016-12-20 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: cb81460dcc61da0fb5ce066ee435c56840c0aba3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb81460dcc61da0fb5ce066ee435c56840c0aba3 Author: Roland Scheidegger Date: Wed Dec 21 04:30:02 2016 +0100 gallivm: generalize the compressed format soa fetch a

Mesa (master): 26 new commits

2016-12-20 Thread Axel Davy
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=123e947228241e743a4d0fdb8a911f57a3dd4ef9 Author: Axel Davy Date: Sun Dec 18 19:21:08 2016 +0100 st/nine: Upload on secondary context for Draw*Up Avoid synchronization by using the secondary context for uploading the vert

Mesa (master): 99 new commits

2016-12-20 Thread Axel Davy
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b154ac04d9cacf98631a826c25e7e3756f5cda9 Author: Axel Davy Date: Sun Nov 13 12:41:53 2016 +0100 st/nine: Optimize ColorFill When we lock the whole surface to overwrite it, we can use DISCARD. Signed-off-by: Axel Dav

Mesa (master): egl: Check config's surface types in eglCreate*Surface()

2016-12-20 Thread Chad Versace
Module: Mesa Branch: master Commit: fbb4af96c6b6be08ed93e8d5a704b9f7002642f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbb4af96c6b6be08ed93e8d5a704b9f7002642f8 Author: Chad Versace Date: Fri Dec 16 11:00:13 2016 -0800 egl: Check config's surface types in eglCreate*Surface() If

Mesa (master): glsl: Use ir_var_temporary when generating inline functions.

2016-12-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 62b8bcda1cb7ad18acee7042d40c01b56385e124 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=62b8bcda1cb7ad18acee7042d40c01b56385e124 Author: Kenneth Graunke Date: Mon Dec 19 14:32:57 2016 -0800 glsl: Use ir_var_temporary when generating inline functio

Mesa (master): mesa: don't attempt to unlock an unlocked debug state mutex

2016-12-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: d74c3e55b3b44d8770827a2af5dfffa10557e3c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d74c3e55b3b44d8770827a2af5dfffa10557e3c7 Author: Jonathan Gray Date: Mon Dec 12 02:42:16 2016 +1100 mesa: don't attempt to unlock an unlocked debug state mutex

Mesa (master): i965: Don' t bail on vertex element processing if we need draw params.

2016-12-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 8fc5443a2b39aaa8292984f7225a2c7968d568ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fc5443a2b39aaa8292984f7225a2c7968d568ae Author: Kenneth Graunke Date: Mon Dec 19 11:21:27 2016 -0800 i965: Don't bail on vertex element processing if we need

Mesa (master): glsl: allow invariant on fragment shader outputs.

2016-12-20 Thread Andres Gomez
Module: Mesa Branch: master Commit: ab8ea1b3d481ff39fbfc2b75a63b24838aaf7476 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab8ea1b3d481ff39fbfc2b75a63b24838aaf7476 Author: Dave Airlie Date: Mon May 23 14:18:03 2016 +1000 glsl: allow invariant on fragment shader outputs. From page