Mesa (master): radv: enable nir component packing

2017-12-03 Thread Timothy Arceri
Module: Mesa Branch: master Commit: aecb9bec87f1b8bf47c86f49c8ac2109ef73041f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aecb9bec87f1b8bf47c86f49c8ac2109ef73041f Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Oct 18 13:48:41 2017 +1100 radv: enable nir component p

Mesa (master): st/glsl_to_nir: make st_glsl_to_nir() static

2017-12-03 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a9ac01b96f265af10fe4de58699c75ec6e0b6238 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9ac01b96f265af10fe4de58699c75ec6e0b6238 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Nov 14 10:06:47 2017 +1100 st/glsl_to_nir

Mesa (master): nir: add varying array splitting pass

2017-12-03 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c797bc6aa7b339deb96be5f9c75662439a4963b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c797bc6aa7b339deb96be5f9c75662439a4963b6 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Oct 23 15:51:29 2017 +1100 nir: add varying array spl

Mesa (master): radeonsi/nir: add support for packed inputs

2017-12-03 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c16a0e11d394a9ad9b5d9b698130e15e1a84bf1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c16a0e11d394a9ad9b5d9b698130e15e1a84bf1c Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Nov 17 17:04:22 2017 +1100 radeonsi/nir: add s

Mesa (master): nir: add varying component packing helpers

2017-12-03 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 1c9c42d16b4c8ab896537c32e3b2df237be69323 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c9c42d16b4c8ab896537c32e3b2df237be69323 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Oct 18 19:40:06 2017 +1100 nir: add varying component p

Mesa (master): st/glsl_to_nir: move some calls out of st_glsl_to_nir_post_opts()

2017-12-03 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c3a5d74377bd90f78b9af55db598b03d264d0c02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3a5d74377bd90f78b9af55db598b03d264d0c02 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Nov 17 17:45:32 2017 +1100 st/glsl_to_nir: move some

Mesa (master): st/glsl_to_nir: add st_nir_assign_var_locations() helper

2017-12-03 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9530b786d2fcd4750ad61fc57c90bf398f0d98c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9530b786d2fcd4750ad61fc57c90bf398f0d98c5 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Nov 21 11:53:58 2017 +1100 st/glsl_to_ni

Mesa (master): st/glsl_to_nir: enable NIR link time opts

2017-12-03 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 6648bd68fd27fce9cdcdbf9cb7a370907fb30dd9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6648bd68fd27fce9cdcdbf9cb7a370907fb30dd9 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Nov 20 17:20:35 2017 +1100 st/glsl_to_nir: enable NI

Mesa (master): nir: fix support for scalar arrays in nir_lower_io_types()

2017-12-03 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2a35021bc61632562e34448249c80887a0d7ac3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a35021bc61632562e34448249c80887a0d7ac3c Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Nov 17 14:27:27 2017 +1100 nir: fix support for scalar

Mesa (master): mesa: rework _mesa_add_parameter() to only add a single param

2017-11-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a39a3b4b76276160d99d7805109ecad9c1c95b1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a39a3b4b76276160d99d7805109ecad9c1c95b1f Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Jun 16 09:56:56 2017 +1000 mesa: rework _mesa_add_par

Mesa (master): st/glsl_to_tgsi: make use of driver_cache_blob with the disk cache

2017-11-27 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3e789026cae21e56d07e21773bd6b34f32e31b4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e789026cae21e56d07e21773bd6b34f32e31b4d Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Nov 27 16:25:11 2017 +1100 st/glsl_to_tgsi: ma

Mesa (master): glsl: Fix typo nagivation -> navigation

2017-11-27 Thread Timothy Arceri
vation -> navigation Signed-off-by: Mun Gwan-gyeong <elong...@gmail.com> Reviewed-by: Nicolai Hähnle <nicolai.haeh...@amd.com> Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> --- src/compiler/glsl/ir_hierarchical_visitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

Mesa (master): st/glsl_to_nir: don't generate nir twice for gs

2017-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 04a9558497eabe6369b01ef45d1e25015e9286ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04a9558497eabe6369b01ef45d1e25015e9286ba Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 16 11:16:10 2017 +1100 st/glsl_to_nir: don't genera

Mesa (master): glsl: Catch subscripted calls to undeclared subroutines

