Skip to content
Snippets Groups Projects
Commit 26ba0ad5 authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon:
Browse files

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.
parent e379cd9a
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ libvulkan_la_SOURCES = \ ...@@ -57,7 +57,7 @@ libvulkan_la_SOURCES = \
anv_allocator.c \ anv_allocator.c \
anv_aub.c \ anv_aub.c \
anv_cmd_buffer.c \ anv_cmd_buffer.c \
anv_cmd_emit.c \ anv_batch_chain.c \
anv_compiler.cpp \ anv_compiler.cpp \
anv_device.c \ anv_device.c \
anv_entrypoints.c \ anv_entrypoints.c \
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment