aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r--src/mesa/drivers/dri/i965/brw_misc_state.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_misc_state.c b/src/mesa/drivers/dri/i965/brw_misc_state.c
index ce23fa0293f..d4b4c758284 100644
--- a/src/mesa/drivers/dri/i965/brw_misc_state.c
+++ b/src/mesa/drivers/dri/i965/brw_misc_state.c
@@ -416,11 +416,12 @@ static void emit_depthbuffer(struct brw_context *brw)
unsigned int len;
bool separate_stencil = false;
- if (depth_irb &&
- depth_irb->mt &&
- depth_irb->mt->hiz_mt) {
+ if (depth_irb){
depth_mt = depth_irb->mt;
- hiz_region = depth_irb->mt->hiz_mt->region;
+ if (depth_mt &&
+ depth_mt->hiz_mt) {
+ hiz_region = depth_irb->mt->hiz_mt->region;
+ }
}
/* 3DSTATE_DEPTH_BUFFER, 3DSTATE_STENCIL_BUFFER are both