diff options
author | Lionel Landwerlin <[email protected]> | 2017-08-30 09:36:33 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-08-30 17:59:18 +0100 |
commit | aff1ad079809e6d8d75314ef04202ac2e76ed699 (patch) | |
tree | 0ad2fbd967dd2b65e3c919a43ef1ef5af68fcc30 /src/mesa/drivers | |
parent | 6da7a00a8437bc3183cd24ce8ff019a800e4fbf7 (diff) |
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]>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |