diff options
author | Jason Ekstrand <[email protected]> | 2015-07-15 12:09:52 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-07-15 16:56:28 -0700 |
commit | d8620991989224b8a363be8e998910748b098a57 (patch) | |
tree | e37cf723b71cf3e1ae8bbead20f86c53e76341cc /src/vulkan/Makefile.am | |
parent | 498ae009d3a9bae5e670bdc9f33a26e5b9e7f267 (diff) |
vk: Pull the guts of anv_cmd_buffer into its own file
Diffstat (limited to 'src/vulkan/Makefile.am')
-rw-r--r-- | src/vulkan/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/Makefile.am b/src/vulkan/Makefile.am index 6d10f84adf4..9d136bdb208 100644 --- a/src/vulkan/Makefile.am +++ b/src/vulkan/Makefile.am @@ -57,6 +57,7 @@ libvulkan_la_SOURCES = \ private.h \ gem.c \ device.c \ + anv_cmd_buffer.c \ aub.c \ allocator.c \ util.c \ |