Mesa (master): ac: image size builtin for GLSL_SAMPLER_DIM_3D

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 82adf53308c137ce0dc5f2d5da4e7cc40c5b808c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82adf53308c137ce0dc5f2d5da4e7cc40c5b808c Author: Timothy Arceri Date: Thu Jan 18 18:15:28 2018 +1100 ac: image size builtin for GLSL_SAMPLER_DIM_3D This is wh

Mesa (master): ac: fix image load store for GLSL_SAMPLER_DIM_3D

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e68150de263156a3f3d1b609b6506c5649967f61 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e68150de263156a3f3d1b609b6506c5649967f61 Author: Timothy Arceri Date: Sat Jan 20 14:04:55 2018 +1100 ac: fix image load store for GLSL_SAMPLER_DIM_3D Fixes th

Mesa (master): swr: refactor swr_create_screen to allow for proper cleanup on error

2018-01-22 Thread George Kyriazis
Module: Mesa Branch: master Commit: a29d63ecf71546c4798c609e37810f0ec81793d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a29d63ecf71546c4798c609e37810f0ec81793d8 Author: Chuck Atkins Date: Mon Jan 22 12:09:28 2018 -0500 swr: refactor swr_create_screen to allow for proper cleanup

Mesa (master): intel: Add Geminilake brand strings

2018-01-22 Thread Anuj Phogat
Module: Mesa Branch: master Commit: 56b9060381a02e9e3545c7eda3c281034a7e9b10 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56b9060381a02e9e3545c7eda3c281034a7e9b10 Author: Anuj Phogat Date: Wed Jan 17 13:30:16 2018 -0800 intel: Add Geminilake brand strings Signed-off-by: Anuj Phog

Mesa (master): ac: fix ac_build_varying_gather_values() for packed layouts

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 5b9362c2482393888366db38cba04aaf042ba7a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b9362c2482393888366db38cba04aaf042ba7a8 Author: Timothy Arceri Date: Fri Jan 19 16:48:43 2018 +1100 ac: fix ac_build_varying_gather_values() for packed layout

Mesa (master): ac: remove arrays when when querying sampler info

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 209b14c2cb99aae13f5c547fb2be5ed6607feef8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=209b14c2cb99aae13f5c547fb2be5ed6607feef8 Author: Timothy Arceri Date: Fri Jan 19 15:51:15 2018 +1100 ac: remove arrays when when querying sampler info Fixes t

Mesa (master): glsl: add image and sampler (un)packing support to glsl to nir

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0cbc62a4dd92d1585aa14bf115d966deac07948e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cbc62a4dd92d1585aa14bf115d966deac07948e Author: Timothy Arceri Date: Fri Jan 19 15:11:16 2018 +1100 glsl: add image and sampler (un)packing support to glsl to

Mesa (master): nir: add image and sampler type to glsl_get_bit_size()

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 549ccbb4356730e096602048f53dea24220ff1d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=549ccbb4356730e096602048f53dea24220ff1d5 Author: Timothy Arceri Date: Fri Jan 19 15:09:51 2018 +1100 nir: add image and sampler type to glsl_get_bit_size() Th

Mesa (master): ac: fix emit vertex stream parameter

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 324d2fe6a754e84df79db75cdbc3a8c4c32a7279 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=324d2fe6a754e84df79db75cdbc3a8c4c32a7279 Author: Timothy Arceri Date: Fri Jan 19 16:30:37 2018 +1100 ac: fix emit vertex stream parameter Fixes the following

Mesa (master): ac: add support for gl_HelperInvocation

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 271067967ae24d0fc6deb96821824b2fc19cf2c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=271067967ae24d0fc6deb96821824b2fc19cf2c8 Author: Timothy Arceri Date: Fri Jan 19 10:04:26 2018 +1100 ac: add support for gl_HelperInvocation Reviewed-by: Nico

Mesa (master): ac/radeonsi: add emit primitive to the abi

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3bc5fa69f5c8061ba9eaf30972eb21ace6593dc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3bc5fa69f5c8061ba9eaf30972eb21ace6593dc9 Author: Timothy Arceri Date: Fri Jan 19 09:09:29 2018 +1100 ac/radeonsi: add emit primitive to the abi Reviewed-by: N

Mesa (master): radeonsi: add generic emit primitive helper

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dd4591b79481ac98967af1f93e9e4b52197e6dc7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd4591b79481ac98967af1f93e9e4b52197e6dc7 Author: Timothy Arceri Date: Fri Jan 19 08:50:42 2018 +1100 radeonsi: add generic emit primitive helper This will be

Mesa (master): ac: add stream handling to visit_end_primitive()

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: fdc2fb4d88377213991c70dbcfafb70004912515 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fdc2fb4d88377213991c70dbcfafb70004912515 Author: Timothy Arceri Date: Fri Jan 19 08:33:03 2018 +1100 ac: add stream handling to visit_end_primitive() Reviewed

Mesa (master): ac/nir: add ARB_shader_group_vote support

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4a9643413f897d1f6d43abf690d8b74b82646deb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a9643413f897d1f6d43abf690d8b74b82646deb Author: Timothy Arceri Date: Mon Jan 22 10:51:58 2018 +1100 ac/nir: add ARB_shader_group_vote support Reviewed-by: Ni

Mesa (master): ac/nir/radeonsi: add ARB_shader_ballot support

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 882af004d886a08c95622a16f98e17f1b28f85db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=882af004d886a08c95622a16f98e17f1b28f85db Author: Timothy Arceri Date: Mon Jan 22 12:53:45 2018 +1100 ac/nir/radeonsi: add ARB_shader_ballot support Reviewed-b

Mesa (master): radeonsi/nir: add primitive id to inputs scan

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dabff1cf7a13348cc93a9162f464d476a8866464 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dabff1cf7a13348cc93a9162f464d476a8866464 Author: Timothy Arceri Date: Fri Jan 19 22:44:58 2018 +1100 radeonsi/nir: add primitive id to inputs scan Fixes the f

Mesa (master): radeonsi/nir: fix fs output index

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 6bf1c93fe07603b3bcc9de88ce92cec61954bb4a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6bf1c93fe07603b3bcc9de88ce92cec61954bb4a Author: Timothy Arceri Date: Mon Jan 22 14:41:25 2018 +1100 radeonsi/nir: fix fs output index Fixes the following pig

Mesa (master): radeonsi/nir: add nir_intrinsic_load_sample_mask_in to ir scan

2018-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c6a0ce7e5479f9bb8ed6135df685b0e34681c189 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6a0ce7e5479f9bb8ed6135df685b0e34681c189 Author: Timothy Arceri Date: Fri Jan 19 21:52:24 2018 +1100 radeonsi/nir: add nir_intrinsic_load_sample_mask_in to ir

Mesa (master): svga: Prevent use after free.

2018-01-22 Thread Jose Fonseca
Module: Mesa Branch: master Commit: dcbb224c688bfdacb76107a9816647f64088e67e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcbb224c688bfdacb76107a9816647f64088e67e Author: Jose Fonseca Date: Mon Jan 22 15:05:22 2018 + svga: Prevent use after free. Courtesy of clang static anal

Mesa (master): u_thread: Use pthread_setname_np on linux only.

2018-01-22 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 9131e6d3c2dcc30260e23f2232b44c8cffc6f315 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9131e6d3c2dcc30260e23f2232b44c8cffc6f315 Author: Samuel Thibault Date: Sat Jan 13 12:33:15 2018 +0100 u_thread: Use pthread_setname_np on linux only. pthread_

Mesa (master): i965: Drop render_target_start from binding table struct.

2018-01-22 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 60f15477dad1fa752a91ecf1c2bf0aabbccbf2e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60f15477dad1fa752a91ecf1c2bf0aabbccbf2e5 Author: Kenneth Graunke Date: Tue Jan 2 23:59:06 2018 -0800 i965: Drop render_target_start from binding table struct.

Mesa (master): i965: make brw_context::num_samples unsigned int

2018-01-22 Thread Emil Velikov
Module: Mesa Branch: master Commit: a9bb067e27cd1d249cede580c50e7e2fc1eef372 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9bb067e27cd1d249cede580c50e7e2fc1eef372 Author: Emil Velikov Date: Fri Jan 19 15:57:50 2018 + i965: make brw_context::num_samples unsigned int It is neve

Mesa (master): st/mesa: provide static inline st_init_vdpau_functions

2018-01-22 Thread Emil Velikov
Module: Mesa Branch: master Commit: ef1df63046d2e129817cd39ca9a91fa7a1e9cf38 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef1df63046d2e129817cd39ca9a91fa7a1e9cf38 Author: Emil Velikov Date: Fri Jan 19 16:53:47 2018 + st/mesa: provide static inline st_init_vdpau_functions The

Mesa (master): radv: add an option that allows to dump pre-optimization ir

2018-01-22 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 33e6e5e6a45a63728053d92c366fe8b320199843 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=33e6e5e6a45a63728053d92c366fe8b320199843 Author: Samuel Pitoiset Date: Fri Jan 19 12:12:02 2018 +0100 radv: add an option that allows to dump pre-optimization

Mesa (master): i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext

2018-01-22 Thread Chris Wilson
Module: Mesa Branch: master Commit: 525b4f7548462bfc2e82f2d1f04f61ce6854a3c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=525b4f7548462bfc2e82f2d1f04f61ce6854a3c5 Author: Chris Wilson Date: Sat Jan 20 00:19:47 2018 + i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext T

Mesa (master): radv: restore previous stencil reference after depth-stencil clear

2018-01-22 Thread Alex Smith
Module: Mesa Branch: master Commit: 005375717b18b2eb04bdc54a260b096cabab15d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=005375717b18b2eb04bdc54a260b096cabab15d2 Author: Matthew Nicholls Date: Fri Jan 19 14:11:48 2018 + radv: restore previous stencil reference after depth-ste

Mesa (master): i965/bufmgr: Add a create_from_prime_tiled function

2018-01-22 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: b9e7b29705cb17ef7f88d346db823c9b99810249 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9e7b29705cb17ef7f88d346db823c9b99810249 Author: Jason Ekstrand Date: Thu Jan 18 20:39:50 2018 -0800 i965/bufmgr: Add a create_from_prime_tiled function This

Mesa (master): i965: Set tiling on BOs imported with modifiers

2018-01-22 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 50485723523d2948a44570ba110f02f726f86a54 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50485723523d2948a44570ba110f02f726f86a54 Author: Jason Ekstrand Date: Thu Jan 11 17:33:36 2018 -0800 i965: Set tiling on BOs imported with modifiers We need t

Mesa (master): i965/miptree: Use the tiling from the modifier instead of the BO

2018-01-22 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: ad424b2243023b0299de700fb2d220c2f7849ce6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad424b2243023b0299de700fb2d220c2f7849ce6 Author: Jason Ekstrand Date: Fri Nov 17 16:10:54 2017 -0800 i965/miptree: Use the tiling from the modifier instead of

Mesa (master): i965/miptree: Add an explicit tiling parameter to create_for_bo

2018-01-22 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 0465dd13d26451e2a57684d1ca6329dfbdeac9f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0465dd13d26451e2a57684d1ca6329dfbdeac9f4 Author: Jason Ekstrand Date: Fri Nov 17 16:10:53 2017 -0800 i965/miptree: Add an explicit tiling parameter to create_f