Mesa (master): radv: migrate lds size calculations to shader gen.

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: 9188bd78d7e2754f36ad66db3fab80c8ee9f5093 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9188bd78d7e2754f36ad66db3fab80c8ee9f5093 Author: Dave Airlie Date: Tue Feb 20 13:30:14 2018 +1000 radv: migrate lds size calculations to shader gen. This move

Mesa (master): radv: use num_patches output from tcs shader.

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: f50d520acfb1a79c935e3f8838310a6db39d2427 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f50d520acfb1a79c935e3f8838310a6db39d2427 Author: Dave Airlie Date: Tue Feb 20 11:22:07 2018 +1000 radv: use num_patches output from tcs shader. Instead of rec

Mesa (master): radv: drop tess offchip layout for tcs.

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: 010d055aae7611f0a53b8b3dd3df98a71e52ad6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=010d055aae7611f0a53b8b3dd3df98a71e52ad6a Author: Dave Airlie Date: Mon Feb 19 07:14:04 2018 + radv: drop tess offchip layout for tcs. This removes the las

Mesa (master): radv: migrate unique index info shader info (v2)

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: 2012dae19a1ef73224c4e54eab4cd731f1d59ddf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2012dae19a1ef73224c4e54eab4cd731f1d59ddf Author: Dave Airlie Date: Mon Feb 19 05:48:40 2018 + radv: migrate unique index info shader info (v2) This just m

Mesa (master): radv: pass num_patches to tes from tcs

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: 6db44d6a8c35e414c393246d0d657dbcac3b981b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6db44d6a8c35e414c393246d0d657dbcac3b981b Author: Dave Airlie Date: Mon Feb 19 07:31:55 2018 + radv: pass num_patches to tes from tcs TES needs num_patches

Mesa (master): radv/tess: remove last chunk of tess sgprs

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: bf9a0ea85350d60304f8bfa664ba0d939af1c729 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf9a0ea85350d60304f8bfa664ba0d939af1c729 Author: Dave Airlie Date: Mon Feb 19 19:15:25 2018 + radv/tess: remove last chunk of tess sgprs This removes the

Mesa (master): radv: drop geometry stride user sgpr.

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: 9d0d806332a32cd60b4f53fe805650751001d169 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d0d806332a32cd60b4f53fe805650751001d169 Author: Dave Airlie Date: Tue Feb 20 14:03:32 2018 +1000 radv: drop geometry stride user sgpr. This removes the other

Mesa (master): radv: drop ls_out_layout const.

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: f343d11ae7ff9fec6736a3933ff6272cba824f74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f343d11ae7ff9fec6736a3933ff6272cba824f74 Author: Dave Airlie Date: Mon Feb 19 05:53:33 2018 + radv: drop ls_out_layout const. We can precalculate input_ve

Mesa (master): radv/shader_info: start gathering tess output info (v2)

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: d89b16b7b9c3de8b7a7b896822f3893fdda4dbec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d89b16b7b9c3de8b7a7b896822f3893fdda4dbec Author: Dave Airlie Date: Mon Feb 19 05:49:04 2018 + radv/shader_info: start gathering tess output info (v2) This

Mesa (master): radv: get rid of geometry user sgpr for num entries.

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: 6f051549c30ecd8340028025f9c947d1ad5a04ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f051549c30ecd8340028025f9c947d1ad5a04ce Author: Dave Airlie Date: Tue Feb 20 13:48:46 2018 +1000 radv: get rid of geometry user sgpr for num entries. This dr

Mesa (master): radv/tess: drop tcs_in_layout setting completely.

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: 6adf99165c97fb53f37be1c5b6007632838dd49b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6adf99165c97fb53f37be1c5b6007632838dd49b Author: Dave Airlie Date: Mon Feb 19 06:14:40 2018 + radv/tess: drop tcs_in_layout setting completely. Inline all

Mesa (master): radv: drop tcs_out_layout

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: b0460bbf1c7d09122c5e23546a23a8550375e03a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0460bbf1c7d09122c5e23546a23a8550375e03a Author: Dave Airlie Date: Mon Feb 19 06:38:30 2018 + radv: drop tcs_out_layout Move all calculations to shader ge

Mesa (master): radv: drop scanning the tess shader in the nir code.

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: 384aced65e7768f7bba1a6159c6730efdd514d6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=384aced65e7768f7bba1a6159c6730efdd514d6c Author: Dave Airlie Date: Tue Feb 20 12:28:12 2018 +1000 radv: drop scanning the tess shader in the nir code. This dr

Mesa (master): radv: drop tcs_out_offsets

2018-03-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: ee31cff856e0bdca11561b95a9b327a11dd0be3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee31cff856e0bdca11561b95a9b327a11dd0be3e Author: Dave Airlie Date: Mon Feb 19 06:51:15 2018 + radv: drop tcs_out_offsets Move all calculations to shader g

Mesa (master): Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()"

2018-03-15 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: f02f1ad13fa4123986d17a5d04b0e2831c3a7091 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f02f1ad13fa4123986d17a5d04b0e2831c3a7091 Author: Samuel Pitoiset Date: Wed Mar 14 09:46:33 2018 +0100 Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActi

Mesa (master): anv: silence unused function warning on gen11

2018-03-15 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 0f544a3c51a9dd0e229cc953a2ddb87c14c6d51b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f544a3c51a9dd0e229cc953a2ddb87c14c6d51b Author: Lionel Landwerlin Date: Thu Mar 15 16:14:34 2018 + anv: silence unused function warning on gen11 [84/227]

Mesa (master): anv: silence unused variable warning

2018-03-15 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 51783f3e7d720d4348a664c2aa61c57d2324b0e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51783f3e7d720d4348a664c2aa61c57d2324b0e2 Author: Lionel Landwerlin Date: Thu Mar 15 16:34:47 2018 + anv: silence unused variable warning Fixes: 59b0ea0c74

Mesa (master): i965: silence unused function warning

2018-03-15 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: b5b56f91f533fd9df846f401f6626ba52a1adeda URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5b56f91f533fd9df846f401f6626ba52a1adeda Author: Lionel Landwerlin Date: Thu Mar 15 16:15:06 2018 + i965: silence unused function warning [123/227] Compil

Mesa (master): meson: fix pipe-loaders after omx changes

2018-03-15 Thread Dylan Baker
Module: Mesa Branch: master Commit: 2a7027f79a8ce09d315606c228d2eb393938d2fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a7027f79a8ce09d315606c228d2eb393938d2fd Author: Dylan Baker Date: Tue Mar 13 16:03:41 2018 -0700 meson: fix pipe-loaders after omx changes with_gallium_omx u

Mesa (master): meson: require amdgpu >= 2.4.91

2018-03-15 Thread Dylan Baker
Module: Mesa Branch: master Commit: 9bd7a6f6f01cbde02aa0e3d8c2cfa91ecbe53797 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bd7a6f6f01cbde02aa0e3d8c2cfa91ecbe53797 Author: Dylan Baker Date: Wed Mar 14 09:07:16 2018 -0700 meson: require amdgpu >= 2.4.91 the meson equivalent of f877

Mesa (master): configure.ac: blacklist libdrm 2.4.90

2018-03-15 Thread Marek Olšák
Module: Mesa Branch: master Commit: 5d0acff39e4274ab803c17855115b231efcbef80 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d0acff39e4274ab803c17855115b231efcbef80 Author: Marek Olšák Date: Tue Mar 13 20:22:11 2018 -0400 configure.ac: blacklist libdrm 2.4.90 Cc: 18.0 17.3 17.2 Re

Mesa (master): configure.ac: require libdrm_amdgpu 2.4.91

2018-03-15 Thread Marek Olšák
Module: Mesa Branch: master Commit: f8773edb0a0cf5ff885cd3494717323983eedeed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8773edb0a0cf5ff885cd3494717323983eedeed Author: Marek Olšák Date: Tue Mar 13 20:57:59 2018 -0400 configure.ac: require libdrm_amdgpu 2.4.91 Since 2.4.90 is p

