anv: Store CPU-side fence information in the BO
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 7 Mar 2016 21:45:25 +0000 (13:45 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 8 Mar 2016 06:23:44 +0000 (22:23 -0800)
commit2308891edea4d8508d3e95f29c58b4089e96b5e7
treed549cc19b88686cd7495003e6bffa7e8f478d0f9
parentf61d40adc2a09221453b7a87880e134a5424773e
anv: Store CPU-side fence information in the BO

This reduces the number of allocations a bit and cuts back on memory usage.
Kind-of a micro-optimization but it also makes the error handling a bit
simpler so it seems like a win.
src/intel/vulkan/anv_device.c