summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2016-12-06 02:50:21 -0800
committerKenneth Graunke <[email protected]>2016-12-06 22:14:58 -0800
commit9871bde351103848f1c18a52e5d56e4b989197e8 (patch)
treea70431bd2d7800ed660032792d063af56092a0dc /src
parent09ffc5c84f8067e3b8d0ee89a1771e0a38595036 (diff)
i965: Drop redundant key->outputs_written initialization.
This was already set to the same value earlier. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_tcs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_tcs.c b/src/mesa/drivers/dri/i965/brw_tcs.c
index 95926dbe1a6..76cd0a5e3c2 100644
--- a/src/mesa/drivers/dri/i965/brw_tcs.c
+++ b/src/mesa/drivers/dri/i965/brw_tcs.c
@@ -344,8 +344,6 @@ brw_tcs_populate_key(struct brw_context *brw,
/* _NEW_TEXTURE */
brw_populate_sampler_prog_key_data(&brw->ctx, &tcp->program, &key->tex);
- } else {
- key->outputs_written = tes_prog->info.inputs_read;
}
}