diff options
author | Jason Ekstrand <[email protected]> | 2017-05-04 14:50:20 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-05-09 15:08:03 -0700 |
commit | 80aa6e9d325b4784b7391cf24f1b0c291514f37b (patch) | |
tree | 1898c317d8157505bcd719e61e6bd39e95119467 /src/mesa | |
parent | d2fe804d1890774828a5481f5873743d71d37c2a (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.c | 2 |
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, |