[Mesa-dev] [PATCH 14/16] i965: drop unused brw->no_simd8
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Wed Aug 30 10:07:21 UTC 2017
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
---
src/mesa/drivers/dri/i965/brw_context.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 02ba0948cf8..d6fb9146129 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 no_simd8;
/**
* Some versions of Gen hardware don't do centroid interpolation correctly
--
2.14.1
More information about the mesa-dev
mailing list