summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2017-08-30 09:33:13 +0100
committerLionel Landwerlin <[email protected]>2017-08-30 17:59:18 +0100
commit40d20699b7a74a59107a289843ad364718f4e556 (patch)
tree87652ab4598497178462c5165e27427d337ab022 /src/mesa/drivers
parent71493b320d2f7e5f5d9fa86134c40a58aba18a57 (diff)
i965: drop unused brw->has_negative_rhw_bug
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 8648da79f47..e732b2c2a41 100644
--- a/src/mesa/drivers/dri/i965/brw_context.c
+++ b/src/mesa/drivers/dri/i965/brw_context.c
@@ -862,7 +862,6 @@ brwCreateContext(gl_api api,
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->has_negative_rhw_bug = devinfo->has_negative_rhw_bug;
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 2b848ae9681..a59977145ce 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -751,7 +751,6 @@ struct brw_context
bool must_use_separate_stencil;
bool has_swizzling;
bool has_surface_tile_offset;
- bool has_negative_rhw_bug;
bool has_pln;
bool no_simd8;