vk/pipeline: Emit MSAA finishme only if samples > 1
authorChad Versace <chad.versace@intel.com>
Wed, 7 Oct 2015 01:55:16 +0000 (18:55 -0700)
committerChad Versace <chad.versace@intel.com>
Wed, 7 Oct 2015 04:22:18 +0000 (21:22 -0700)
commit37bf120930aa9e3ccf455efc633f2edbdec9dfc1
treeb3ff7bcb1e8616f987d649fe5552f906d67af847
parent3fc2b1f32540ee8c3fa994814b69568c64c74d81
vk/pipeline: Emit MSAA finishme only if samples > 1

If samples == 1, then there's nothing for Mesa to do, and the finishme
message is only noise.
src/vulkan/anv_pipeline.c