mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.
Cc: "10.1 10.2" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Pavel Popov <pavel.e.popov@intel.com>
(cherry picked from commit d292d40207)
This commit is contained in:
parent
4942eae869
commit
4d676c5ed2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue