anv: Stop storing the GEM handle in anv_reloc_list_add
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 25 Oct 2019 19:33:48 +0000 (14:33 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Thu, 31 Oct 2019 13:46:08 +0000 (13:46 +0000)
commit325345b2bdec8364f570eeacb2d7528a13c6cdde
tree94ac8a8a5e0ca8cd385cdc48c344efbcee3f4705
parentc4be72934ee36b3954ae76a0ae42f5daed9f6900
anv: Stop storing the GEM handle in anv_reloc_list_add

We have to go through and rewrite them all anyway so it doesn't do us
any good to put them in the list in anv_reloc_list_add.  Also, for state
pools the handles are likely wrong by the time vkQueueSubmit is called.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_batch_chain.c