summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-05-04 14:50:20 -0700
committerJason Ekstrand <[email protected]>2017-05-09 15:08:03 -0700
commit80aa6e9d325b4784b7391cf24f1b0c291514f37b (patch)
tree1898c317d8157505bcd719e61e6bd39e95119467 /src/mesa
parentd2fe804d1890774828a5481f5873743d71d37c2a (diff)
intel/compiler/vs: Move inputs_read handling to generic code
Reviewed-by: Alejandro PiƱeiro <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.c b/src/mesa/drivers/dri/i965/brw_vs.c
index b823a4dd5c6..33f2ac19cbc 100644
--- a/src/mesa/drivers/dri/i965/brw_vs.c
+++ b/src/mesa/drivers/dri/i965/brw_vs.c
@@ -210,8 +210,6 @@ brw_codegen_vs_prog(struct brw_context *brw,
uint64_t outputs_written =
brw_vs_outputs_written(brw, key, vp->program.info.outputs_written);
- prog_data.inputs_read = vp->program.info.inputs_read;
- prog_data.double_inputs_read = vp->program.info.double_inputs_read;
brw_compute_vue_map(devinfo,
&prog_data.base.vue_map, outputs_written,