util: Change remaining uint32 cache ids to sha1
After discussion with Timothy Arceri. disk_cache_get_function_identifier was using only the first byte of the sha1 build-id. Replace disk_cache_get_function_identifier with implementation from radv_get_build_id. Instead of writing a uint32_t it now writes to a mesa_sha1. All drivers using disk_cache_get_function_identifier are updated accordingly. Reviewed-by:Timothy Arceri <tarceri@itsqueeze.com> Fixes: 83ea8dd9 ("util: add disk_cache_get_function_identifier()") [Juan A. Suarez: resolve trivial conflicts] (cherry picked from commit 07a00a87) Signed-off-by:
Juan A. Suarez Romero <jasuarez@igalia.com> Conflicts: src/gallium/drivers/radeonsi/si_pipe.c
Loading
Please register or sign in to comment