diff options
author | Eric Anholt <[email protected]> | 2010-06-15 11:19:14 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-06-18 17:44:47 -0700 |
commit | 1ea7a6a44db7ef8199b7fe78956e158727092479 (patch) | |
tree | 8c3dbabced53da7a64a23380d49b8c516be3120d /src | |
parent | 0ea927b3ada2dcffde808476d381b2e2a7116414 (diff) |
i965: Fix the name of aa_coverage_slope in the improved AA line params.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_structs.h | 2 |
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 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; |