Mesa (master): st/glsl_to_nir: disable io lowering to temps for tess

2018-01-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f69cbb2b53ac3edf7b201ba77430a61471edfa6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f69cbb2b53ac3edf7b201ba77430a61471edfa6e Author: Timothy Arceri Date: Thu Jan 11 12:47:31 2018 +1100 st/glsl_to_nir: disable io lowering to temps for tess Low

Mesa (master): i965/draw: Do resolves properly for textures used by TXF

2018-01-16 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 96aa5587155e7de87e80d617725cc66f6807c5d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96aa5587155e7de87e80d617725cc66f6807c5d1 Author: Jason Ekstrand Date: Tue Oct 31 16:29:22 2017 -0700 i965/draw: Do resolves properly for textures used by TXF

Mesa (master): i965: Enable CCS_E sampling of sRGB textures as UNORM

2018-01-16 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: af10ce21fffdbe5222115950878878175823bb27 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af10ce21fffdbe5222115950878878175823bb27 Author: Jason Ekstrand Date: Fri Dec 8 22:21:09 2017 -0800 i965: Enable CCS_E sampling of sRGB textures as UNORM Rev

Mesa (master): i965: Track format and aux usage in the render cache

2018-01-16 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: d84275b884244a2fd3a6e67ceb2a5277e5edf89a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d84275b884244a2fd3a6e67ceb2a5277e5edf89a Author: Jason Ekstrand Date: Wed Dec 13 17:25:26 2017 -0800 i965: Track format and aux usage in the render cache This

Mesa (master): i965/miptree: Refactor CCS_E and CCS_D cases in render_aux_usage

2018-01-16 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 361e1df1edb23b08e36027136f1dc73f52dea536 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=361e1df1edb23b08e36027136f1dc73f52dea536 Author: Jason Ekstrand Date: Sun Dec 17 19:42:09 2017 -0800 i965/miptree: Refactor CCS_E and CCS_D cases in render_aux

Mesa (master): i965: Call brw_cache_flush_for_render in predraw_resolve_framebuffer

2018-01-16 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 622786c20c6cd073071b00ddf6e50c447f8c5768 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=622786c20c6cd073071b00ddf6e50c447f8c5768 Author: Jason Ekstrand Date: Wed Dec 13 17:23:41 2017 -0800 i965: Call brw_cache_flush_for_render in predraw_resolve_f

Mesa (master): Re-enable regular fast-clears (CCS_D) on gen9+

2018-01-16 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: f79bb2e651f329364dfb3db0aac4b72f91f130cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f79bb2e651f329364dfb3db0aac4b72f91f130cc Author: Jason Ekstrand Date: Tue Dec 5 14:41:48 2017 -0800 Re-enable regular fast-clears (CCS_D) on gen9+ This rever

Mesa (master): i965/gen6-7/sol: Keep independent counters for the current and previous begin/end block.

2018-01-16 Thread Francisco Jerez
Module: Mesa Branch: master Commit: f476b3f6e7b9f61c5bd93cf463005fd88aacaeba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f476b3f6e7b9f61c5bd93cf463005fd88aacaeba Author: Francisco Jerez Date: Thu Nov 16 14:27:41 2017 -0800 i965/gen6-7/sol: Keep independent counters for the curren

Mesa (master): i965/gen6-7/sol: Restructure primitive counter into a separate type.

2018-01-16 Thread Francisco Jerez
Module: Mesa Branch: master Commit: b0c8d61281d5e09cd216e1ff3f2c441f7c550a47 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0c8d61281d5e09cd216e1ff3f2c441f7c550a47 Author: Francisco Jerez Date: Fri Nov 17 14:06:04 2017 -0800 i965/gen6-7/sol: Restructure primitive counter into a sep

Mesa (master): i965/gen6-7/sol: Bump primitive counter BO size.

2018-01-16 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 53d8508f1d964423123b7a444e07eabe2d723f7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53d8508f1d964423123b7a444e07eabe2d723f7e Author: Francisco Jerez Date: Fri Nov 17 14:07:21 2017 -0800 i965/gen6-7/sol: Bump primitive counter BO size. Improve

Mesa (master): st/mesa: enable ARB_enhanced_layouts on nir drivers

2018-01-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dc520dafdcfccd20071dc560b39e3d93ffdbafe4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc520dafdcfccd20071dc560b39e3d93ffdbafe4 Author: Timothy Arceri Date: Fri Jan 12 16:42:47 2018 +1100 st/mesa: enable ARB_enhanced_layouts on nir drivers I'm g

Mesa (master): draw: fix vsplit code when the (post-bias) index value is -1

2018-01-16 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 1f462eaf394517dac98b0c41f09e995f2940fdb8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f462eaf394517dac98b0c41f09e995f2940fdb8 Author: Roland Scheidegger Date: Tue Jan 16 03:01:56 2018 +0100 draw: fix vsplit code when the (post-bias) index value

Mesa (master): draw: remove VSPLIT_CREATE_IDX macro

2018-01-16 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: b0413cfd8b84634db4a5bf57d550b21d0d2fa8f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0413cfd8b84634db4a5bf57d550b21d0d2fa8f7 Author: Roland Scheidegger Date: Tue Jan 16 17:55:00 2018 +0100 draw: remove VSPLIT_CREATE_IDX macro Just inline the

Mesa (master): osmesa: don't check SmoothFlag twice

2018-01-16 Thread Grazvydas Ignotas
Module: Mesa Branch: master Commit: 6129c03cc7328696f69c5aaa7e204c8257174933 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6129c03cc7328696f69c5aaa7e204c8257174933 Author: Grazvydas Ignotas Date: Sun Jan 14 21:52:52 2018 +0200 osmesa: don't check SmoothFlag twice Trivial. Found by

