vk: Re-name command buffer implementation files
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 30 Jul 2015 21:59:02 +0000 (14:59 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 30 Jul 2015 22:00:42 +0000 (15:00 -0700)
commit26ba0ad54d6bef6237abfabf5a3f572c325951d3
treedcda857eb102d4fdfdf86e6b72563d5b384677ee
parente379cd9a0e2822851c1745b473521e3a49bfbdd3
vk: Re-name command buffer implementation files

Previously, the command buffer implementation was split between
anv_cmd_buffer.c and anv_cmd_emit.c.  However, this naming convention was
confusing because none of the Vulkan entrypoints for anv_cmd_buffer were
actually in anv_cmd_buffer.c.  This changes it so that anv_cmd_buffer.c is
what you think it is and the internals are in anv_batch_chain.c.
src/vulkan/Makefile.am
src/vulkan/anv_batch_chain.c [new file with mode: 0644]
src/vulkan/anv_cmd_buffer.c
src/vulkan/anv_cmd_emit.c [deleted file]