diff options
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; |