anv/pipeline: Unconditionally emit PS_BLEND on gen8+
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 8 Mar 2016 18:25:00 +0000 (10:25 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 8 Mar 2016 23:40:11 +0000 (15:40 -0800)
commitdc504a51fb47d1b4a12011cb1986c3897fad007f
tree1074722f330bf0b6785d0e976011b45162f940fb
parentcce65471b8667e1752754c53361031cded5b39d1
anv/pipeline: Unconditionally emit PS_BLEND on gen8+

Special-casing the PS_BLEND packet wasn't really gaining us anything.  It's
defined to be more-or-less the contents of blend state entry 0 only without
the indirection.  We can just copy-and-paste the contents.  If there are no
valid color targets, then blend state 0 will be 0-initialized anyway so
it's basically the same as the special case we had before.
src/intel/vulkan/gen8_pipeline.c