i965: Fix the name of aa_coverage_slope in the improved AA line params.
authorEric Anholt <eric@anholt.net>
Tue, 15 Jun 2010 18:19:14 +0000 (11:19 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 19 Jun 2010 00:44:47 +0000 (17:44 -0700)
src/mesa/drivers/dri/i965/brw_structs.h

index f17fe485306a14c49b21a18fffa1dbe1b4628742..2a7fa5b69978a234f7a59b96f405da6782bf11cf 100644 (file)
@@ -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;