i965: Fix a compiler warning about conservative depth enums.
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
@@ -73,6 +73,8 @@ upload_wm_state(struct brw_context *brw)
|
||||
case FRAG_DEPTH_LAYOUT_LESS:
|
||||
dw1 |= GEN7_WM_PSCDEPTH_ON_LE;
|
||||
break;
|
||||
case FRAG_DEPTH_LAYOUT_UNCHANGED:
|
||||
break;
|
||||
}
|
||||
}
|
||||
/* CACHE_NEW_WM_PROG */
|
||||
|
||||
Reference in New Issue
Block a user