anv/cmd_buffer: Apply remaining flushes in EndCommandBuffer
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 19 Nov 2016 01:39:26 +0000 (17:39 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 22 Nov 2016 22:24:29 +0000 (14:24 -0800)
commit8d1ccd67290c1fd0213aed6a7e9a6bf85858f227
treeab4bc87f98e1053e89522d9373db49b0c667818f
parent878499d323887afff67dd8ef4b1dcbd0a9f1f560
anv/cmd_buffer: Apply remaining flushes in EndCommandBuffer

Otherwise, some pipe flushes may just never happen.  This is unlikely to
cause problems depending on how the kernel schedules batches, but we
shouldn't count on it.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/intel/vulkan/genX_cmd_buffer.c