diff options
author | Lionel Landwerlin <[email protected]> | 2017-08-30 09:29:11 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-08-30 17:59:18 +0100 |
commit | a5f08214850aab5b0b23bfdcab26baab27446b0c (patch) | |
tree | 08e89323994d76b90de1d805e825ba631e20f117 /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 27e273578f05521baac08d7de915c95312e3a595 (diff) |
i965: drop brw->has_llc in favor of devinfo->has_llc
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
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, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 0e37a4766c2..7e2673ece3f 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -749,7 +749,6 @@ 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; |