anv/cmd_buffer: Let the pipeline set StencilBufferWriteEnable on gen9

This commit is contained in:
Jason Ekstrand 2016-03-04 12:23:01 -08:00
parent f374765ce6
commit d154a5ebd6
1 changed files with 0 additions and 3 deletions

View File

@ -428,9 +428,6 @@ genX(cmd_buffer_flush_state)(struct anv_cmd_buffer *cmd_buffer)
struct GEN9_3DSTATE_WM_DEPTH_STENCIL wm_depth_stencil = {
GEN9_3DSTATE_WM_DEPTH_STENCIL_header,
.StencilBufferWriteEnable = d->stencil_write_mask.front != 0 ||
d->stencil_write_mask.back != 0,
.StencilTestMask = d->stencil_compare_mask.front & 0xff,
.StencilWriteMask = d->stencil_write_mask.front & 0xff,