From b581e924b6a9060ed4ef8e512d423d81cd3907b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg=20Kristensen?= Date: Thu, 11 Jun 2015 09:16:46 -0700 Subject: [PATCH] vk: Remove left-over trp call --- src/vulkan/pipeline.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.30.2