From: Eric Anholt Date: Tue, 15 Jun 2010 18:19:14 +0000 (-0700) Subject: i965: Fix the name of aa_coverage_slope in the improved AA line params. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ea7a6a44db7ef8199b7fe78956e158727092479;p=mesa.git i965: Fix the name of aa_coverage_slope in the improved AA line params. --- diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h index f17fe485306..2a7fa5b6997 100644 --- a/src/mesa/drivers/dri/i965/brw_structs.h +++ b/src/mesa/drivers/dri/i965/brw_structs.h @@ -278,7 +278,7 @@ struct brw_aa_line_parameters struct header header; struct { - GLuint aa_coverage_scope:8; + GLuint aa_coverage_slope:8; GLuint pad0:8; GLuint aa_coverage_bias:8; GLuint pad1:8;