Mesa (master): mesa/glsl: delete previously linked shaders earlier when linking

2016-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d2861d682a235993844989f7742c9539c3e10245 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2861d682a235993844989f7742c9539c3e10245 Author: Timothy Arceri Date: Wed Nov 2 09:49:58 2016 +1100 mesa/glsl: delete previously linked shaders earlier when l

Mesa (master): nir: fix nir_shader_clone() and nir_sweep()

2016-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 903e5eae974c125c2605fad465f7cf6863143199 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=903e5eae974c125c2605fad465f7cf6863143199 Author: Timothy Arceri Date: Thu Nov 3 09:18:19 2016 +1100 nir: fix nir_shader_clone() and nir_sweep() These were br

Mesa (master): st/mesa/r200/i915/i965: use rzalloc() to create gl_program

2016-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: cc6aa1d161280f10ded7834d1ec2413bc97589fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc6aa1d161280f10ded7834d1ec2413bc97589fe Author: Timothy Arceri Date: Thu Nov 3 09:18:17 2016 +1100 st/mesa/r200/i915/i965: use rzalloc() to create gl_program

Mesa (master): mesa: move shader_info to the start of gl_program

2016-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f304aca54204fab2dd674a07f4bf13a6a1581c20 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f304aca54204fab2dd674a07f4bf13a6a1581c20 Author: Timothy Arceri Date: Thu Nov 3 09:18:18 2016 +1100 mesa: move shader_info to the start of gl_program This wi

Mesa (master): nv50, nvc0: stop limiting the number of active queries to 1

2016-11-02 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 548b5fee6b4a71d1b7b52b2268ef809a2cb90149 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=548b5fee6b4a71d1b7b52b2268ef809a2cb90149 Author: Samuel Pitoiset Date: Thu Oct 27 00:08:30 2016 +0200 nv50,nvc0: stop limiting the number of active queries to

Mesa (master): nvc0: add new warp_execution_efficiency metric on SM30+

2016-11-02 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 524703da5899443ca83cb7aaa587c50d5d74a996 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=524703da5899443ca83cb7aaa587c50d5d74a996 Author: Samuel Pitoiset Date: Wed Nov 2 23:57:25 2016 +0100 nvc0: add new warp_execution_efficiency metric on SM30+

Mesa (master): nvc0: do not expose metric-inst_issued twice on SM35

2016-11-02 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: c32d7175aaef7892b0ab6f64a232fceb10509857 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c32d7175aaef7892b0ab6f64a232fceb10509857 Author: Samuel Pitoiset Date: Tue Nov 1 19:19:15 2016 +0100 nvc0: do not expose metric-inst_issued twice on SM35 Sig

Mesa (master): nvc0: add new warp_nonpred_execution_efficiency metric on SM35

2016-11-02 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: b6137f226c593a31f85a7551594ce16172af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6137f226c593a31f85a7551594ce16172af Author: Samuel Pitoiset Date: Wed Nov 2 23:50:03 2016 +0100 nvc0: add new warp_nonpred_execution_efficiency metric on

Mesa (master): nvc0: respect 80-chars for perf metrics descriptions

2016-11-02 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 51fe48660a2eda1f0b3574c4b4e5386f90245139 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51fe48660a2eda1f0b3574c4b4e5386f90245139 Author: Samuel Pitoiset Date: Tue Nov 1 19:23:21 2016 +0100 nvc0: respect 80-chars for perf metrics descriptions Sig

Mesa (master): nvc0: add missing metric-issue_slot on SM35

2016-11-02 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 98a382d013c8963e0854f4859b81065171992e04 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98a382d013c8963e0854f4859b81065171992e04 Author: Samuel Pitoiset Date: Tue Nov 1 19:34:44 2016 +0100 nvc0: add missing metric-issue_slot on SM35 Signed-off-b

Mesa (master): nvc0: sort performance metrics alphabetically

2016-11-02 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: b58d85bac8ccf1a6a4493839c5905c5b567c4a7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b58d85bac8ccf1a6a4493839c5905c5b567c4a7b Author: Samuel Pitoiset Date: Tue Nov 1 19:22:37 2016 +0100 nvc0: sort performance metrics alphabetically Signed-off

Mesa (master): radv: add support for anisotropic filtering on VI+

2016-11-02 Thread Dave Airlie
Module: Mesa Branch: master Commit: e7b9c5eb74619dbda3f24928196ab8c8d9408c0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7b9c5eb74619dbda3f24928196ab8c8d9408c0b Author: Fredrik Höglund Date: Thu Oct 27 03:02:14 2016 +0200 radv: add support for anisotropic filtering on VI+ Porte

Mesa (master): radv: fix dual source blending

2016-11-02 Thread Dave Airlie
Module: Mesa Branch: master Commit: 73592b92844af3c1298ef5e66e3055793443546d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73592b92844af3c1298ef5e66e3055793443546d Author: Dave Airlie Date: Wed Nov 2 00:33:33 2016 + radv: fix dual source blending Dolphin tried to use this, bu

Mesa (master): nv50: add missing draw_calls_indexed driver stat

2016-11-02 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 1d75d681d37a47cf2b3d03b3c32bd9be9751e034 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d75d681d37a47cf2b3d03b3c32bd9be9751e034 Author: Samuel Pitoiset Date: Wed Jun 8 21:18:36 2016 +0200 nv50: add missing draw_calls_indexed driver stat Spotted

Mesa (master): glx/glvnd: Use bsearch() in FindGLXFunction instead of open-coding it

