anv/batch_chain: Remove the current_surface_bo helper
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 24 Sep 2015 15:46:39 +0000 (08:46 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 24 Sep 2015 15:46:41 +0000 (08:46 -0700)
commit913a9b76f78fd6fbef3658667acf2d737d656eb2
tree54bf55c1fcba929d2522f5550fe75ea7f34c0ec6
parentbc17f9c9d76dbf2cdc657cfb6861b887dbca3046
anv/batch_chain: Remove the current_surface_bo helper

It's no longer used outside anv_batch_chain so we certainly don't need to
be exporting.  Inside anv_batch_chain, it's only used twice and it can be
replaced by a single line so there's really no point.
src/vulkan/anv_batch_chain.c
src/vulkan/anv_private.h