Mesa (master): radv: Set active_stages the same whether or not shaders were cached

2018-06-01 Thread Alex Smith
Module: Mesa Branch: master Commit: 0fa51bfdbe5773cb8534b9e006b81581f4e14982 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fa51bfdbe5773cb8534b9e006b81581f4e14982 Author: Alex Smith Date: Thu May 31 15:02:32 2018 +0100 radv: Set active_stages the same whether or not shaders were

Mesa (master): radv: Consolidate GFX9 merged shader lookup logic

2018-06-01 Thread Alex Smith
Module: Mesa Branch: master Commit: 7ca0167ae97def827d66205b7c873ceb360224ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ca0167ae97def827d66205b7c873ceb360224ab Author: Alex Smith Date: Thu May 31 15:18:52 2018 +0100 radv: Consolidate GFX9 merged shader lookup logic This was

Mesa (master): radeonsi: Fix crash on shaders using MSAA image load/store

2018-06-01 Thread Alex Smith
Module: Mesa Branch: master Commit: 01a2414045bd819267821423dbf77c3655cc214d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01a2414045bd819267821423dbf77c3655cc214d Author: Alex Smith Date: Wed May 30 09:39:27 2018 +0100 radeonsi: Fix crash on shaders using MSAA image load/store

Mesa (master): radv: Handle GFX9 merged shaders in radv_flush_constants()

2018-06-01 Thread Alex Smith
Module: Mesa Branch: master Commit: dfff9fb6f8d4b4ecd087cc01e9841244a83558b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfff9fb6f8d4b4ecd087cc01e9841244a83558b6 Author: Alex Smith Date: Thu May 31 15:28:27 2018 +0100 radv: Handle GFX9 merged shaders in radv_flush_constants

Mesa (master): radv: Fix CmdCopyImage between uncompressed and compressed images

2018-03-14 Thread Alex Smith
Module: Mesa Branch: master Commit: fcf267ba087dd00c48ceaf9277424dac079f9319 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fcf267ba087dd00c48ceaf9277424dac079f9319 Author: Alex Smith Date: Mon Mar 12 14:30:05 2018 + radv: Fix CmdCopyImage between uncompressed and compressed

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

2018-01-22 Thread Alex Smith
-stencil clear Cc: mesa-sta...@lists.freedesktop.org Reviewed-by: Samuel Pitoiset Reviewed-by: Alex Smith --- src/amd/vulkan/radv_meta_clear.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/amd/vulkan/radv_meta_clear.c b/src/amd/vulkan/radv_meta_clear.c index b42ecedfc9..98fb8fa6a7

Mesa (master): anv: Make sure state on primary is correct after CmdExecuteCommands

2018-01-11 Thread Alex Smith
Module: Mesa Branch: master Commit: 4fd85617c176e9222f84fda7634a74d060e982b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fd85617c176e9222f84fda7634a74d060e982b1 Author: Alex Smith Date: Tue Jan 9 08:49:02 2018 -0800 anv: Make sure state on primary is correct after

Mesa (master): anv: Allow PMA optimization to be enabled in secondary command buffers

2018-01-08 Thread Alex Smith
Module: Mesa Branch: master Commit: 0d8b9c529ce34347032912d73c14c245919a3d37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d8b9c529ce34347032912d73c14c245919a3d37 Author: Alex Smith Date: Fri Jan 5 11:09:19 2018 + anv: Allow PMA optimization to be enabled in secondary

Mesa (master): anv: Take write mask into account in has_color_buffer_write_enabled

2018-01-05 Thread Alex Smith
Module: Mesa Branch: master Commit: 12f4e00b69e724a23504b7bd3958fb75dc462950 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12f4e00b69e724a23504b7bd3958fb75dc462950 Author: Alex Smith Date: Thu Jan 4 18:01:45 2018 + anv: Take write mask into account in

Mesa (master): anv: Add missing unlock in anv_scratch_pool_alloc

2018-01-04 Thread Alex Smith
Module: Mesa Branch: master Commit: 00a81e9909365065545a3c2dc362b645a8238fb2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00a81e9909365065545a3c2dc362b645a8238fb2 Author: Alex Smith Date: Thu Jan 4 11:28:46 2018 + anv: Add missing unlock in anv_scratch_pool_alloc Fixes

Mesa (master): nir/opcodes: Fix constant-folding of bitfield_insert

2017-12-07 Thread Alex Smith
Module: Mesa Branch: master Commit: 947470d10ba5ab11a75f0e19e124b189ff3fd8b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=947470d10ba5ab11a75f0e19e124b189ff3fd8b2 Author: James Legg Date: Wed Dec 6 11:55:14 2017 + nir/opcodes: Fix constant-folding of bitfield_insert Bugzilla

Mesa (master): radv: Add LLVM version to the device name string

2017-12-07 Thread Alex Smith
Module: Mesa Branch: master Commit: 8fda98c4f1dba2488b9e3ef3e820585f48a8a2f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fda98c4f1dba2488b9e3ef3e820585f48a8a2f9 Author: Alex Smith Date: Wed Dec 6 10:28:14 2017 + radv: Add LLVM version to the device name string Allows apps

Mesa (master): spirv: Use correct type for sampled images

2017-11-13 Thread Alex Smith
Module: Mesa Branch: master Commit: e9eb3c4753e4f56b03d16d8d6f71d49f1e7b97db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9eb3c4753e4f56b03d16d8d6f71d49f1e7b97db Author: Alex Smith Date: Mon Nov 6 10:37:05 2017 + spirv: Use correct type for sampled images We should use the

Mesa (master): nir/spirv: tg4 requires a sampler

2017-11-13 Thread Alex Smith
Module: Mesa Branch: master Commit: 4122d008466cef47eaa3f958924618060f4e4330 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4122d008466cef47eaa3f958924618060f4e4330 Author: Alex Smith Date: Tue Nov 7 10:52:48 2017 + nir/spirv: tg4 requires a sampler Gather operations in both