[Mesa-dev] [PATCH 50/70] i965: Remove unused brw->has_llc variable

Chris Wilson chris at chris-wilson.co.uk
Fri Aug 7 13:13:54 PDT 2015


Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
---
 src/mesa/drivers/dri/i965/brw_context.c | 1 -
 src/mesa/drivers/dri/i965/brw_context.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c
index ad8ddee..117cce4 100644
--- a/src/mesa/drivers/dri/i965/brw_context.c
+++ b/src/mesa/drivers/dri/i965/brw_context.c
@@ -727,7 +727,6 @@ brwCreateContext(gl_api api,
    brw->is_haswell = devinfo->is_haswell;
    brw->is_cherryview = devinfo->is_cherryview;
    brw->is_broxton = devinfo->is_broxton;
-   brw->has_llc = devinfo->has_llc;
    brw->has_hiz = devinfo->has_hiz_and_separate_stencil;
    brw->has_separate_stencil = devinfo->has_hiz_and_separate_stencil;
    brw->has_pln = devinfo->has_pln;
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 647bb4f..001e70f 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -1049,7 +1049,6 @@ struct brw_context
    bool has_hiz : 1;
    bool has_separate_stencil : 1;
    bool must_use_separate_stencil : 1;
-   bool has_llc : 1;
    bool has_swizzling : 1;
    bool has_surface_tile_offset : 1;
    bool has_compr4 : 1;
-- 
2.5.0



More information about the mesa-dev mailing list