Re: [Mesa-dev] [PATCH 2/2] anv: Add the pci_id into the shader cache UUID

2017-02-27 Thread Chad Versace
On Mon 27 Feb 2017, Jason Ekstrand wrote: > On Mon, Feb 27, 2017 at 9:38 AM, Chad Versace > wrote: > > > On Fri 24 Feb 2017, Jason Ekstrand wrote: > > > This prevents a user from using a cache created on one hardware > > > generation on a different one. Of course, with Intel hardware, this > > >

Re: [Mesa-dev] [PATCH 2/2] anv: Add the pci_id into the shader cache UUID

2017-02-27 Thread Jason Ekstrand
On Mon, Feb 27, 2017 at 9:38 AM, Chad Versace wrote: > On Fri 24 Feb 2017, Jason Ekstrand wrote: > > This prevents a user from using a cache created on one hardware > > generation on a different one. Of course, with Intel hardware, this > > requires moving their drive from one machine to another

Re: [Mesa-dev] [PATCH 2/2] anv: Add the pci_id into the shader cache UUID

2017-02-27 Thread Chad Versace
On Fri 24 Feb 2017, Jason Ekstrand wrote: > This prevents a user from using a cache created on one hardware > generation on a different one. Of course, with Intel hardware, this > requires moving their drive from one machine to another but it's still > possible and we should prevent it. Or if you

[Mesa-dev] [PATCH 2/2] anv: Add the pci_id into the shader cache UUID

2017-02-24 Thread Jason Ekstrand
This prevents a user from using a cache created on one hardware generation on a different one. Of course, with Intel hardware, this requires moving their drive from one machine to another but it's still possible and we should prevent it. --- src/intel/vulkan/anv_device.c | 20 +++-