anv/pipeline: Don't free blend states that don't exist
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 14 Nov 2015 05:49:39 +0000 (21:49 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 14 Nov 2015 05:49:41 +0000 (21:49 -0800)
commit91bc4e7cec4098000f3d9a265e7db7907a686e5a
treea93f3d536c30244671073a2ccb7da9968cc67873
parentc1733886a6ba28d781da14fa2c6bc4ddf5ef675d
anv/pipeline: Don't free blend states that don't exist

Compute pipelines don't need a blend state so we shouldn't be
unconditionally freeing it.
src/vulkan/anv_pipeline.c
src/vulkan/gen8_pipeline.c