vk/batch: Make relocs a pointer to a relocation list
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 29 Jul 2015 16:23:11 +0000 (09:23 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 29 Jul 2015 19:01:08 +0000 (12:01 -0700)
commit7d507342403c775639383f0e228a081d2e3d4b44
treec847391f63fd2927d87096be16307f93c3a5b802
parentfcea3e2d23b7a02f9cc4b58870ac59107bcf0050
vk/batch: Make relocs a pointer to a relocation list

Previously anv_batch.relocs was an actual relocation list.  However, this
is limiting if the implementation of the batch wants to change the
relocation list as the batch progresses.
src/vulkan/anv_cmd_buffer.c
src/vulkan/anv_pipeline.c
src/vulkan/anv_private.h