diff options
author | Lionel Landwerlin <[email protected]> | 2017-08-30 09:24:32 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-08-30 17:59:18 +0100 |
commit | 27e273578f05521baac08d7de915c95312e3a595 (patch) | |
tree | 73d5148c370f57a2373262a4f4772ab19e09cdee /src/mesa/drivers/dri/i965/brw_context.h | |
parent | b6e783300c660fd384a99eed045fad81fc7b6913 (diff) |
i965: drop brw->is_broxton
We need to take some take here as brw->is_broxton has been used to
check whether the device is a low power gen9 (aka Atom gen9 platform).
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 3e49099b278..0e37a4766c2 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -746,8 +746,6 @@ struct brw_context uint64_t max_gtt_map_object_size; - bool is_broxton; - bool has_hiz; bool has_separate_stencil; bool must_use_separate_stencil; |