mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
vk: Remove left-over trp call
This commit is contained in:
parent
d76ea7644a
commit
b581e924b6
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue