anv: Put all of the descriptor set stuff together in one file
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 18 Nov 2015 22:58:40 +0000 (14:58 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 18 Nov 2015 22:58:43 +0000 (14:58 -0800)
commitfa8db0dfcc542bbe31de5e65e25fe2946cb9552f
treeb196c241c8203a5374cf5404b664a2513b0acd14
parent828b1a6eb65fca4e61136a2297db4135c281d8fa
anv: Put all of the descriptor set stuff together in one file

The stuff to take descriptor sets and turn them into binding tables and
sampler tables is still in anv_cmd_buffer.c.  We may want to consider
putting it in anv_descriptor_set.c eventually.
src/vulkan/Makefile.am
src/vulkan/anv_descriptor_set.c [new file with mode: 0644]
src/vulkan/anv_device.c
src/vulkan/anv_pipeline.c