anv: Don't claim the null RT as a valid color target
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 30 Oct 2019 20:53:11 +0000 (15:53 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Thu, 31 Oct 2019 21:07:15 +0000 (21:07 +0000)
commitc765e2156a8fb52bdcda758e7c2b0cbdc791d1a9
tree0afb67d3d8094afffd7a12be134abd4771e4afab
parentdf7a730b4f694f6a07e7d6fd673453b8315ae867
anv: Don't claim the null RT as a valid color target

If it's NULL, we can let the compiler go ahead and delete it or flag it
as NULL.

Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
src/intel/vulkan/anv_pipeline.c