commit | f5275f7eb35ad48f60f79eb60fe6f833c8ef7502 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com> | Wed Aug 19 22:19:21 2015 -0700 |
committer | Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com> | Mon Aug 24 13:45:40 2015 -0700 |
tree | 1cc7c26814df3190c33ed10cbeb39fe576c4e631 | |
parent | 988341a73c8d6d4f839802b129e3c6df14ddcc3c [diff] |
vk: Move anv_color_attachment_view_init() to gen8_state.c I'd prefer to move anv_CreateAttachmentView() as well, but it's a little too much generic code to just duplicate for each gen. For now, we'll add a anv_color_attachment_view_init() to dispatch to the gen specific implementation, which we then call from anv_CreateAttachmentView(). Signed-off-by: Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>