anv/cmd: Dirty descriptor sets when a new pipeline is bound
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 21 Jun 2016 22:32:09 +0000 (15:32 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 21 Jun 2016 23:45:25 +0000 (16:45 -0700)
commit35b53c8d47d3a0b53ee2549d73296d5db8e3cca0
tree4e65b73d6cd345530d4be741080a8ca3ef61aa37
parent2bfe0c33748b9fd96d48cb93656b6dc643bf024e
anv/cmd: Dirty descriptor sets when a new pipeline is bound

Ever since c2581a9375ea, the binding table layout has depended on the
pipeline.  This means that whenever we change pipelines we also need to
re-emit binding tables for the new layout.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
src/intel/vulkan/genX_cmd_buffer.c