diff options
author | Pavel Popov <[email protected]> | 2014-05-30 10:50:34 +0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-05-30 12:20:18 -0700 |
commit | d292d40207359cc70c004182484aaa939fd29e59 (patch) | |
tree | e1a6f3a1fbc5af079538e59a85ae3ac7c8142c55 /src | |
parent | ebf229a436442425fa07df9e5d406d922efdbff0 (diff) |
i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.
Cc: "10.1 10.2" <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Signed-off-by: Pavel Popov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h index c38e4478b0c..ed8efcada94 100644 --- a/src/mesa/drivers/dri/i965/brw_defines.h +++ b/src/mesa/drivers/dri/i965/brw_defines.h @@ -1694,7 +1694,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) |