From 1ea7a6a44db7ef8199b7fe78956e158727092479 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 15 Jun 2010 11:19:14 -0700 Subject: i965: Fix the name of aa_coverage_slope in the improved AA line params. --- src/mesa/drivers/dri/i965/brw_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/i965/brw_structs.h') diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h index f17fe48530..2a7fa5b699 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; -- cgit v1.2.3