Re: [Mesa-dev] [PATCH] anv/cmd_buffer: Re-emit the pipeline at every subpass

2018-01-29 Thread Iago Toral
On Fri, 2018-01-26 at 16:23 -0800, Jason Ekstrand wrote: > 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. > >

[Mesa-dev] [PATCH] anv/cmd_buffer: Re-emit the pipeline at every subpass

2018-01-26 Thread Jason Ekstrand
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-sta...@lists.freedesktop.org --- src/intel/vulkan/genX_cmd_buff