Module: Mesa Branch: master Commit: aff1ad079809e6d8d75314ef04202ac2e76ed699 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aff1ad079809e6d8d75314ef04202ac2e76ed699
Author: Lionel Landwerlin <[email protected]> Date: Wed Aug 30 09:36:33 2017 +0100 i965: drop unused brw->no_simd8 Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- 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 02ba0948cf..d6fb914612 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
