vk: Remove left-over trp call
authorKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Thu, 11 Jun 2015 16:16:46 +0000 (09:16 -0700)
committerKristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Thu, 11 Jun 2015 16:26:49 +0000 (09:26 -0700)
src/vulkan/pipeline.c

index 95123bf931e9812ca47c080c76ce4a4abcbe0bac..dcb28984c1b017a2da17b3b470fc9688f189b620 100644 (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;