Re: [Mesa-dev] [PATCH 35/40] util/disk_cache: allow drivers to pass a directory structure

2017-02-07 Thread Aaron Watry
On Tue, Feb 7, 2017 at 3:43 PM, Timothy Arceri wrote: > On Wed, 8 Feb 2017 08:29:29 +1100 > Timothy Arceri wrote: > > > On Tue, 7 Feb 2017 11:40:12 -0600 > > Aaron Watry wrote: > > > > > On Mon, Feb 6, 2017 at 9:42 PM, Timothy

Re: [Mesa-dev] [PATCH 35/40] util/disk_cache: allow drivers to pass a directory structure

2017-02-07 Thread Timothy Arceri
On Wed, 8 Feb 2017 08:29:29 +1100 Timothy Arceri wrote: > On Tue, 7 Feb 2017 11:40:12 -0600 > Aaron Watry wrote: > > > On Mon, Feb 6, 2017 at 9:42 PM, Timothy Arceri > > wrote: > > > > > In order to avoid costly fallback

Re: [Mesa-dev] [PATCH 35/40] util/disk_cache: allow drivers to pass a directory structure

2017-02-07 Thread Timothy Arceri
On Tue, 7 Feb 2017 11:40:12 -0600 Aaron Watry wrote: > On Mon, Feb 6, 2017 at 9:42 PM, Timothy Arceri > wrote: > > > In order to avoid costly fallback recompiles when cache items are > > created with an old version of Mesa or for a different gpu on the

Re: [Mesa-dev] [PATCH 35/40] util/disk_cache: allow drivers to pass a directory structure

2017-02-07 Thread Aaron Watry
On Mon, Feb 6, 2017 at 9:42 PM, Timothy Arceri wrote: > In order to avoid costly fallback recompiles when cache items are > created with an old version of Mesa or for a different gpu on the > same system we want to create directories that look like this: > >

[Mesa-dev] [PATCH 35/40] util/disk_cache: allow drivers to pass a directory structure

2017-02-06 Thread Timothy Arceri
In order to avoid costly fallback recompiles when cache items are created with an old version of Mesa or for a different gpu on the same system we want to create directories that look like this: ./{MESA_VERSION_STRING}/{GPU_ID} For llvm based drivers we will probably want an additional