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.
This commit is contained in:
Jason Ekstrand
2015-07-30 14:59:02 -07:00
parent e379cd9a0e
commit 26ba0ad54d
4 changed files with 2230 additions and 2230 deletions

File diff suppressed because it is too large Load Diff