2017-11-19 Thread Timothy Arceri
calls to undeclared subroutines generate_array_index fails to check whether the target of a subroutine call exists in the AST, potentially passing around null ir_rvalue pointers eventuating in abort/segfault. Fixes: fd01840c0bd3 ("glsl: add AoA support to subroutines") Reviewed-by: Timo

Mesa (master): radeonsi: copy some nir gs info

2017-11-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a8bdf0e0c4c792634551c14e2dd02d72b75a8db5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8bdf0e0c4c792634551c14e2dd02d72b75a8db5 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Nov 8 15:43:16 2017 +1100 radeonsi: copy some nir g

Mesa (master): ac: add gs_{prim,invocation}_id to the abi

2017-11-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b73ce64fb8d71dd4cecaa9548a9bc4ba110c24e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b73ce64fb8d71dd4cecaa9548a9bc4ba110c24e8 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 9 15:23:23 2017 +1100 ac: add gs_{prim,invocati

Mesa (master): radeonsi: gather stream info in nir path

2017-11-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8ae92a9209028f5fbd2abae26b5e11047c359407 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ae92a9209028f5fbd2abae26b5e11047c359407 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Nov 6 22:28:21 2017 +1100 radeonsi: gather strea

Mesa (master): gallium/radeon: disable the cache when nir backend enabled

2017-11-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 5041ea96a0544283c3cf3885d6e2d2d0ba4857f5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5041ea96a0544283c3cf3885d6e2d2d0ba4857f5 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Nov 13 11:34:31 2017 +1100 gallium/radeon: disable the

Mesa (master): st/glsl_to_tgsi: use tgsi_get_gl_varying_semantic() for gs/ tes outputs

2017-11-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7273e9820e19130fe7f09b92e808fc4473839ab1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7273e9820e19130fe7f09b92e808fc4473839ab1 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Nov 13 12:55:34 2017 +1100 st/glsl_to_tgs

Mesa (master): gallium/tgsi: add tess output supoort to tgsi_get_gl_varying_semantic()

2017-11-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: bc308122ccfc1903276bc8f0ab40b07175929527 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc308122ccfc1903276bc8f0ab40b07175929527 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Nov 13 12:43:36 2017 +1100 gallium/tgsi: add tess

Mesa (master): gallium/tgsi: add prim id to tgsi_get_gl_varying_semantic()

2017-11-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3d21eb3b7d81f1f97673298b7fb7913a5d5e8220 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d21eb3b7d81f1f97673298b7fb7913a5d5e8220 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Nov 13 12:12:21 2017 +1100 gallium/tgsi: add p

Mesa (master): st/glsl_to_tgsi: make use of tgsi_get_gl_varying_semantic()

2017-11-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4ae9f0b58059b39907b1725a822b54a9f8555967 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ae9f0b58059b39907b1725a822b54a9f8555967 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Nov 13 11:58:59 2017 +1100 st/glsl_to_tgsi: ma

Mesa (master): st/atifs: remove unrequired initialisation of gl_program fields

2017-11-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b99fb1a04dbec34e43525615d99b683271241ffe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b99fb1a04dbec34e43525615d99b683271241ffe Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Nov 10 19:49:29 2017 +1100 st/atifs: remove unre

Mesa (master): ac: add emit_vertex to the abi

2017-11-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8fe6abd964ad1ff9c749fe50031dfdb9f18cae2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fe6abd964ad1ff9c749fe50031dfdb9f18cae2a Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Nov 6 17:45:34 2017 +1100 ac: add emit_vertex to t

Mesa (master): radeonsi: rework gs_vtx_offset handling

2017-11-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dc42a2177c852f7737452408586f3da7cb7682f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc42a2177c852f7737452408586f3da7cb7682f9 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 9 14:43:34 2017 +1100 radeonsi: rework gs_vtx_

Mesa (master): nir: add streams to nir data

2017-11-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8c9f3f2c46653a94be9ded38763f81da20183e08 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c9f3f2c46653a94be9ded38763f81da20183e08 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Nov 7 13:56:08 2017 +1100 nir: add streams to ni

Mesa (master): radeonsi: get llvm types from ac

2017-11-10 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f9e5216f71fed25c4991c85d71df078cc978a2d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9e5216f71fed25c4991c85d71df078cc978a2d2 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Nov 7 20:32:17 2017 +1100 radeonsi: get llvm types f

Mesa (master): glsl: drop cache_fallback

2017-11-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: cf05bb506a075c9e3b8a3c374b928ff0367c49b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf05bb506a075c9e3b8a3c374b928ff0367c49b2 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Nov 8 09:54:22 2017 +1100 glsl: drop cache_fa

Mesa (master): mesa: Add new fast mtx_t mutex type for basic use cases

2017-11-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f98a2768ca0609fb81a0ee8f30ac1e70269334c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f98a2768ca0609fb81a0ee8f30ac1e70269334c4 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Oct 16 18:06:49 2017 +1100 mesa: Add new fast mtx_t

Mesa (master): mesa: use simple mtx in core mesa

2017-11-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f0857fe87b6e8985cb1d0ec46c1a358c4cf37c29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0857fe87b6e8985cb1d0ec46c1a358c4cf37c29 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Oct 16 11:59:31 2017 +1100 mesa: use simple mtx in cor

Mesa (master): amdgpu: use simple mtx

2017-11-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 87f02ddfd123e87795f577ea3b4669bdeecb69c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87f02ddfd123e87795f577ea3b4669bdeecb69c1 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Oct 16 11:59:32 2017 +1100 amdgpu: use simple mtx Re

Mesa (master): glsl: use the correct parent when allocating program data members

2017-11-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9c33533586476693a197b7179552d140d54f23f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c33533586476693a197b7179552d140d54f23f2 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Nov 8 11:34:10 2017 +1100 glsl: use the correct paren

Mesa (master): mesa: rework how we free gl_shader_program_data

2017-11-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 6a72eba755fea15a0d97abb913a6315d9d32e274 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a72eba755fea15a0d97abb913a6315d9d32e274 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Nov 8 10:57:21 2017 +1100 mesa: rework how w

Mesa (master): st/glsl_to_nir: delay adding built-in uniforms to Parameters list

2017-11-07 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f6c0504abc486536175ce879042df7110861152e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6c0504abc486536175ce879042df7110861152e Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Nov 1 14:15:22 2017 +1100 st/glsl_to_nir: delay adding

Mesa (master): st/glsl_to_nir: generate NIR earlier

2017-11-07 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c980a3aa31335b9198814f7bb98e9cde01895444 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c980a3aa31335b9198814f7bb98e9cde01895444 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Nov 1 17:28:09 2017 +1100 st/glsl_to_nir: genera

Mesa (master): st/glsl_to_nir: use nir_shader_gather_info()

2017-11-07 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 36be8c2fcf94f5d800aed6c3d39ef23b226fd0d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36be8c2fcf94f5d800aed6c3d39ef23b226fd0d5 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Nov 1 20:32:12 2017 +1100 st/glsl_to_ni

Mesa (master): i965: disable NIR linking on HSW and below

2017-11-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a9000cb860242d2d0308aec3e8fc20148a2c5eec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9000cb860242d2d0308aec3e8fc20148a2c5eec Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Nov 6 10:31:30 2017 +1100 i965: disable NIR linking

Mesa (master): ac: use the ac i8 llvm type

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 209ad5c16f13f253845e23a15f6ad314615179a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=209ad5c16f13f253845e23a15f6ad314615179a4 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 12:41:09 2017 +1100 ac: use the ac i8 llv

Mesa (master): ac: use the ac i64 llvm type

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c64cfa0392b9c71b5c231184a2192986aa6f4d69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c64cfa0392b9c71b5c231184a2192986aa6f4d69 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 12:45:29 2017 +1100 ac: use the ac i64 llv

Mesa (master): ac: use the ac f64 llvm type

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 368654a29964968f8b0fafa23afcc02fffb75e75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=368654a29964968f8b0fafa23afcc02fffb75e75 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 13:13:07 2017 +1100 ac: use the ac f64 llv

Mesa (master): ac: use the common v8i32 llvm type

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d927db0672d513998350ba11ace685ecac9ab4f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d927db0672d513998350ba11ace685ecac9ab4f3 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 13:09:31 2017 +1100 ac: use the common v8i32 llv

Mesa (master): ac: remove usused v4f32

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e73a467005a0eed193166eae39cb56882d2897bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e73a467005a0eed193166eae39cb56882d2897bb Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 13:34:13 2017 +1100 ac: remove usused v4f32 Re

Mesa (master): ac: use the ac i1 llvm type

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 21d71189eced527907232651d10357186abe4ced URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21d71189eced527907232651d10357186abe4ced Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 12:39:48 2017 +1100 ac: use the ac i1 llv

Mesa (master): ac: add v2f32 to the common code and make use of it

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7f4966731fe1b6f928702596360f1fb5ec982557 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f4966731fe1b6f928702596360f1fb5ec982557 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 13:24:27 2017 +1100 ac: add v2f32 to the commo

Mesa (master): ac: add v3i32 to the common code and make use of it

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ee376ac6f4cbcb3f3938b1a73bc4fc7d269eca6f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee376ac6f4cbcb3f3938b1a73bc4fc7d269eca6f Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 13:02:54 2017 +1100 ac: add v3i32 to the commo

Mesa (master): ac: remove the remaining duplicate llvm types

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 6e2eb96b6442f9f0660685af4172ab947c16e7c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e2eb96b6442f9f0660685af4172ab947c16e7c4 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 13:37:46 2017 +1100 ac: remove the remaining dup

Mesa (master): ac: add v2i32 to the common code and use it

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 309a51411daa7219f10154ddf63bdf83f3d02d02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=309a51411daa7219f10154ddf63bdf83f3d02d02 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 12:59:00 2017 +1100 ac: add v2i32 to the commo

Mesa (master): ac: use the ac f32 llvm type

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8f651ae0629b3d759d0e416e5b603d32a50af3e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f651ae0629b3d759d0e416e5b603d32a50af3e7 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 13:19:52 2017 +1100 ac: use the ac f32 llv

Mesa (master): ac: use the ac ivoidt llvm type

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4d4799643dfc0236014c7d56b94575200e441819 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d4799643dfc0236014c7d56b94575200e441819 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 12:42:34 2017 +1100 ac: use the ac ivoidt llv

Mesa (master): ac: use the common v4i32 llvm type

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9db51b2393c1c8e2f0c2934a9ff01c6adaa8cb3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9db51b2393c1c8e2f0c2934a9ff01c6adaa8cb3f Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 13:06:20 2017 +1100 ac: use the common v4i32 llv

Mesa (master): ac: use the ac i32 llvm type

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: bd59a0bb8b860aacaba9a137cecb8021408304cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd59a0bb8b860aacaba9a137cecb8021408304cd Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 12:30:33 2017 +1100 ac: use the ac i32 llv

Mesa (master): ac: use the ac f16 llvm type

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: cd6cfd1095b08cc3156ca0bfa62e28fa337c67a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd6cfd1095b08cc3156ca0bfa62e28fa337c67a9 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 13:22:24 2017 +1100 ac: use the ac f16 llv

Mesa (master): ac: remove unused i16 llvm type

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3d45acf71cefeeac77e9c4af7f1f8b776a9a8d16 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d45acf71cefeeac77e9c4af7f1f8b776a9a8d16 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Nov 2 12:44:08 2017 +1100 ac: remove unused i16 llv

Mesa (master): nir: skip lowering sampler if there is no dereference

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 440d08fe932be89f56fc8ebec94c8393a6626369 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=440d08fe932be89f56fc8ebec94c8393a6626369 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Nov 1 12:43:45 2017 +1100 nir: skip lowering s

Mesa (master): ac/radeonsi: add support for tex instr without a derefence

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 439a2febc4a658fdf38275268b6b5f566f3a3253 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=439a2febc4a658fdf38275268b6b5f566f3a3253 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Nov 1 12:43:46 2017 +1100 ac/radeonsi: add support f

Mesa (master): nir: add tess patch support to nir_remove_unused_varyings()

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: cf5f8f55c3e25508fb975b263d6430a93442247a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf5f8f55c3e25508fb975b263d6430a93442247a Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Oct 30 15:11:10 2017 +1100 nir: add tess patch s

Mesa (master): st/glsl_to_nir: pass gl_shader_program to st_finalize_nir()

2017-11-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4837ad483254a3b47cca524c7c6f3cc7071565f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4837ad483254a3b47cca524c7c6f3cc7071565f1 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Nov 1 16:20:36 2017 +1100 st/glsl_to_nir

Mesa (master): radeonsi: fix culldist_writemask in nir path

2017-10-31 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e80bbd6f52341cbf9363f3c0c8b7ad3be851b1e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e80bbd6f52341cbf9363f3c0c8b7ad3be851b1e6 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Oct 31 14:19:18 2017 +1100 radeonsi: fix culldist_wri

Mesa (master): radv: use correct alloc function when loading from disk

2017-10-30 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e92405c55aa885bee5dfb05fac032cab5e419290 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e92405c55aa885bee5dfb05fac032cab5e419290 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Oct 31 11:31:19 2017 +1100 radv: use correct alloc fu

Mesa (master): radv: add cache items to in memory cache when reading from disk

2017-10-30 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 1e84e53712aed4892fbaf98e6f26ffdf76f06165 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e84e53712aed4892fbaf98e6f26ffdf76f06165 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Oct 26 09:35:48 2017 +1100 radv: add cache items to in

Mesa (master): ac: add support for explicit component packing

2017-10-25 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8ebaf8192a78cd4beb2014cd0765e1032e06b2e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ebaf8192a78cd4beb2014cd0765e1032e06b2e0 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Oct 5 11:44:39 2017 +1100 ac: add support for ex

Mesa (master): radv: enable lower to scalar nir pass

2017-10-25 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 767ca5bdf18e1590d97728144f13223db26782da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=767ca5bdf18e1590d97728144f13223db26782da Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Oct 18 13:46:44 2017 +1100 radv: enable lower to scal

Mesa (master): radv: move nir print after linking is done

2017-10-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f0a2bbd1a4a0caf85d91469e61d01a126cfc2a36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0a2bbd1a4a0caf85d91469e61d01a126cfc2a36 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Oct 24 09:08:55 2017 +1100 radv: move nir print after l

Mesa (master): radv: clone meta shaders before linking

2017-10-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 013313cf895e4d47b2631d5f4dd32fcbce2b0a17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=013313cf895e4d47b2631d5f4dd32fcbce2b0a17 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Oct 23 11:10:47 2017 +1100 radv: clone meta shaders

Mesa (master): radv: copy indirect lowering settings from radeonsi

2017-10-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 087e010b2b3dd83a539f97203909d6c43b5da87c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=087e010b2b3dd83a539f97203909d6c43b5da87c Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Oct 19 09:27:04 2017 +1100 radv: copy indirect lo

Mesa (master): ac: move some code out of loop in store_tcs_output()

2017-10-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: bebfeb7e1ce8e01f389344cffae9ea0bd1963cf2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bebfeb7e1ce8e01f389344cffae9ea0bd1963cf2 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Oct 19 17:01:35 2017 +1100 ac: move some code out o

Mesa (master): radv: stop redundant setting of active_stages

2017-10-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 5549b47d7b373ab1ded2ffd31ebbc77b876fa901 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5549b47d7b373ab1ded2ffd31ebbc77b876fa901 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Oct 19 09:27:03 2017 +1100 radv: stop redundant s

Mesa (master): radv: don't create dummy fs when compiling compute stage

2017-10-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e5e9e21e9fec3552b9e6a3db45ece64fcf0bc9d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5e9e21e9fec3552b9e6a3db45ece64fcf0bc9d1 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Oct 18 13:58:36 2017 +1100 radv: don't create dummy f

Mesa (master): radv: Link shaders.

2017-10-17 Thread Timothy Arceri
ere we make use of NIR the linking helpers to remove unused varyings. Sascha Willems demo results: computecullandlod 39 -> 41 fps pipelines ~6100 -> ~6200 fps Signed-off-by: Bas Nieuwenhuizen <ba...@google.com> Signed-off-by: Timothy Arceri <tarc...@itsqueeze.com> Ack

Mesa (master): radv: Add multiple shader cache store & load functions.

2017-10-17 Thread Timothy Arceri
shader cache store & load functions. Signed-off-by: Timothy Arceri <tarc...@itsqueeze.com> Acked-by: Dave Airlie <airl...@redhat.com> --- src/amd/vulkan/radv_pipeline_cache.c | 156 +++ src/amd/vulkan/radv_private.h| 14 2 files c

Mesa (master): radv: Change cache datastructures for combined pipelines.

2017-10-17 Thread Timothy Arceri
cache datastructures for combined pipelines. Signed-off-by: Timothy Arceri <tarc...@itsqueeze.com> Acked-by: Dave Airlie <airl...@redhat.com> --- src/amd/vulkan/radv_pipeline_cache.c | 102 ++- 1 file changed, 64 insertions(+), 38 deletions(-) diff --gi

Mesa (master): radv: reorder init function calls

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 56998558f4dfd7a215bb0d44c4596f260c29f61f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56998558f4dfd7a215bb0d44c4596f260c29f61f Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sat Oct 14 13:14:32 2017 +1100 radv: reorder init function

Mesa (master): radv: remove some now unused shader compile code

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 351f9dde600d31ab7985b595e50a15c178516c79 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=351f9dde600d31ab7985b595e50a15c178516c79 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Oct 13 12:02:18 2017 +1100 radv: remove some now

Mesa (master): radv: add radv_create_shaders() helper

2017-10-17 Thread Timothy Arceri
v: add radv_create_shaders() helper This is a combined shader creation helper than will help us to create the shaders for each stage at once. This will allow us to do some link time optimisations. Signed-off-by: Timothy Arceri <tarc...@itsqueeze.com> Acked-by: Dave Airlie <airl...@redhat.com> --

Mesa (master): radv: add radv_hash_shaders() helper

2017-10-17 Thread Timothy Arceri
haders() helper This will be used to create a hash of the combined shaders in the pipeline. Signed-off-by: Timothy Arceri <tarc...@itsqueeze.com> Acked-by: Dave Airlie <airl...@redhat.com> --- src/amd/vulkan/radv_pipeline_cache.c | 33 + src/amd/vul

Mesa (master): radv: switch to using radv_create_shaders()

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7d45d22fdd2e0ac15b4721594ba0a0ccf399f6a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d45d22fdd2e0ac15b4721594ba0a0ccf399f6a8 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Oct 15 09:56:01 2017 +1100 radv: switch to

Mesa (master): radv: reuse the multiple shader store & load functions for gs copy variant

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dbbf10541b134253a576da23ea6b3c6a5afc0dc8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbbf10541b134253a576da23ea6b3c6a5afc0dc8 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Oct 13 12:22:24 2017 +1100 radv: reuse the multiple

Mesa (master): nir: add variant of lower_io_to_scalar to be called earlier

2017-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 6af5e0bec97c2369c29cfbbaf56046eecd218f7a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6af5e0bec97c2369c29cfbbaf56046eecd218f7a Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Oct 6 09:19:35 2017 +1100 nir: add v

Mesa (master): glsl: mark xfb inputs as always_active_io

2017-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9f7127f5d29715a4b95e70e805a2b0f1f5714a64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f7127f5d29715a4b95e70e805a2b0f1f5714a64 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Sep 22 16:04:17 2017 +1000 glsl: mark xfb

Mesa (master): nir: add glsl_type_is_64bit() to nir_types

2017-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 421c1b9bd63f3bb9bdbe02cc9b361832d1007f5a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=421c1b9bd63f3bb9bdbe02cc9b361832d1007f5a Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Dec 4 17:21:16 2016 +1100 nir: add glsl_type_is

Mesa (master): nir: add component level support to remove_unused_io_vars()

2017-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f1eb5e639997e4bb814791980f6eede88dfadd38 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1eb5e639997e4bb814791980f6eede88dfadd38 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Sep 26 13:18:58 2017 +1000 nir: add component level s

Mesa (master): radv: remove duplicate debug_flags field

2017-10-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7664aaf331220f39bf306b4c8afd62966df1391a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7664aaf331220f39bf306b4c8afd62966df1391a Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Oct 11 11:59:20 2017 +1100 radv: remove duplicate debug

Mesa (master): radv: remove duplicate line of code

2017-10-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0061a905502a0b7e977ab1996f817f7b9f9c34fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0061a905502a0b7e977ab1996f817f7b9f9c34fc Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Oct 11 15:10:37 2017 +1100 radv: remove duplicat

Mesa (master): radv: make use of on-disk cache

2017-10-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: fd24be134ffda15c82d163cf9b7e9da8d65407d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd24be134ffda15c82d163cf9b7e9da8d65407d4 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Oct 11 12:10:31 2017 +1100 radv: make use of on-disk

Mesa (master): radv: create on-disk shader cache

2017-10-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 142162529233680631a246c8920e66d02ee4e94b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=142162529233680631a246c8920e66d02ee4e94b Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Oct 11 12:00:27 2017 +1100 radv: create on-disk shader

Mesa (master): glsl: don' t drop instructions from unreachable terminators continue branch

2017-10-09 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ab23b759f241a4e2247efa28bd28a5f20149c70b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab23b759f241a4e2247efa28bd28a5f20149c70b Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Sep 5 15:59:07 2017 +1000 glsl: don't drop instruction

Mesa (master): glsl: tidy up IR after loop unrolling

2017-10-09 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7a7fb90af757d8c86aec062f9fdb82c29f6a228d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a7fb90af757d8c86aec062f9fdb82c29f6a228d Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Sep 22 09:23:15 2017 +1000 glsl: tidy up IR afte

Mesa (master): glsl: check if induction var incremented before use in terminator

2017-10-09 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d24e16fe1f63d8f666dd57cfddf8340d439b391a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d24e16fe1f63d8f666dd57cfddf8340d439b391a Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Sep 21 13:55:56 2017 +1000 glsl: check if inducti

Mesa (master): glsl: make loop unrolling more like the nir unrolling path

2017-10-09 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 646621c66da946aa06482e70d8cbc149756c477c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=646621c66da946aa06482e70d8cbc149756c477c Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Sep 4 13:11:49 2017 +1000 glsl: make loop unrollin

Mesa (master): nir: add some helpers for doing linking

2017-09-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 45ef10c06a3010a0710f9db3e980fde545157b6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45ef10c06a3010a0710f9db3e980fde545157b6a Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Sep 7 23:27:59 2017 +1000 nir: add some helpers for

Mesa (master): glsl: mark xfb varyings as always active

2017-09-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3529f8213ff566d788b7984536abf359fcd89524 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3529f8213ff566d788b7984536abf359fcd89524 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Sep 12 13:18:29 2017 +1000 glsl: mark xfb varyings as

Mesa (master): i965/nir: export nir_optimize

2017-09-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 49e4248a93a790a40618542b4081f8a54183b27a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=49e4248a93a790a40618542b4081f8a54183b27a Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Sep 7 13:42:17 2017 +1000 i965/nir: export nir_op

Mesa (master): i965: create a brw_shader_gather_info() helper

2017-09-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 348cf74792a394aae1efd541192d4a3c219584bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=348cf74792a394aae1efd541192d4a3c219584bb Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Sep 12 17:30:53 2017 +1000 i965:

Mesa (master): nir: add always_active_io to nir variable

2017-09-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4244bea8591d13a0f03a329bcd21a57587a68230 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4244bea8591d13a0f03a329bcd21a57587a68230 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Sep 11 16:19:22 2017 +1000 nir: add always_active_io

Mesa (master): i965: make use of nir linking

2017-09-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 379b24a40d3d34ffdaaeb1b328f50e28ecb01468 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=379b24a40d3d34ffdaaeb1b328f50e28ecb01468 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Sep 7 23:29:25 2017 +1000 i965: make use of nir l

Mesa (master): i965: call brw_shader_gather_info() from the callers of brw_create_nir()

2017-09-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 833e4dd41aecf7c96bfc6bf616d14553d580b016 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=833e4dd41aecf7c96bfc6bf616d14553d580b016 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Sep 12 17:45:47 2017 +1000 i965: call brw_shader_gathe

Mesa (master): mesa/st: fix infinite loops

2017-09-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: db4222fc542821d8a187426cdf3abe997ee0120d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db4222fc542821d8a187426cdf3abe997ee0120d Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Sep 21 12:11:48 2017 +1000 mesa/st: fix infinite loops

Mesa (master): glsl: merge loop_controls.cpp with loop_unroll.cpp

2017-09-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a40b3d5a3c6bbaec03bd6978c2e174d22998b0ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a40b3d5a3c6bbaec03bd6978c2e174d22998b0ed Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Sep 19 12:14:12 2017 +1000 glsl: merge loop_contro

Mesa (master): glsl: move loop analysis helpers to loop_analysis.cpp

2017-09-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e7424b2d737dd88bfb8fc09c192483ad058aefee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7424b2d737dd88bfb8fc09c192483ad058aefee Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Sep 19 12:14:11 2017 +1000 glsl: move loop analysis h

Mesa (master): mesa/st: add LOAD support for UBOs

2017-09-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 51cf16319d51e4929c2034ef21cc173760bc5fdf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51cf16319d51e4929c2034ef21cc173760bc5fdf Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Jul 25 13:08:36 2017 +1000 mesa/st: add LOAD support fo

<    1   2   3   4   5   6   7   8   9   10   >