aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2017-08-30 09:09:13 +0100
committerLionel Landwerlin <[email protected]>2017-08-30 17:59:17 +0100
commit990c24ad8571e2c5f64dd2013b6dc7b2ac2b12d3 (patch)
tree86e8a6e6b042d518a00438206c6688e58528496a /src/mesa/drivers/dri/i965/brw_context.h
parent46213f676e6717931403b5936389161bb953cf77 (diff)
i965: drop brw->is_g4x in favor of devinfo->is_g4x
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.h1
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 a066396e8df..06bef2ed447 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -746,7 +746,6 @@ struct brw_context
uint64_t max_gtt_map_object_size;
- bool is_g4x;
bool is_baytrail;
bool is_haswell;
bool is_cherryview;