Mesa (master): radeon: remove unneeded semicolons

2018-01-16 Thread Grazvydas Ignotas
Module: Mesa Branch: master Commit: e3adb1abaf739f317df3a67f61aea2013e88c840 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3adb1abaf739f317df3a67f61aea2013e88c840 Author: Grazvydas Ignotas Date: Sun Jan 14 23:40:25 2018 +0200 radeon: remove unneeded semicolons Trivial. Found by C

Mesa (master): st/va: release held locks in error paths

2018-01-16 Thread Grazvydas Ignotas
Module: Mesa Branch: master Commit: 0ad73031ec2f9dee6d3ad20dd625b0134ea8ec8b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ad73031ec2f9dee6d3ad20dd625b0134ea8ec8b Author: Grazvydas Ignotas Date: Mon Jan 15 23:59:20 2018 +0200 st/va: release held locks in error paths Found with th

Mesa (master): mesa: remove unneeded semicolons

2018-01-16 Thread Grazvydas Ignotas
Module: Mesa Branch: master Commit: cce982a70be5e24c6f6ee222c17c47eb8cba6921 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cce982a70be5e24c6f6ee222c17c47eb8cba6921 Author: Grazvydas Ignotas Date: Sun Jan 14 23:45:05 2018 +0200 mesa: remove unneeded semicolons Trivial. Found by Coc

Mesa (master): ac: import lp_create_builder() from gallivm

2018-01-16 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 2091206ad3764c94317bd700cc551f9c31a2847d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2091206ad3764c94317bd700cc551f9c31a2847d Author: Samuel Pitoiset Date: Mon Jan 15 14:51:43 2018 +0100 ac: import lp_create_builder() from gallivm Signed-off-b

Mesa (master): ac: set fast math flags when RADV_DEBUG="unsafemath" is used

2018-01-16 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 4f5318df2cba4f4a455cf3a5aaa020908806987d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f5318df2cba4f4a455cf3a5aaa020908806987d Author: Samuel Pitoiset Date: Mon Jan 15 14:51:44 2018 +0100 ac: set fast math flags when RADV_DEBUG="unsafemath" is u

Mesa (master): ac: set no-signed-zeros-fp-math when RADV_DEBUG="unsafemath" is used

2018-01-16 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 05f73b96721518314729e49b7cadfb2d915a9ff5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05f73b96721518314729e49b7cadfb2d915a9ff5 Author: Samuel Pitoiset Date: Mon Jan 15 14:51:45 2018 +0100 ac: set no-signed-zeros-fp-math when RADV_DEBUG="unsafema

Mesa (master): ac: replace llvm.AMDGPU.kilp by llvm.amdgcn.kill with LLVM 6

2018-01-16 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: ad2b3b2a9cefc28f8bd78a116ab549a08d35ec35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad2b3b2a9cefc28f8bd78a116ab549a08d35ec35 Author: Samuel Pitoiset Date: Thu Jan 11 16:45:11 2018 +0100 ac: replace llvm.AMDGPU.kilp by llvm.amdgcn.kill with LLV

Mesa (master): glsl/linker: link-error using the same name in unnamed block and outside

2018-01-16 Thread Juan Antonio Suárez Romero
Module: Mesa Branch: master Commit: 9b894c88a688904860d0f37221b78fbcb168f216 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b894c88a688904860d0f37221b78fbcb168f216 Author: Juan A. Suarez Romero Date: Tue Jan 16 19:42:35 2018 +0100 glsl/linker: link-error using the same name in unna

Mesa (master): glx: fix non-dri build

2018-01-16 Thread Emil Velikov
Module: Mesa Branch: master Commit: 47ac11bcf8bd9e4525e0fb4308d0bca87a8900c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=47ac11bcf8bd9e4525e0fb4308d0bca87a8900c6 Author: Samuel Thibault Date: Mon Jan 15 15:38:25 2018 +0100 glx: fix non-dri build glXGetDriverConfig parameters do

Mesa (17.3): 36 new commits

2018-01-16 Thread Juan Antonio Suárez Romero
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2416223f1d7b6d23a3f4f6df4f9726bd12eab200 Author: Florian Will Date: Fri Jan 5 15:33:31 2018 +0100 glsl: Respect std430 layout in lower_buffer_access Respect the std430 rules for determining offset and size of struct memb

Mesa (master): radeon/uvd: update quantiser matrices only when requested

2018-01-16 Thread Christian König
Module: Mesa Branch: master Commit: 38dee62c9a0ced17fb1f25256f9da3b163a16f81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38dee62c9a0ced17fb1f25256f9da3b163a16f81 Author: Indrajit Das Date: Wed Jan 10 15:28:17 2018 +0530 radeon/uvd: update quantiser matrices only when requested O

Mesa (master): st/va: clear pointers for mpeg2 quantiser matrices

2018-01-16 Thread Christian König
Module: Mesa Branch: master Commit: 338638a8afc9f330bacc1cdd7e6392a3ea9d828a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=338638a8afc9f330bacc1cdd7e6392a3ea9d828a Author: Indrajit Das Date: Wed Jan 10 15:31:37 2018 +0530 st/va: clear pointers for mpeg2 quantiser matrices This is

Mesa (master): radeon/vcn: update quantiser matrices only when requested

2018-01-16 Thread Christian König
Module: Mesa Branch: master Commit: f5277e84925b69b0bf01340122684becd45c1f7d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5277e84925b69b0bf01340122684becd45c1f7d Author: Indrajit Das Date: Wed Jan 10 15:30:44 2018 +0530 radeon/vcn: update quantiser matrices only when requested O