broadcom/vc5: Don't emit stencil config if not doing stencil test.
authorEric Anholt <eric@anholt.net>
Wed, 1 Nov 2017 20:56:57 +0000 (13:56 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 7 Nov 2017 17:19:48 +0000 (09:19 -0800)
commit386e9362a5711db9344229e4e05953d95a33d114
tree593c80dd761f199baf4a1892b5431eff4abba2cd
parentf90ee6eb2b9a7b454ae22c4f63e027a56b5969f9
broadcom/vc5: Don't emit stencil config if not doing stencil test.

As with blending, we'll have the bit flagged again when it gets reenabled
in CONFIGURATION_BITS, so there's no need to emit test state if we're not
testing.
src/gallium/drivers/vc5/vc5_emit.c