summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_structs_dump.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2010-12-30 19:26:14 +1000
committerDave Airlie <airlied@gmail.com>2011-01-09 17:21:10 +1000
commit571b317d02323a51e5dc261e5d6d2753fc898e17 (patch)
tree80d5d799e3aeefd42799393d1e2b8c928d33bbe8 /src/gallium/drivers/i965/brw_structs_dump.c
parent5826967d2e6131714081287be5425b68702f1ca5 (diff)
i965g: update brw_structs.h from classic driver.
Diffstat (limited to 'src/gallium/drivers/i965/brw_structs_dump.c')
-rw-r--r--src/gallium/drivers/i965/brw_structs_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_structs_dump.c b/src/gallium/drivers/i965/brw_structs_dump.c
index cd40fc6d61..f3de2f995b 100644
--- a/src/gallium/drivers/i965/brw_structs_dump.c
+++ b/src/gallium/drivers/i965/brw_structs_dump.c
@@ -72,7 +72,7 @@ brw_dump_aa_line_parameters(const struct brw_aa_line_parameters *ptr)
{
debug_printf("\t\t.header.length = 0x%x\n", (*ptr).header.length);
debug_printf("\t\t.header.opcode = 0x%x\n", (*ptr).header.opcode);
- debug_printf("\t\t.bits0.aa_coverage_scope = 0x%x\n", (*ptr).bits0.aa_coverage_scope);
+ debug_printf("\t\t.bits0.aa_coverage_scope = 0x%x\n", (*ptr).bits0.aa_coverage_slope);
debug_printf("\t\t.bits0.aa_coverage_bias = 0x%x\n", (*ptr).bits0.aa_coverage_bias);
debug_printf("\t\t.bits1.aa_coverage_endcap_slope = 0x%x\n", (*ptr).bits1.aa_coverage_endcap_slope);
debug_printf("\t\t.bits1.aa_coverage_endcap_bias = 0x%x\n", (*ptr).bits1.aa_coverage_endcap_bias);