anv/pass: Move VkRenderPass code to new file
authorChad Versace <chad.versace@intel.com>
Thu, 29 Oct 2015 18:08:23 +0000 (11:08 -0700)
committerChad Versace <chad.versace@intel.com>
Thu, 29 Oct 2015 18:10:03 +0000 (11:10 -0700)
commit1e981774390353618156aa1bc07657708be4fb17
treeff00a93beea1c1421bbe3586dc42c2f7b5eca416
parentc284c39b135821a9417b95319fa6726e5892bef9
anv/pass: Move VkRenderPass code to new file

Move it from anv_device.c to new file anv_pass.c. Because it will soon
grow bigger.
src/vulkan/Makefile.am
src/vulkan/anv_device.c
src/vulkan/anv_pass.c [new file with mode: 0644]