mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
zink: return mesh pipeline when creating mesh pipelines
Fixes: b05d93e71e ("zink: set gfx_pipeline_state::mesh_pipeline when updating pipeline")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38161>
This commit is contained in:
parent
532a896f80
commit
bae22fec7d
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ zink_get_gfx_pipeline(struct zink_context *ctx,
|
|||
prog->last_finalized_hash[idx] = final_hash;
|
||||
prog->last_pipeline[idx] = cache_entry;
|
||||
}
|
||||
return state->pipeline;
|
||||
return IS_MESH ? state->mesh_pipeline : state->pipeline;
|
||||
}
|
||||
|
||||
/* runtime-optimized pipeline state comparisons */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue