diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 52583ce3d4a..7075a610659 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -877,6 +877,8 @@ struct brw_context bool emit_state_always; bool has_hiz; + bool has_separate_stencil; + bool must_use_separate_stencil; bool has_swizzling; bool has_surface_tile_offset; bool has_compr4; |