From aff1ad079809e6d8d75314ef04202ac2e76ed699 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 30 Aug 2017 09:36:33 +0100 Subject: [PATCH] i965: drop unused brw->no_simd8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Lionel Landwerlin Reviewed-by: Samuel Iglesias Gonsálvez Reviewed-by: Emil Velikov --- 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.30.2