diff options
author | Rafael Antognolli <[email protected]> | 2017-06-06 09:23:27 -0700 |
---|---|---|
committer | Rafael Antognolli <[email protected]> | 2017-06-16 15:01:16 -0700 |
commit | bd40c71132d7d4d44f91d05fb716c70b8a3d88a6 (patch) | |
tree | c729071992be1bb651725f5295ba482db840b418 /src/mesa | |
parent | a6237e4b7fa4c14766b15fb3c638dce1e4b12ad9 (diff) |
i965: aa_line_distance_mode should be before the padding.
It seems that it was never set correctly.
Signed-off-by: Rafael Antognolli <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h index 35db2f566ce..73641da74a4 100644 --- a/src/mesa/drivers/dri/i965/brw_structs.h +++ b/src/mesa/drivers/dri/i965/brw_structs.h @@ -321,8 +321,8 @@ struct brw_sf_unit_state unsigned use_point_size_state:1; unsigned subpixel_precision:1; unsigned sprite_point:1; - unsigned pad0:10; unsigned aa_line_distance_mode:1; + unsigned pad0:10; unsigned trifan_pv:2; unsigned linestrip_pv:2; unsigned tristrip_pv:2; |