Re: [Mesa-dev] [PATCH 1/1] util: Change remaining uint32 cache ids to sha1

2018-10-25 Thread Timothy Arceri
Pushed. Thanks again! Ccing stable in case the Fixes tag isnt enough for this to get picked up (since the previous cache fix this fixes was also backported) On 24/10/18 11:51 am, David McFarland wrote: After discussion with Timothy Arceri. disk_cache_get_function_identifier was using only the

[Mesa-dev] [PATCH 1/1] util: Change remaining uint32 cache ids to sha1

2018-10-23 Thread David McFarland
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_c