From: Jordan Justen Date: Sat, 11 Jun 2016 23:29:36 +0000 (-0700) Subject: i965: Track that the stencil data was updated when rendering X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=101b56bab26d13691cde877075fb13554ac780f9;p=mesa.git i965: Track that the stencil data was updated when rendering Signed-off-by: Jordan Justen Reviewed-by: Ian Romanick Reviewed-by: Topi Pohjolainen --- diff --git a/src/mesa/drivers/dri/i965/gen7_misc_state.c b/src/mesa/drivers/dri/i965/gen7_misc_state.c index ffdf6f22e62..271d96230b7 100644 --- a/src/mesa/drivers/dri/i965/gen7_misc_state.c +++ b/src/mesa/drivers/dri/i965/gen7_misc_state.c @@ -166,6 +166,7 @@ gen7_emit_depth_stencil_hiz(struct brw_context *brw, OUT_BATCH(0); ADVANCE_BATCH(); } else { + stencil_mt->r8stencil_needs_update = true; const int enabled = brw->is_haswell ? HSW_STENCIL_ENABLED : 0; BEGIN_BATCH(3);