OSDN Git Service

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 f17fe48..2a7fa5b 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;