Mesa (master): i965: Fix the name of aa_coverage_slope in the improved AA line params.

Eric Anholt anholt at kemper.freedesktop.org
Sat Jun 19 00:46:05 UTC 2010


Module: Mesa
Branch: master
Commit: 1ea7a6a44db7ef8199b7fe78956e158727092479
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ea7a6a44db7ef8199b7fe78956e158727092479

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 15 11:19:14 2010 -0700

i965: Fix the name of aa_coverage_slope in the improved AA line params.

---

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




More information about the mesa-commit mailing list