vk: Remove left-over trp call

This commit is contained in:
Kristian Høgsberg Kristensen 2015-06-11 09:16:46 -07:00
parent d76ea7644a
commit b581e924b6

View file

@ -578,8 +578,6 @@ anv_pipeline_create(
.VertexURBEntryOutputReadOffset = offset,
.VertexURBEntryOutputLength = length);
//trp_generate_blend_hw_cmds(batch, pipeline);
const struct brw_vue_prog_data *vue_prog_data = &pipeline->vs_prog_data.base;
/* Skip the VUE header and position slots */
offset = 1;