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

David McFarland corngood at gmail.com
Wed Oct 24 00:51:08 UTC 2018


This patch fixes a problem where only the first byte of the build hash
was being used for the disk cache id.  There was some discussion on
gitlab:

https://gitlab.freedesktop.org/mesa/mesa/commit/83ea8dd99bb16e5d9bb880e64cd2047abc536b70#note_52154

I've tested radeon_si and radv locally, but not nouveau or r600.

David McFarland (1):
  util: Change remaining uint32 cache ids to sha1

 src/amd/vulkan/radv_device.c                 | 22 +------
 src/gallium/drivers/nouveau/nouveau_screen.c | 29 ++++-----
 src/gallium/drivers/r600/r600_pipe_common.c  | 43 ++++++-------
 src/gallium/drivers/radeonsi/si_pipe.c       | 64 ++++++++++----------
 src/util/disk_cache.h                        | 16 +++--
 5 files changed, 81 insertions(+), 93 deletions(-)

-- 
2.19.1



More information about the mesa-dev mailing list