Re: [Mesa-dev] [Mesa-stable] [PATCH] radv: Use build ID if available for cache UUID.

2018-09-21 Thread Emil Velikov
On 20 September 2018 at 18:24, Bas Nieuwenhuizen wrote: > On Thu, Sep 20, 2018 at 1:29 PM Emil Velikov wrote: >> >> On 16 September 2018 at 01:58, Bas Nieuwenhuizen >> wrote: >> > To get an useful UUID for systems that have a non-useful mtime >> > for the binaries. >> > >> > I started using usin

Re: [Mesa-dev] [Mesa-stable] [PATCH] radv: Use build ID if available for cache UUID.

2018-09-20 Thread Bas Nieuwenhuizen
On Thu, Sep 20, 2018 at 1:29 PM Emil Velikov wrote: > > On 16 September 2018 at 01:58, Bas Nieuwenhuizen > wrote: > > To get an useful UUID for systems that have a non-useful mtime > > for the binaries. > > > > I started using using SHA1 to ensure we get reasonable mixing > > in the various possi

Re: [Mesa-dev] [Mesa-stable] [PATCH] radv: Use build ID if available for cache UUID.

2018-09-20 Thread Emil Velikov
On 16 September 2018 at 01:58, Bas Nieuwenhuizen wrote: > To get an useful UUID for systems that have a non-useful mtime > for the binaries. > > I started using using SHA1 to ensure we get reasonable mixing > in the various possibilities and the various build id lengths. > > CC: > --- > src/amd/

Re: [Mesa-dev] [Mesa-stable] [PATCH] radv: Use build ID if available for cache UUID.

2018-09-20 Thread Emil Velikov
Hi Bas, Some food for thought. On 16 September 2018 at 01:58, Bas Nieuwenhuizen wrote: > To get an useful UUID for systems that have a non-useful mtime > for the binaries. > > I started using using SHA1 to ensure we get reasonable mixing > in the various possibilities and the various build id le