summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2017-08-30 09:36:06 +0100
committerLionel Landwerlin <[email protected]>2017-08-30 17:59:18 +0100
commit6da7a00a8437bc3183cd24ce8ff019a800e4fbf7 (patch)
tree8a12f305c7c68f8b39ac5da4174b2831e4a359fc /src/mesa/drivers
parentcbee3b03c9b329dbf27fe3ae39171a35ae556941 (diff)
i965: drop unused brw->has_pln
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')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.c1
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c
index 97030b70bbe..41f56f1d525 100644
--- a/src/mesa/drivers/dri/i965/brw_context.c
+++ b/src/mesa/drivers/dri/i965/brw_context.c
@@ -860,7 +860,6 @@ brwCreateContext(gl_api api,
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;
brw->has_surface_tile_offset = devinfo->has_surface_tile_offset;
brw->needs_unlit_centroid_workaround =
devinfo->needs_unlit_centroid_workaround;
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 0ab89168030..02ba0948cf8 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -750,7 +750,6 @@ struct brw_context
bool has_separate_stencil;
bool has_swizzling;
bool has_surface_tile_offset;
- bool has_pln;
bool no_simd8;
/**