diff options
author | Kristian Høgsberg Kristensen <[email protected]> | 2015-06-11 09:16:46 -0700 |
---|---|---|
committer | Kristian Høgsberg Kristensen <[email protected]> | 2015-06-11 09:26:49 -0700 |
commit | b581e924b6a9060ed4ef8e512d423d81cd3907b6 (patch) | |
tree | 1b503e8eb362292f8f304ad410e4fbad4a00dcde /src/vulkan | |
parent | d76ea7644ac5df281ae26e8ce1f8c5201539781b (diff) |
vk: Remove left-over trp call
Diffstat (limited to 'src/vulkan')
-rw-r--r-- | src/vulkan/pipeline.c | 2 |
1 files changed, 0 insertions, 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; |