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

2017-02-27 Thread Chad Versace
On Mon 27 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. > --- > s

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

2017-02-27 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 | 21