mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
anv: fix source_hash propagation with libraries
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26247>
This commit is contained in:
parent
f2bb7b185d
commit
1a1747712c
1 changed files with 1 additions and 0 deletions
|
|
@ -1854,6 +1854,7 @@ anv_graphics_pipeline_load_cached_shaders(struct anv_graphics_base_pipeline *pip
|
|||
continue;
|
||||
|
||||
pipeline->shaders[s] = anv_shader_bin_ref(stages[s].imported.bin);
|
||||
pipeline->source_hashes[s] = stages[s].source_hash;
|
||||
imported++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue