On 10/13/2017 12:47 AM, Bas Nieuwenhuizen wrote:
Why don't we use the approach from patch 3 for this?

Yeah, will do.


Otherwise the series is r-b?

On Wed, Oct 11, 2017 at 10:25 AM, Samuel Pitoiset
<samuel.pitoi...@gmail.com> wrote:
Signed-off-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
---
  src/amd/vulkan/radv_cmd_buffer.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/src/amd/vulkan/radv_cmd_buffer.c b/src/amd/vulkan/radv_cmd_buffer.c
index 9d6fb9fe40..f6f9847a14 100644
--- a/src/amd/vulkan/radv_cmd_buffer.c
+++ b/src/amd/vulkan/radv_cmd_buffer.c
@@ -2680,6 +2680,7 @@ void radv_CmdExecuteCommands(

                 primary->state.last_primitive_reset_en = 
secondary->state.last_primitive_reset_en;
                 primary->state.last_primitive_reset_index = 
secondary->state.last_primitive_reset_index;
+               primary->state.last_ia_multi_vgt_param = 
secondary->state.last_ia_multi_vgt_param;
         }

         /* if we execute secondary we need to mark some stuff to reset dirty */
--
2.14.2

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to