diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h index 75d09fc72b2..585ec553a46 100644 --- a/src/mesa/drivers/dri/i965/brw_defines.h +++ b/src/mesa/drivers/dri/i965/brw_defines.h @@ -1676,7 +1676,7 @@ enum brw_message_target { /* GEN7/DW1: */ # define GEN7_SF_DEPTH_BUFFER_SURFACE_FORMAT_SHIFT 12 /* GEN7/DW2: */ -# define HSW_SF_LINE_STIPPLE_ENABLE 14 +# define HSW_SF_LINE_STIPPLE_ENABLE (1 << 14) # define GEN8_SF_SMOOTH_POINT_ENABLE (1 << 13)