anv/cmd_buffer: Re-emit the pipeline at every subpass
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 27 Jan 2018 00:22:27 +0000 (16:22 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 31 Jan 2018 01:16:33 +0000 (17:16 -0800)
commit97938dac36e2875001ba24a7968e4cd8e2271321
tree35d9a3a49bf46e77e8e56196017c41cceebeffc4
parentee63933a73653564c490cff1f841d98e6265df97
anv/cmd_buffer: Re-emit the pipeline at every subpass

If we ever hit this edge-case, it can theoretically cause problem for
CNL because we could end up changing render targets without re-emitting
3DSTATE_MULTISAMPLE which is part of the pipeline.  Just get rid of the
edge case.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/vulkan/genX_cmd_buffer.c