From: Kristian Høgsberg Kristensen Date: Thu, 11 Jun 2015 16:16:46 +0000 (-0700) Subject: vk: Remove left-over trp call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b581e924b6a9060ed4ef8e512d423d81cd3907b6;p=mesa.git vk: Remove left-over trp call --- diff --git a/src/vulkan/pipeline.c b/src/vulkan/pipeline.c index 95123bf931e..dcb28984c1b 100644 --- a/src/vulkan/pipeline.c +++ b/src/vulkan/pipeline.c @@ -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;