vk/image: Remove stale FINISHME for non-2D image views

gen8_image_view_init() now supports 1D, 2D, and 3D image views.
This commit is contained in:
Chad Versace
2015-09-14 15:16:57 -07:00
parent 622a317e4c
commit 85520aa070
-3
View File
@@ -161,9 +161,6 @@ gen8_image_view_init(struct anv_image_view *iview,
const struct anv_image_view_info *view_type_info =
anv_image_view_info_for_vk_image_view_type(pCreateInfo->viewType);
if (pCreateInfo->viewType != VK_IMAGE_VIEW_TYPE_2D)
anv_finishme("non-2D image views");
view->bo = image->bo;
view->offset = image->offset + surface->offset;
view->format = format_info;