anv: Add the pci_id into the shader cache UUID
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 25 Feb 2017 00:36:00 +0000 (16:36 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 15 Apr 2017 00:41:07 +0000 (17:41 -0700)
commitd2d6cf6c8387ac06c8559027f57683a61b48671b
tree1eba30197717ab52f67adebee66e6eb117651a24
parent36f21017237ab536db74c84e0f778d3a58271c75
anv: Add the pci_id into the shader cache UUID

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 <chadversary@chromium.org>
Cc: mesa-stable@lists.freedesktop.org
src/intel/vulkan/anv_device.c