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

2017-04-20 Thread Tapani Pälli
On 03/14/2017 04:26 AM, 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. Reviewed-

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

2017-03-13 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. Reviewed-by: Chad Versace --- src/intel/vulkan/anv_device