Mesa (master): radv: add dump_shader to the NIR compiler options

2018-03-15 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: d07edf5fdf70b42324cac961feb10fb41c71b13b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d07edf5fdf70b42324cac961feb10fb41c71b13b Author: Samuel Pitoiset Date: Wed Mar 14 10:28:49 2018 +0100 radv: add dump_shader to the NIR compiler options Signed

Mesa (master): radv: only display options that are enabled

2018-03-15 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 5be2757c3506004d9913ad2ea3ad4fbe6af70dce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5be2757c3506004d9913ad2ea3ad4fbe6af70dce Author: Samuel Pitoiset Date: Wed Mar 14 12:01:49 2018 +0100 radv: only display options that are enabled Signed-off-b

Mesa (master): radv: dump LLVM IR when a hang is detected

2018-03-15 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 16ecf037f98bab7fa07de664124272096650f65c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=16ecf037f98bab7fa07de664124272096650f65c Author: Samuel Pitoiset Date: Wed Mar 14 10:36:20 2018 +0100 radv: dump LLVM IR when a hang is detected Signed-off-by

Mesa (master): radv: record LLVM IR when debugging shaders

2018-03-15 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 81818662a5e5f252f95f4b4611b0840854d25beb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81818662a5e5f252f95f4b4611b0840854d25beb Author: Samuel Pitoiset Date: Wed Mar 14 10:34:13 2018 +0100 radv: record LLVM IR when debugging shaders If AMD_shade

Mesa (master): radv: print some information when RADV_TRACE_FILE is set

2018-03-15 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 14c27c251127628b7264ee630f9854762962279b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14c27c251127628b7264ee630f9854762962279b Author: Samuel Pitoiset Date: Wed Mar 14 12:02:13 2018 +0100 radv: print some information when RADV_TRACE_FILE is set

Mesa (master): radv: pass the NIR compiler options to ac_compile_llvm_module()

2018-03-15 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 50fcca328cafb5374c2ca19079b7ef2288c0c840 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50fcca328cafb5374c2ca19079b7ef2288c0c840 Author: Samuel Pitoiset Date: Wed Mar 14 10:23:22 2018 +0100 radv: pass the NIR compiler options to ac_compile_llvm_mo

Mesa (master): mailmap: Use Eric Engestrom's personal email address

2018-03-15 Thread Eric Engeström
Module: Mesa Branch: master Commit: 6332893594924a14e984aee2b75f7a5263816b19 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6332893594924a14e984aee2b75f7a5263816b19 Author: Eric Engestrom Date: Thu Jun 2 16:46:49 2016 +0100 mailmap: Use Eric Engestrom's personal email address Sign

Mesa (master): spirv/radv: add AMD_gcn_shader capability, remove current extensions

2018-03-15 Thread Alejandro Pinheiro
Module: Mesa Branch: master Commit: 50767214a790889120975bf0f598996c4f887dfc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50767214a790889120975bf0f598996c4f887dfc Author: Alejandro Piñeiro Date: Thu Mar 8 12:43:00 2018 +0100 spirv/radv: add AMD_gcn_shader capability, remove curre

Mesa (master): spirv: update arguments for vtn_nir_alu_op_for_spirv_opcode()

2018-03-15 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: adf58e59d3d2639ee214087f94bf7a079f8cd9a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=adf58e59d3d2639ee214087f94bf7a079f8cd9a8 Author: Samuel Iglesias Gonsálvez Date: Wed Mar 14 08:49:43 2018 +0100 spirv: update arguments for vtn_nir_alu_op_for_

Mesa (master): spirv: fix the translation of SPIR-V conversion opcodes to NIR

2018-03-15 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: ce2fd8705693d70a2422c5dd292fffea7fdce5ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce2fd8705693d70a2422c5dd292fffea7fdce5ba Author: Samuel Iglesias Gonsálvez Date: Wed Mar 14 08:32:08 2018 +0100 spirv: fix the translation of SPIR-V conversion