radv: Reset emitted compute pipeline when calling secondary cmd buffer.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Sun, 26 Feb 2017 19:01:26 +0000 (20:01 +0100)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Mon, 27 Feb 2017 00:33:10 +0000 (01:33 +0100)
commitbb878db7eb94e48476a920d66174a45da2585e19
tree84ac89fcc9c75f1898ea204a1ada4eff7504f848
parent15f47027ad624d3f2f3d5aac68ee540b912a7717
radv: Reset emitted compute pipeline when calling secondary cmd buffer.

Otherwise if the new compute pipeline is the same as the last used
pipeline before the call, we don't emit it again.

Signed-off-by: Bas Nieuwenhuizen <basni@google.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Cc: 13.0 17.0 <mesa-stable@lists.freedesktop.org>
src/amd/vulkan/radv_cmd_buffer.c