summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_structs.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-06-15 11:19:14 -0700
committerEric Anholt <eric@anholt.net>2010-06-18 17:44:47 -0700
commit1ea7a6a44db7ef8199b7fe78956e158727092479 (patch)
tree8c3dbabced53da7a64a23380d49b8c516be3120d /src/mesa/drivers/dri/i965/brw_structs.h
parent0ea927b3ada2dcffde808476d381b2e2a7116414 (diff)
i965: Fix the name of aa_coverage_slope in the improved AA line params.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_structs.h')
-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 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;