broadcom/vc5: Fix blendfactor zero handling.
authorEric Anholt <eric@anholt.net>
Thu, 5 Oct 2017 22:19:49 +0000 (15:19 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 10 Oct 2017 18:42:06 +0000 (11:42 -0700)
commit5208d2889e36831e27b7b943b6b1a9dcf4368009
tree5f49116a7eaa61c7d3ff5639906e4f00615e4249
parentffdba7fd4c47ba455eb7bb86b24275d2c0266737
broadcom/vc5: Fix blendfactor zero handling.

I cut the line out to move it up to the top, when putting "0" in the
switch made the compiler complain that that wasn't a valid enum.
src/gallium/drivers/vc5/vc5_emit.c