summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/i965/brw_structs.h2
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;