2016-11-02 Thread Adam Jackson
Module: Mesa Branch: master Commit: afaaf623d4d95b3ac736e72c744f683a2b804e1d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=afaaf623d4d95b3ac736e72c744f683a2b804e1d Author: Adam Jackson Date: Wed Sep 14 14:02:56 2016 -0400 glx/glvnd: Use bsearch() in FindGLXFunction instead of open-

Mesa (master): glx/glvnd: Don' t modify the dummy slot in the dispatch table

2016-11-02 Thread Adam Jackson
Module: Mesa Branch: master Commit: deb0eb1660f612862c77d225582e102e7ab717ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=deb0eb1660f612862c77d225582e102e7ab717ee Author: Adam Jackson Date: Wed Sep 14 13:56:50 2016 -0400 glx/glvnd: Don't modify the dummy slot in the dispatch table

Mesa (master): glx/glvnd: Fix dispatch function names and indices

2016-11-02 Thread Adam Jackson
Module: Mesa Branch: master Commit: 8bca8d89ef3babbecc4f3160cbbcb93d33b7a6ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bca8d89ef3babbecc4f3160cbbcb93d33b7a6ee Author: Adam Jackson Date: Wed Sep 14 14:01:13 2016 -0400 glx/glvnd: Fix dispatch function names and indices As this

Mesa (master): anv/pipeline: Put actual pointers in anv_shader_bin

2016-11-02 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: ff3185e3ba85b3635a1f645e8e951954f4022afe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff3185e3ba85b3635a1f645e8e951954f4022afe Author: Jason Ekstrand Date: Tue Nov 1 16:03:12 2016 -0700 anv/pipeline: Put actual pointers in anv_shader_bin While

Mesa (master): intel/blorp: Pass a brw_stage_prog_data to upload_shader

2016-11-02 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 4306c10a885bdd833328a2a4eeb0079aa4f4bae3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4306c10a885bdd833328a2a4eeb0079aa4f4bae3 Author: Jason Ekstrand Date: Tue Nov 1 14:16:34 2016 -0700 intel/blorp: Pass a brw_stage_prog_data to upload_shader

Mesa (master): intel/blorp: Use wm_prog_data instead of hand-rolling our own

2016-11-02 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 058304f0819c96fd18eb17911022a410540aa295 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=058304f0819c96fd18eb17911022a410540aa295 Author: Jason Ekstrand Date: Tue Nov 1 14:03:43 2016 -0700 intel/blorp: Use wm_prog_data instead of hand-rolling our

Mesa (master): anv/pipeline: Properly cache prog_data::param

2016-11-02 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 71cc1e188d52bebe86a1ac72fe90f4e2a7e76778 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71cc1e188d52bebe86a1ac72fe90f4e2a7e76778 Author: Jason Ekstrand Date: Tue Nov 1 15:10:29 2016 -0700 anv/pipeline: Properly cache prog_data::param Before we w

Mesa (master): anv: Better handle return codes from anv_physical_device_init

2016-11-02 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: a5f8ff6ca18c38a7c4b5b37a4d5b14ca01e71b1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5f8ff6ca18c38a7c4b5b37a4d5b14ca01e71b1e Author: Jason Ekstrand Date: Tue Nov 1 17:51:56 2016 -0700 anv: Better handle return codes from anv_physical_device_i

Mesa (master): vulkan/wsi/x11: Better handle wsi_x11_connection_create failure

2016-11-02 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: fc0e9e3e40e4b044ce1b62c1b757941f4ed4c820 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc0e9e3e40e4b044ce1b62c1b757941f4ed4c820 Author: Jason Ekstrand Date: Tue Nov 1 17:16:14 2016 -0700 vulkan/wsi/x11: Better handle wsi_x11_connection_create fa

Mesa (master): vulkan/wsi/x11: Clean up connections in finish_wsi

2016-11-02 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: daeb21e47845795d0320811db1e202540fba356b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=daeb21e47845795d0320811db1e202540fba356b Author: Jason Ekstrand Date: Tue Nov 1 17:18:30 2016 -0700 vulkan/wsi/x11: Clean up connections in finish_wsi Signed

Mesa (master): android: avoid using libdrm with host modules

2016-11-02 Thread Emil Velikov
Module: Mesa Branch: master Commit: e3e5b1a4884666ec806d4eb0188826578580d666 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3e5b1a4884666ec806d4eb0188826578580d666 Author: Chih-Wei Huang Date: Fri Oct 28 17:54:17 2016 +0800 android: avoid using libdrm with host modules Note LOCAL_

Mesa (master): glsl: compute lvalues of [in] out parameters before inlined function body

2016-11-02 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 1ef505bb02b00a577c33e1af27d983abd14465e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ef505bb02b00a577c33e1af27d983abd14465e7 Author: Nicolai Hähnle Date: Wed Oct 19 19:43:39 2016 +0200 glsl: compute lvalues of [in]out parameters before inlined

Mesa (master): tgsi: align the definition of BFI & [UI]BFE with GLSL

2016-11-02 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 6526977306ae013a3ab4946229168a30015393ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6526977306ae013a3ab4946229168a30015393ec Author: Nicolai Hähnle Date: Thu Oct 27 10:32:27 2016 +0200 tgsi: align the definition of BFI & [UI]BFE with GLSL As

Mesa (master): radeonsi: fix BFE/BFI lowering for GLSL semantics

2016-11-02 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 5aef14932ac047dc5f1af311a26b7f41b140d79f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5aef14932ac047dc5f1af311a26b7f41b140d79f Author: Nicolai Hähnle Date: Thu Oct 27 10:59:37 2016 +0200 radeonsi: fix BFE/BFI lowering for GLSL semantics Fixes