broadcom/vc5: Fix pasteo in front stencil ref value setup.

Fixes piglit masked-clear.
This commit is contained in:
Eric Anholt
2017-11-07 15:37:46 -08:00
parent b63dd626b7
commit 52f3e9e43c

View File

@@ -437,7 +437,7 @@ vc5_emit_state(struct pipe_context *pctx)
cl_emit_with_prepacked(&job->bcl, STENCIL_CONFIG,
vc5->zsa->stencil_front, config) {
config.stencil_ref_value =
vc5->stencil_ref.ref_value[1];
vc5->stencil_ref.ref_value[0];
}
}