diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index c6e75d5..d5c6060 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -884,6 +884,7 @@ struct brw_context bool has_hiz; bool has_separate_stencil; bool must_use_separate_stencil; + bool has_llc; bool has_swizzling; bool has_surface_tile_offset; bool has_compr4; |